Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c78 vp9_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
98 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
99 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
Dvp9_aq_360.c71 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_360aq_frame_setup()
72 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_360aq_frame_setup()
Dvp9_aq_cyclicrefresh.c630 vp9_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
632 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
634 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
645 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
653 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
Dvp9_aq_variance.c80 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
81 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
Dvp9_segmentation.c57 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup()
58 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_psnr_aq_mode_setup()
Dvp9_encoder.c588 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_Q); in apply_roi_map()
591 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in apply_roi_map()
592 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, internal_delta_q[i]); in apply_roi_map()
1131 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
1134 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
1153 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
1154 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
Dvp9_encodeframe.c5835 qdelta_index = get_segdata(seg, segment_id, SEG_LVL_ALT_Q); in compute_frame_aq_offset()
/external/libaom/libaom/av1/encoder/
Daq_complexity.c87 av1_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
107 av1_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
108 av1_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in av1_setup_in_frame_q_adj()
Daq_cyclicrefresh.c482 av1_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
484 av1_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
486 av1_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
497 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
505 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
Daq_variance.c91 av1_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in av1_vaq_frame_setup()
92 av1_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in av1_vaq_frame_setup()
Dencoder.c680 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
691 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
705 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
706 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c198 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
199 const int data = 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
/external/libaom/libaom/av1/common/
Dquant_common.c230 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in av1_get_qindex()
231 const int data = get_segdata(seg, segment_id, SEG_LVL_ALT_Q); in av1_get_qindex()
Dseg_common.h28 SEG_LVL_ALT_Q, // Use alternate Quantizer .... enumerator
/external/v4l2_codec2/vda/
Dvp9_parser.cc568 Vp9SegmentationParams::SEG_LVL_ALT_Q)) { in GetQIndex()
570 segmentation.FeatureData(segid, Vp9SegmentationParams::SEG_LVL_ALT_Q); in GetQIndex()
Dvp9_parser.h77 SEG_LVL_ALT_Q = 0, enumerator