Searched defs:MBs (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h98 int MBs; member in struct:VP8Common
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c279 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, argument
284 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
287 if (MBs > (1 << 11)) {
288 return (Bpm >> BPER_MB_NORMBITS) * MBs;
290 return (Bpm * MBs) >> BPER_MB_NORMBITS;
305 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs,
990 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0) *
1014 if (cpi->zeromv_count > (cpi->common.MBs >> 1)) {
1058 cpi->common.MBs) /
1178 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs)
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h154 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
156 int MBs; member in struct:VP9Common

Completed in 217 milliseconds