Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() function
Dvp9_seg_common.h60 void vp9_enable_segfeature(struct segmentation *seg, int segment_id,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_360.c72 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_360aq_frame_setup()
Dvp9_aq_complexity.c98 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c81 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c632 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
634 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
Dvp9_segmentation.c58 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_psnr_aq_mode_setup()
Dvp9_encoder.c539 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map()
540 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map()
591 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in apply_roi_map()
595 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map()
599 vp9_enable_segfeature(seg, i, SEG_LVL_SKIP); in apply_roi_map()
617 vp9_enable_segfeature(seg, i, SEG_LVL_REF_FRAME); in apply_roi_map()
1134 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
1135 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
1154 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features()
1157 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1363 vp9_enable_segfeature(seg, i, j); in setup_segmentation()