Searched refs:fac_temp (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | qm_select.cc | 433 float fac_temp = kFactorTemporal[down_action_history_[0].temporal]; in GoingUpResolution() local 447 if (ConditionForGoingUp(fac_width, fac_height, fac_temp, in GoingUpResolution() 463 selected_up_temporal = ConditionForGoingUp(1.0f, 1.0f, fac_temp, in GoingUpResolution() 486 float fac_temp, in ConditionForGoingUp() argument 489 fac_temp, scale_fac); in ConditionForGoingUp() 574 float fac_temp, in GetTransitionRate() argument 581 FrameRateLevel(fac_temp * avg_incoming_framerate_); in GetTransitionRate() 585 fac_temp > 1.0f) { in GetTransitionRate()
|
D | qm_select.h | 255 float fac_temp, 263 float fac_temp,
|
D | qm_select_unittest.cc | 65 float fac_temp, 1296 float fac_temp, in IsSelectedActionCorrect() argument 1302 qm_scale->temporal_fact == fac_temp && in IsSelectedActionCorrect()
|