Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() function
Dvp9_seg_common.h67 void vp9_set_segdata(struct segmentation *seg, int segment_id,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_360.c71 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_360aq_frame_setup()
Dvp9_aq_complexity.c99 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c80 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c645 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
653 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
Dvp9_segmentation.c57 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup()
Dvp9_encoder.c543 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF, in apply_active_map()
592 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, internal_delta_q[i]); in apply_roi_map()
596 vp9_set_segdata(seg, i, SEG_LVL_ALT_LF, delta_lf[i]); in apply_roi_map()
600 vp9_set_segdata(seg, i, SEG_LVL_SKIP, skip[i]); in apply_roi_map()
618 vp9_set_segdata(seg, i, SEG_LVL_REF_FRAME, ref_frame[i]); in apply_roi_map()
1131 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
1132 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1153 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
1156 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1161 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1368 vp9_set_segdata(seg, i, j, data); in setup_segmentation()