Searched refs:vp9_set_segdata (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.c | 46 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() function
|
D | vp9_seg_common.h | 69 void vp9_set_segdata(struct segmentation *seg,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_complexity.c | 102 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
|
D | vp9_aq_variance.c | 79 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
|
D | vp9_aq_cyclicrefresh.c | 577 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup() 585 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
|
D | vp9_encoder.c | 148 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, in apply_active_map() 521 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features() 522 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features() 543 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features() 546 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features() 551 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 579 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 581 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1099 vp9_set_segdata(seg, i, j, data); in setup_segmentation()
|