Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c49 const int vp8_bits_per_mb[2][QINDEX_RANGE] = { variable
281 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); in estimate_bits_at_q()
1056 vp8_bits_per_mb[cpi->common.frame_type][Q]) * in vp8_update_rate_correction_factors()
1189 correction_factor * vp8_bits_per_mb[cpi->common.frame_type][i]); in vp8_regulate_q()
1515 (double)vp8_bits_per_mb[INTER_FRAME][cpi->worst_quality]; in vp8_drop_encodedframe_overshoot()
Dfirstpass.c847 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
990 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1086 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1145 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0)); in estimate_q()
1226 (double)vp8_bits_per_mb[INTER_FRAME][Q])); in estimate_kf_group_q()
Donyx_if.c122 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];