HomeSort by relevance Sort by last modified time
    Searched refs:SEG_LVL_ALT_LF (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 31 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value...
vp9_loopfilter.c 270 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
271 const int data = get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.cc 548 if (segmentation.FeatureEnabled(i, Vp9SegmentationParams::SEG_LVL_ALT_LF)) {
550 segmentation.FeatureData(i, Vp9SegmentationParams::SEG_LVL_ALT_LF);
vp9_parser.h 77 SEG_LVL_ALT_LF = 1,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 531 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF);
534 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF,
538 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF);
960 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2);
    [all...]

Completed in 175 milliseconds