Searched refs:qtarget (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 246 int av1_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget,
|
D | ratectrl.c | 1713 int av1_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, in av1_compute_qdelta() argument 1718 av1_find_qindex(qtarget, bit_depth, rc->best_quality, rc->worst_quality); in av1_compute_qdelta()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 297 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget,
|
D | vp9_ratectrl.c | 2309 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, in vp9_compute_qdelta() argument 2324 if (vp9_convert_qindex_to_q(i, bit_depth) >= qtarget) break; in vp9_compute_qdelta()
|