Home
last modified time | relevance | path

Searched refs:SEG_LVL_ALT_LF (Results 1 – 5 of 5) 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.c270 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/v4l2_codec2/vda/
Dvp9_parser.cc629 if (segmentation.FeatureEnabled(i, Vp9SegmentationParams::SEG_LVL_ALT_LF)) { in SetupLoopFilter()
631 segmentation.FeatureData(i, Vp9SegmentationParams::SEG_LVL_ALT_LF); in SetupLoopFilter()
Dvp9_parser.h78 SEG_LVL_ALT_LF = 1, enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c540 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map()
543 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF, in apply_active_map()
547 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map()
589 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map()
595 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map()
596 vp9_set_segdata(seg, i, SEG_LVL_ALT_LF, delta_lf[i]); in apply_roi_map()
1132 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1135 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
1156 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1157 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()