Searched refs:BPER_MB_NORMBITS (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c43 #define BPER_MB_NORMBITS 9 macro
288 return (Bpm >> BPER_MB_NORMBITS) * MBs;
290 return (Bpm * MBs) >> BPER_MB_NORMBITS;
1059 (1 << BPER_MB_NORMBITS));
1176 if (target_bits_per_frame >= (INT_MAX >> BPER_MB_NORMBITS)) {
1179 << BPER_MB_NORMBITS;
1182 (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs;
1506 if (target_size >= (INT_MAX >> BPER_MB_NORMBITS)) {
1508 << BPER_MB_NORMBITS;
1511 (target_size << BPER_MB_NORMBITS) / cp
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h28 #define BPER_MB_NORMBITS 9 macro
H A Dvp9_ratectrl.c207 (int)(((uint64_t)bpm * mbs) >> BPER_MB_NORMBITS));
561 (int)(((uint64_t)target_bits_per_frame << BPER_MB_NORMBITS) / cm->MBs);
2467 (int)(((uint64_t)target_size << BPER_MB_NORMBITS) / cm->MBs);
H A Dvp9_firstpass.c1627 (int)(((uint64_t)target_rate << BPER_MB_NORMBITS) / active_mbs);

Completed in 243 milliseconds