Searched refs:vp9_enable_segfeature (Results 1 – 8 of 8) 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 | 80 vp9_enable_segfeature(seg, i, SEG_LVL_ALT_Q); in vp9_vaq_frame_setup()
|
D | vp9_aq_cyclicrefresh.c | 546 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup() 548 vp9_enable_segfeature(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q); in vp9_cyclic_refresh_setup()
|
D | vp9_encoder.c | 530 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_SKIP); in apply_active_map() 531 vp9_enable_segfeature(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF); in apply_active_map() 962 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features() 963 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features() 982 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_Q); in configure_static_seg_features() 985 vp9_enable_segfeature(seg, 1, SEG_LVL_ALT_LF); in configure_static_seg_features() 990 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 991 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 1012 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 1013 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() [all …]
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1045 vp9_enable_segfeature(seg, i, j); in setup_segmentation()
|