Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc433 float fac_temp = kFactorTemporal[down_action_history_[0].temporal]; in GoingUpResolution()
616 qm_->temporal_fact = 1.0f / kFactorTemporal[action_.temporal]; in UpdateDownsamplingState()
623 qm_->temporal_fact = kFactorTemporal[action_.temporal]; in UpdateDownsamplingState()
818 float temporal_fact = kFactorTemporal[action_.temporal]; in ConstrainAmountOfDownSampling()
Dqm_select.h122 const float kFactorTemporal[kNumModesTemporal] = variable