Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c51 const int vp8_bits_per_mb[2][QINDEX_RANGE] = variable
328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); in estimate_bits_at_q()
1131 …projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.fram… in vp8_update_rate_correction_factors()
1268 …bits_per_mb_at_this_q = (int)(.5 + correction_factor * vp8_bits_per_mb[cpi->common.frame_type][i]); in vp8_regulate_q()
Dfirstpass.c903 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
1053 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1156 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1220 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0 ) ); in estimate_q()
1301 (double)vp8_bits_per_mb[INTER_FRAME][Q]) ); in estimate_kf_group_q()
Donyx_if.c137 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];