Searched refs:estimate_bits_at_q (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ratectrl.c | 325 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 154 static int estimate_bits_at_q(int frame_kind, int q, int mbs, in estimate_bits_at_q() function 315 projected_size_based_on_q = estimate_bits_at_q(cpi->common.frame_type, q, in vp9_rc_update_rate_correction_factors()
|