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 | 432 av1_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map() 437 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H, in apply_active_map() 447 av1_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H); in apply_active_map() 954 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features() 959 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features() 981 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features() 986 av1_enable_segfeature(seg, 1, SEG_LVL_ALT_LF_Y_H); in configure_static_seg_features()
|