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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c1502 int vbr_max_bits; local
1517 vbr_max_bits = (int)(((int64_t)rc->avg_frame_bandwidth *
1520 vbr_max_bits);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c679 int vbr_max_bits; local
698 vbr_max_bits = (int)(((int64_t)rc->av_per_frame_bandwidth *
701 vbr_max_bits);

Completed in 799 milliseconds