Searched refs:kFactorTemporal (Results 1 – 2 of 2) sorted by relevance
430 float fac_temp = kFactorTemporal[down_action_history_[0].temporal]; in GoingUpResolution()609 qm_->temporal_fact = 1.0f / kFactorTemporal[action_.temporal]; in UpdateDownsamplingState()616 qm_->temporal_fact = kFactorTemporal[action_.temporal]; in UpdateDownsamplingState()813 float temporal_fact = kFactorTemporal[action_.temporal]; in ConstrainAmountOfDownSampling()
106 const float kFactorTemporal[kNumModesTemporal] = {1.0f, 1.5f, 2.0f}; variable