Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc821 float new_dec_factor_temp = state_dec_factor_temporal_ * temporal_fact; in ConstrainAmountOfDownSampling() local
833 new_dec_factor_temp > kMaxTempDown) { in ConstrainAmountOfDownSampling()
835 new_dec_factor_temp = state_dec_factor_temporal_; in ConstrainAmountOfDownSampling()
839 if (new_dec_factor_spatial * new_dec_factor_temp > kMaxTotalDown) { in ConstrainAmountOfDownSampling()