Home
last modified time | relevance | path

Searched refs:vp9_set_segdata (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c46 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() function
Dvp9_seg_common.h69 void vp9_set_segdata(struct segmentation *seg,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c102 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c79 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c577 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()
Dvp9_encoder.c148 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/
Dvp9_decodeframe.c1099 vp9_set_segdata(seg, i, j, data); in setup_segmentation()