Searched refs:SEG_LVL_ALT_LF_U (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | seg_common.h | 31 SEG_LVL_ALT_LF_U, // Use alternate loop filter value on u plane enumerator
|
D | av1_loopfilter.c | 27 { SEG_LVL_ALT_LF_U, SEG_LVL_ALT_LF_U },
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 160 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U); in apply_active_map() 167 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U, in apply_active_map() 175 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U); in apply_active_map() 683 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_U, -2); in configure_static_seg_features() 688 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_U); in configure_static_seg_features() 710 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_U, -2); in configure_static_seg_features() 715 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_U); in configure_static_seg_features()
|