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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 35 int vp9_bits_per_mb(FRAME_TYPE frame_type, int qindex,
vp9_ratectrl.c 60 int vp9_bits_per_mb(FRAME_TYPE frame_type, int qindex, function
138 const int bpm = (int)(vp9_bits_per_mb(frame_kind, q, correction_factor));
353 bits_per_mb_at_this_q = (int)vp9_bits_per_mb(cpi->common.frame_type, i,
vp9_firstpass.c 932 // << 9 is the normalization to the (bits * 512) used in vp9_bits_per_mb
    [all...]

Completed in 26 milliseconds