Searched refs:rate_ratio (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_360.c | 25 static const double rate_ratio[MAX_SEGMENTS] = { 1.0, 0.75, 0.6, 0.5, variable 56 rate_ratio[i], cm->bit_depth); in vp9_360aq_frame_setup() 67 if (rate_ratio[i] == 1.0) { in vp9_360aq_frame_setup()
|
D | vp9_aq_variance.c | 30 static const double rate_ratio[MAX_SEGMENTS] = { 2.5, 2.0, 1.5, 1.0, variable 64 rate_ratio[i], cm->bit_depth); in vp9_vaq_frame_setup() 75 if (rate_ratio[i] == 1.0) { in vp9_vaq_frame_setup()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 141 float rate_ratio[VPX_MAX_LAYERS] = {0}; in SetSvcRates() local 150 rate_ratio[i] = in SetSvcRates() 153 total += rate_ratio[i]; in SetSvcRates() 158 config_->rc_target_bitrate * rate_ratio[i] / total); in SetSvcRates()
|