Searched refs:fac_temp (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 430 float fac_temp = kFactorTemporal[down_action_history_[0].temporal]; in GoingUpResolution() local 444 if (ConditionForGoingUp(fac_width, fac_height, fac_temp, in GoingUpResolution() 461 ConditionForGoingUp(1.0f, 1.0f, fac_temp, kTransRateScaleUpTemp); in GoingUpResolution() 483 float fac_temp, in ConditionForGoingUp() argument 486 GetTransitionRate(fac_width, fac_height, fac_temp, scale_fac); in ConditionForGoingUp() 567 float fac_temp, in GetTransitionRate() argument 574 FrameRateLevel(fac_temp * avg_incoming_framerate_); in GetTransitionRate() 578 fac_temp > 1.0f) { in GetTransitionRate()
|
D | qm_select.h | 237 float fac_temp, 245 float fac_temp,
|
D | qm_select_unittest.cc | 64 float fac_temp, 1292 float fac_temp, in IsSelectedActionCorrect() argument 1298 qm_scale->temporal_fact == fac_temp && in IsSelectedActionCorrect()
|