Searched refs:vp9_enable_segfeature (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 59 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_psnr_aq_mode_setup() 86 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_perceptual_aq_mode_setup() 90 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_perceptual_aq_mode_setup() 99 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_perceptual_aq_mode_setup()
|
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 | 637 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup() 639 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
|
D | vp9_encoder.c | 560 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 561 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map() 612 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in apply_roi_map() 616 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_LF); in apply_roi_map() 620 vp9_enable_segfeature(seg, i, SEG_LVL_SKIP); in apply_roi_map() 638 vp9_enable_segfeature(seg, i, SEG_LVL_REF_FRAME); in apply_roi_map() 1181 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features() 1182 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features() 1201 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features() 1204 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features() [all …]
|
/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/decoder/ |
D | vp9_decodeframe.c | 1372 vp9_enable_segfeature(seg, i, j); in setup_segmentation()
|