HomeSort by relevance Sort by last modified time
    Searched refs:fac_width (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 235 bool ConditionForGoingUp(float fac_width,
243 float GetTransitionRate(float fac_width,
qm_select.cc 428 float fac_width = kFactorWidthSpatial[down_action_history_[0].spatial]; local
433 // Modify the fac_width/height for this case.
435 fac_width = kFactorWidthSpatial[kOneQuarterSpatialUniform] /
444 if (ConditionForGoingUp(fac_width, fac_height, fac_temp,
456 selected_up_spatial = ConditionForGoingUp(fac_width, fac_height, 1.0f,
481 bool VCMQmResolution::ConditionForGoingUp(float fac_width,
486 GetTransitionRate(fac_width, fac_height, fac_temp, scale_fac);
565 float VCMQmResolution::GetTransitionRate(float fac_width,
570 GetImageType(static_cast<uint16_t>(fac_width * width_),
    [all...]
qm_select_unittest.cc 62 float fac_width,
    [all...]

Completed in 40 milliseconds