Searched refs:SEG_LVL_ALT_LF (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 31 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value... enumerator
|
D | vp9_loopfilter.c | 270 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init() 271 const int data = get_segdata(seg, seg_id, SEG_LVL_ALT_LF); in vp9_loop_filter_frame_init()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 561 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map() 564 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF, in apply_active_map() 568 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map() 610 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map() 616 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map() 617 vp9_set_segdata(seg, i, SEG_LVL_ALT_LF, delta_lf[i]); in apply_roi_map() 1179 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features() 1182 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features() 1203 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features() 1204 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
|