Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c58 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup()
85 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, target_qindex - base_qindex); in vp9_perceptual_aq_mode_setup()
89 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 0); in vp9_perceptual_aq_mode_setup()
98 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, target_qindex - base_qindex); in vp9_perceptual_aq_mode_setup()
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.c650 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
658 vp9_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c564 vp9_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF, in apply_active_map()
613 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, internal_delta_q[i]); in apply_roi_map()
617 vp9_set_segdata(seg, i, SEG_LVL_ALT_LF, delta_lf[i]); in apply_roi_map()
621 vp9_set_segdata(seg, i, SEG_LVL_SKIP, skip[i]); in apply_roi_map()
639 vp9_set_segdata(seg, i, SEG_LVL_REF_FRAME, ref_frame[i]); in apply_roi_map()
1178 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
1179 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1200 vp9_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
1203 vp9_set_segdata(seg, 1, SEG_LVL_ALT_LF, -2); in configure_static_seg_features()
1208 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
[all …]
/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/decoder/
Dvp9_decodeframe.c1377 vp9_set_segdata(seg, i, j, data); in setup_segmentation()