Home
last modified time | relevance | path

Searched refs:estimate_bits_at_q (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() function
354 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs, in calc_iframe_target_size()
1078 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0) in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c110 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in estimate_bits_at_q() function
331 projected_size_based_on_q = estimate_bits_at_q(cm->frame_type, in vp9_rc_update_rate_correction_factors()