Searched refs:vp9_compute_qdelta (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 508 int delta_qindex = vp9_compute_qdelta(cpi, last_boosted_q, in rc_pick_q_and_bounds_one_pass_cbr() 530 active_best_quality += vp9_compute_qdelta(cpi, q_val, q_val * in rc_pick_q_and_bounds_one_pass_cbr() 620 int delta_qindex = vp9_compute_qdelta(cpi, last_boosted_q, in rc_pick_q_and_bounds_one_pass_vbr() 642 active_best_quality += vp9_compute_qdelta(cpi, q_val, q_val * in rc_pick_q_and_bounds_one_pass_vbr() 650 + vp9_compute_qdelta(cpi, current_q, current_q * 0.3); in rc_pick_q_and_bounds_one_pass_vbr() 769 vp9_compute_qdelta(cpi, current_q, new_q); in rc_pick_q_and_bounds_one_pass_vbr() 802 int delta_qindex = vp9_compute_qdelta(cpi, last_boosted_q, in rc_pick_q_and_bounds_two_pass() 827 active_best_quality += vp9_compute_qdelta(cpi, q_val, q_val * in rc_pick_q_and_bounds_two_pass() 835 + vp9_compute_qdelta(cpi, current_q, current_q * 0.3); in rc_pick_q_and_bounds_two_pass() 952 vp9_compute_qdelta(cpi, current_q, new_q); in rc_pick_q_and_bounds_two_pass()
|
D | vp9_aq_variance.c | 102 qindex_delta = vp9_compute_qdelta(cpi, base_q, base_q * Q_RATIO(i)); in vp9_vaq_frame_setup()
|
D | vp9_onyx_int.h | 614 int vp9_compute_qdelta(const VP9_COMP *cpi, double qstart, double qtarget);
|
D | vp9_onyx_if.c | 215 int vp9_compute_qdelta(const VP9_COMP *cpi, double qstart, double qtarget) { in vp9_compute_qdelta() function 306 qi_delta = vp9_compute_qdelta(cpi, rc->avg_q, rc->avg_q * 0.875); in configure_static_seg_features() 327 qi_delta = vp9_compute_qdelta(cpi, rc->avg_q, rc->avg_q * 1.125); in configure_static_seg_features()
|