Searched refs:vp9_enable_segfeature (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.h | 58 void vp9_enable_segfeature(struct segmentation *seg,
|
D | vp9_seg_common.c | 39 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/ |
D | vp9_aq_complexity.c | 54 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
|
D | vp9_aq_variance.c | 104 vp9_enable_segfeature(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
|
D | vp9_onyx_if.c | 310 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 …]
|
D | vp9_aq_cyclicrefresh.c | 241 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/ |
D | vp9_decodeframe.c | 531 vp9_enable_segfeature(seg, i, j); in setup_segmentation()
|