Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h153 int av1_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs,
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c279 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() argument
281 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); in estimate_bits_at_q()