Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc430 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()
Dqm_select.h106 const float kFactorTemporal[kNumModesTemporal] = {1.0f, 1.5f, 2.0f}; variable