Searched refs:rate_ratio (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c30 static const double rate_ratio[MAX_SEGMENTS] = 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 Dvp9_impl.cc141 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 151 milliseconds