HomeSort by relevance Sort by last modified time
    Searched refs:Bpm (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
332 * largest Bpm takes 20 bits.
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
332 * largest Bpm takes 20 bits.
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
332 * largest Bpm takes 20 bits.
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
    [all...]

Completed in 306 milliseconds