Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c94 int qindex_delta, segment_rdmult; in vp9_vaq_frame_setup() local
102 qindex_delta = vp9_compute_qdelta(cpi, base_q, base_q * Q_RATIO(i)); in vp9_vaq_frame_setup()
103 vp9_set_segdata(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
106 segment_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + qindex_delta + in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c197 int qindex_delta = 0; in vp9_cyclic_refresh_setup() local
244 qindex_delta = vp9_compute_qdelta_by_rate(cpi, in vp9_cyclic_refresh_setup()
249 if (-qindex_delta > cr->max_qdelta_perc * cm->base_qindex / 100) in vp9_cyclic_refresh_setup()
250 qindex_delta = -cr->max_qdelta_perc * cm->base_qindex / 100; in vp9_cyclic_refresh_setup()
253 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in vp9_cyclic_refresh_setup()
256 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
Dvp9_aq_complexity.c50 const int qindex_delta = in vp9_setup_in_frame_q_adj() local
55 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()