Searched refs:vp9_set_segdata (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 58 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()
|
D | vp9_aq_360.c | 71 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_360aq_frame_setup()
|
D | vp9_aq_complexity.c | 99 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in vp9_setup_in_frame_q_adj()
|
D | vp9_aq_variance.c | 80 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in vp9_vaq_frame_setup()
|
D | vp9_aq_cyclicrefresh.c | 650 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()
|
D | vp9_encoder.c | 564 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/ |
D | vp9_seg_common.c | 47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata() function
|
D | vp9_seg_common.h | 67 void vp9_set_segdata(struct segmentation *seg, int segment_id,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1377 vp9_set_segdata(seg, i, j, data); in setup_segmentation()
|