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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, argument
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
334 if (MBs > (1 << 11))
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
354 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs,
1078 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0)
1131 projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.frame_type][Q]) * cpi->common.MBs) / (1 << BPER_MB_NORMBITS));
1260 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs) << BPER_MB_NORMBITS;
1262 target_bits_per_mb = (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, argument
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
334 if (MBs > (1 << 11))
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
354 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs,
1078 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0)
1131 projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.frame_type][Q]) * cpi->common.MBs) / (1 << BPER_MB_NORMBITS));
1260 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs) << BPER_MB_NORMBITS;
1262 target_bits_per_mb = (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h102 int MBs; member in struct:VP8Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
126 int MBs; member in struct:VP9Common
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h102 int MBs; member in struct:VP8Common
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
126 int MBs; member in struct:VP9Common

Completed in 196 milliseconds