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/ |
D | vp9_aq_complexity.c | 46 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()
|
D | vp9_aq_variance.c | 103 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()
|
D | vp9_aq_cyclicrefresh.c | 239 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()
|
D | vp9_onyx_if.c | 307 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/ |
D | vp9_quant_common.c | 135 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()
|
D | vp9_seg_common.h | 30 SEG_LVL_ALT_Q = 0, // Use alternate Quantizer .... enumerator
|