Searched refs:av1_disable_segfeature (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | segmentation.h | 25 void av1_disable_segfeature(struct segmentation *seg, int segment_id,
|
D | aq_complexity.c | 87 av1_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in av1_setup_in_frame_q_adj()
|
D | segmentation.c | 36 void av1_disable_segfeature(struct segmentation *seg, int segment_id, in av1_disable_segfeature() function
|
D | aq_cyclicrefresh.c | 482 av1_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in av1_cyclic_refresh_setup()
|
D | encoder.c | 172 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 173 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map() 174 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_V); in apply_active_map() 175 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U); in apply_active_map() 176 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_V); in apply_active_map()
|