Searched refs:rate_ratio (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A 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); 67 if (rate_ratio[i] == 1.0) {
|
H A 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); 75 if (rate_ratio[i] == 1.0) {
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
H A D | vp9_impl.cc | 141 float rate_ratio[VPX_MAX_LAYERS] = {0}; local 150 rate_ratio[i] = 153 total += rate_ratio[i]; 158 config_->rc_target_bitrate * rate_ratio[i] / total);
|
Completed in 2234 milliseconds