Searched refs:av1_enable_segfeature (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | seg_common.c | 55 void av1_enable_segfeature(struct segmentation *seg, int segment_id, in av1_enable_segfeature() function
|
D | seg_common.h | 83 void av1_enable_segfeature(struct segmentation *seg, int segment_id,
|
/external/libaom/libaom/av1/encoder/ |
D | aq_complexity.c | 119 av1_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
|
D | aq_variance.c | 93 av1_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in av1_vaq_frame_setup()
|
D | aq_cyclicrefresh.c | 460 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()
|
D | encoder.c | 431 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/ |
D | decodeframe.c | 1525 av1_enable_segfeature(seg, i, j); in setup_segmentation()
|