Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dratectrl.c48 const int vp8_bits_per_mb[2][QINDEX_RANGE] = variable
567 int Bpm = vp8_bits_per_mb[frame_kind][Q]; in baseline_bits_at_q()
645 … cpi->key_frame_rate_correction_factor * vp8_bits_per_mb[0][Q]); in vp8_calc_iframe_target_size()
1165 …projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.fram… in vp8_update_rate_correction_factors()
1243 int Bpm = (int)(.5 + cpi->rate_correction_factor * vp8_bits_per_mb[INTER_FRAME][Q]); in estimate_bits_at_q()
1311 …bits_per_mb_at_this_q = (int)(.5 + correction_factor * vp8_bits_per_mb[cpi->common.frame_type][i]); in vp8_regulate_q()
1414 …bits_per_mb_at_max_q = (int)(.5 + correction_factor * vp8_bits_per_mb[cpi->common.frame_type][MAXQ… in estimate_min_frame_size()
Dfirstpass.c889 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
959 …cpi->est_max_qcorrection_factor * cpi->section_max_qfactor * (double)vp8_bits_per_mb[INTER_FRAME][… in estimate_max_q()
1009 …actor * speed_correction * cpi->est_max_qcorrection_factor * (double)vp8_bits_per_mb[INTER_FRAME][… in estimate_q()
1088 …t)(.5 + err_correction_factor * combined_correction_factor * (double)vp8_bits_per_mb[INTER_FRAME][… in estimate_kf_group_q()
Donyx_if.c147 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
461 …if (vp8_bits_per_mb[cpi->common.frame_type][i] >= ((vp8_bits_per_mb[cpi->common.frame_type][Q]*(Q … in cyclic_background_refresh()