Searched refs:SEG_LVL_ALT_LF_Y_H (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | seg_common.h | 30 SEG_LVL_ALT_LF_Y_H, // Use alternate loop filter value on y plane horizontal enumerator
|
D | av1_loopfilter.c | 26 { SEG_LVL_ALT_LF_Y_V, SEG_LVL_ALT_LF_Y_H },
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 158 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map() 163 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H, in apply_active_map() 173 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map() 681 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features() 686 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features() 708 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features() 713 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features()
|