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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 49 const int vp8_bits_per_mb[2][QINDEX_RANGE] = { variable
281 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
    [all...]
firstpass.c 847 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
878 * << 9 is the normalization to the (bits * 512) used in vp8_bits_per_mb
883 * << 9 is the normalization to (bits * 512) used in vp8_bits_per_mb
    [all...]
onyx_if.c 128 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
    [all...]

Completed in 163 milliseconds