Home
last modified time | relevance | path

Searched refs:vp9_compute_qdelta (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h257 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget,
Dvp9_ratectrl.c708 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q, in rc_pick_q_and_bounds_one_pass_cbr()
729 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_one_pass_cbr()
841 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q, in rc_pick_q_and_bounds_one_pass_vbr()
862 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_one_pass_vbr()
1016 delta_qindex = vp9_compute_qdelta(rc, last_boosted_q, in rc_pick_q_and_bounds_two_pass()
1024 delta_qindex = vp9_compute_qdelta(rc, last_boosted_q, in rc_pick_q_and_bounds_two_pass()
1048 active_best_quality += vp9_compute_qdelta(rc, q_val, in rc_pick_q_and_bounds_two_pass()
1667 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, in vp9_compute_qdelta() function
Dvp9_encoder.c519 qi_delta = vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 0.875, in configure_static_seg_features()
541 qi_delta = vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 1.125, in configure_static_seg_features()