Home
last modified time | relevance | path

Searched refs:vp9_enable_segfeature (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h58 void vp9_enable_segfeature(struct segmentation *seg,
Dvp9_seg_common.c39 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_complexity.c54 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c104 vp9_enable_segfeature(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
Dvp9_onyx_if.c310 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
311 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
329 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
332 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
337 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
338 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
359 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
360 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
370 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features()
371 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
[all …]
Dvp9_aq_cyclicrefresh.c241 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c531 vp9_enable_segfeature(seg, i, j); in setup_segmentation()