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.c119 av1_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
Daq_variance.c93 av1_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in av1_vaq_frame_setup()
Daq_cyclicrefresh.c460 av1_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
462 av1_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
Dencoder.c431 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map()
432 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map()
433 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_V); in apply_active_map()
434 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U); in apply_active_map()
435 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_V); in apply_active_map()
959 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features()
960 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_V); in configure_static_seg_features()
961 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_U); in configure_static_seg_features()
962 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_V); in configure_static_seg_features()
964 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1525 av1_enable_segfeature(seg, i, j); in setup_segmentation()