Searched refs:vp9_set_segdata (Results 1 – 9 of 9) sorted by relevance
/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/encoder/ |
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 | 645 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()
|
D | vp9_segmentation.c | 57 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup()
|
D | vp9_encoder.c | 543 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/ |
D | vp9_decodeframe.c | 1368 vp9_set_segdata(seg, i, j, data); in setup_segmentation()
|