Searched refs:vp9_enable_segfeature (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.c | 34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() function
|
D | vp9_seg_common.h | 60 void vp9_enable_segfeature(struct segmentation *seg, int segment_id,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_360.c | 72 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_360aq_frame_setup()
|
D | vp9_aq_complexity.c | 98 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
|
D | vp9_aq_variance.c | 81 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
|
D | vp9_aq_cyclicrefresh.c | 632 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()
|
D | vp9_segmentation.c | 58 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_psnr_aq_mode_setup()
|
D | vp9_encoder.c | 539 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/ |
D | vp9_decodeframe.c | 1363 vp9_enable_segfeature(seg, i, j); in setup_segmentation()
|