Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() argument
328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); in estimate_bits_at_q()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c154 static int estimate_bits_at_q(int frame_kind, int q, int mbs, in estimate_bits_at_q() argument
156 const int bpm = (int)(vp9_rc_bits_per_mb(frame_kind, q, correction_factor)); in estimate_bits_at_q()