Searched refs:SEG_LVL_ALT_LF (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_seg_common.h | 31 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value... enumerator in enum:__anon9547
|
H A D | vp9_loopfilter.c | 271 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { 272 const int data = get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 144 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); 148 SEG_LVL_ALT_LF, -MAX_LOOP_FILTER); 151 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); 519 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); 522 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); 543 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); 544 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF);
|
Completed in 150 milliseconds