Home
last modified time | relevance | path

Searched refs:SEG_LVL_ALT_LF (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h31 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value... enumerator
Dvp9_loopfilter.c269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
270 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF); in vp9_loop_filter_frame_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c308 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
311 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
331 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
332 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
3374 feature_data[SEG_LVL_ALT_LF][i] = delta_lf[i];
3386 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_LF);
3388 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_LF);