Home
last modified time | relevance | path

Searched refs:SEG_LVL_ALT_Q (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_complexity.c46 vp9_disable_segfeature(seg, 0, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
54 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
55 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c103 vp9_set_segdata(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
104 vp9_enable_segfeature(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c239 vp9_disable_segfeature(seg, 0, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
241 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
256 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
Dvp9_onyx_if.c307 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
310 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
328 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
329 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
3373 feature_data[SEG_LVL_ALT_Q][i] = delta_q[i];
3381 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q);
3383 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_Q);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_quant_common.c135 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
136 const int data = vp9_get_segdata(seg, segment_id, SEG_LVL_ALT_Q); in vp9_get_qindex()
Dvp9_seg_common.h30 SEG_LVL_ALT_Q = 0, // Use alternate Quantizer .... enumerator