Searched defs:vp9_compute_qdelta (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c502 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
524 active_best_quality += vp9_compute_qdelta(rc, q_val,
614 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
636 active_best_quality += vp9_compute_qdelta(rc, q_val,
644 + vp9_compute_qdelta(rc, current_q, current_q * 0.3);
763 vp9_compute_qdelta(rc, current_q, new_q);
796 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
821 active_best_quality += vp9_compute_qdelta(rc, q_val,
829 + vp9_compute_qdelta(rc, current_q, current_q * 0.3);
946 vp9_compute_qdelta(r
1327 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget) { function
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c619 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
640 active_best_quality += vp9_compute_qdelta(rc, q_val,
753 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
774 active_best_quality += vp9_compute_qdelta(rc, q_val,
910 delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
918 delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
942 active_best_quality += vp9_compute_qdelta(rc, q_val,
1432 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, function

Completed in 601 milliseconds