Home
last modified time | relevance | path

Searched refs:Bpm (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c329 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); in estimate_bits_at_q() local
336 return (Bpm >> BPER_MB_NORMBITS) * MBs; in estimate_bits_at_q()
338 return (Bpm * MBs) >> BPER_MB_NORMBITS; in estimate_bits_at_q()