Searched refs:vp9_estimate_bits_at_q (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 107 vp9_estimate_bits_at_q(cm->frame_type, cm->base_qindex, mbs, in vp9_cyclic_refresh_estimate_bits_at_q() 110 vp9_estimate_bits_at_q(cm->frame_type, in vp9_cyclic_refresh_estimate_bits_at_q() 114 vp9_estimate_bits_at_q(cm->frame_type, in vp9_cyclic_refresh_estimate_bits_at_q()
|
D | vp9_ratectrl.h | 180 int vp9_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs,
|
D | vp9_ratectrl.c | 206 int vp9_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in vp9_estimate_bits_at_q() function 496 vp9_estimate_bits_at_q(cpi->common.frame_type, cm->base_qindex, cm->MBs, in vp9_rc_update_rate_correction_factors()
|