Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dseg_common.c79 void av1_set_segdata(struct segmentation *seg, int segment_id, in av1_set_segdata() function
Dseg_common.h92 void av1_set_segdata(struct segmentation *seg, int segment_id,
/external/libaom/libaom/av1/encoder/
Daq_complexity.c108 av1_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in av1_setup_in_frame_q_adj()
Daq_cyclicrefresh.c497 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
505 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
Daq_variance.c91 av1_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in av1_vaq_frame_setup()
Dencoder.c163 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H, in apply_active_map()
165 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_V, in apply_active_map()
167 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U, in apply_active_map()
169 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_V, in apply_active_map()
680 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
681 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features()
682 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_V, -2); in configure_static_seg_features()
683 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_U, -2); in configure_static_seg_features()
684 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_V, -2); in configure_static_seg_features()
705 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1944 av1_set_segdata(seg, i, j, data); in setup_segmentation()