Home
last modified time | relevance | path

Searched refs:SEG_LVL_ALT_LF (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h31 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value... enumerator
Dvp9_loopfilter.c272 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
273 const int data = get_segdata(seg, seg_id, SEG_LVL_ALT_LF); in vp9_loop_filter_frame_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c145 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map()
149 SEG_LVL_ALT_LF, -MAX_LOOP_FILTER); in apply_active_map()
152 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map()
522 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
525 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
546 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
547 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()