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.c120 av1_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in av1_setup_in_frame_q_adj()
Daq_variance.c92 av1_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in av1_vaq_frame_setup()
Daq_cyclicrefresh.c476 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST1, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
484 av1_set_segdata(seg, CR_SEGMENT_ID_BOOST2, SEG_LVL_ALT_Q, qindex_delta); in av1_cyclic_refresh_setup()
Dencoder.c437 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_H, in apply_active_map()
439 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_Y_V, in apply_active_map()
441 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_U, in apply_active_map()
443 av1_set_segdata(seg, AM_SEGMENT_ID_INACTIVE, SEG_LVL_ALT_LF_V, in apply_active_map()
953 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta - 2); in configure_static_seg_features()
954 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_H, -2); in configure_static_seg_features()
955 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_Y_V, -2); in configure_static_seg_features()
956 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_U, -2); in configure_static_seg_features()
957 av1_set_segdata(seg, 1, SEG_LVL_ALT_LF_V, -2); in configure_static_seg_features()
978 av1_set_segdata(seg, 1, SEG_LVL_ALT_Q, qi_delta + 2); in configure_static_seg_features()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1539 av1_set_segdata(seg, i, j, data); in setup_segmentation()