Home
last modified time | relevance | path

Searched refs:state_dec_factor_temporal_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc174 state_dec_factor_temporal_ = 1.0; in ResetDownSamplingState()
320 assert(state_dec_factor_temporal_ >= 1.0f); in SelectResolution()
322 assert(state_dec_factor_temporal_ <= kMaxTempDown); in SelectResolution()
323 assert(state_dec_factor_temporal_ * state_dec_factor_spatial_ <= in SelectResolution()
627 state_dec_factor_temporal_ = state_dec_factor_temporal_ * qm_->temporal_fact; in UpdateDownsamplingState()
816 float new_dec_factor_temp = state_dec_factor_temporal_ * temporal_fact; in ConstrainAmountOfDownSampling()
830 new_dec_factor_temp = state_dec_factor_temporal_; in ConstrainAmountOfDownSampling()
852 if (state_dec_factor_spatial_ > state_dec_factor_temporal_) { in PickSpatialOrTemporal()
Dqm_select.h306 float state_dec_factor_temporal_; variable