Home
last modified time | relevance | path

Searched refs:fac_temp (Results 1 – 3 of 3) 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() 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()
Dqm_select.h255 float fac_temp,
263 float fac_temp,
Dqm_select_unittest.cc65 float fac_temp,
1296 float fac_temp, in IsSelectedActionCorrect() argument
1302 qm_scale->temporal_fact == fac_temp && in IsSelectedActionCorrect()