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