Home
last modified time | relevance | path

Searched refs:av1_enable_segfeature (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dseg_common.c55 void av1_enable_segfeature(struct segmentation *seg, int segment_id, in av1_enable_segfeature() function
Dseg_common.h83 void av1_enable_segfeature(struct segmentation *seg, int segment_id,
/external/libaom/libaom/av1/encoder/
Daq_complexity.c107 av1_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
Dencoder.c157 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map()
158 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map()
159 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_V); in apply_active_map()
160 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U); in apply_active_map()
161 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_V); in apply_active_map()
686 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features()
687 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_V); in configure_static_seg_features()
688 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_U); in configure_static_seg_features()
689 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_V); in configure_static_seg_features()
691 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
[all …]
Daq_cyclicrefresh.c484 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()
Daq_variance.c92 av1_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in av1_vaq_frame_setup()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1930 av1_enable_segfeature(seg, i, j); in setup_segmentation()