Searched refs:vp9_disable_segfeature (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_segmentation.h | 24 void vp9_disable_segfeature(struct segmentation *seg, int segment_id,
|
D | vp9_aq_complexity.c | 78 vp9_disable_segfeature(seg, DEFAULT_AQ2_SEG, SEG_LVL_ALT_Q); in vp9_setup_in_frame_q_adj()
|
D | vp9_segmentation.c | 40 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() function
|
D | vp9_aq_cyclicrefresh.c | 649 vp9_disable_segfeature(seg, CR_SEGMENT_ID_BASE, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
|
D | vp9_encoder.c | 568 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 569 vp9_disable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map() 608 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_Q); in apply_roi_map() 609 vp9_disable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map()
|