Searched refs:state_dec_factor_temporal_ (Results 1 – 2 of 2) sorted by relevance
177 state_dec_factor_temporal_ = 1.0; in ResetDownSamplingState()323 assert(state_dec_factor_temporal_ >= 1.0f); in SelectResolution()325 assert(state_dec_factor_temporal_ <= kMaxTempDown); in SelectResolution()326 assert(state_dec_factor_temporal_ * state_dec_factor_spatial_ <= in SelectResolution()633 state_dec_factor_temporal_ = state_dec_factor_temporal_ * qm_->temporal_fact; in UpdateDownsamplingState()821 float new_dec_factor_temp = state_dec_factor_temporal_ * temporal_fact; in ConstrainAmountOfDownSampling()835 new_dec_factor_temp = state_dec_factor_temporal_; in ConstrainAmountOfDownSampling()857 if (state_dec_factor_spatial_ > state_dec_factor_temporal_) { in PickSpatialOrTemporal()
324 float state_dec_factor_temporal_; variable