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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 27 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value...
vp9_loopfilter.c 305 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
306 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 360 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2);
363 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF);
385 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2);
386 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF);
    [all...]

Completed in 29 milliseconds