Searched refs:av1_set_segdata (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | seg_common.c | 79 void av1_set_segdata(struct segmentation *seg, int segment_id, in av1_set_segdata() function
|
D | seg_common.h | 92 void av1_set_segdata(struct segmentation *seg, int segment_id,
|
/external/libaom/libaom/av1/encoder/ |
D | aq_complexity.c | 120 av1_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta); in av1_setup_in_frame_q_adj()
|
D | aq_variance.c | 92 av1_set_segdata(seg, i, SEG_LVL_ALT_Q, qindex_delta); in av1_vaq_frame_setup()
|
D | aq_cyclicrefresh.c | 476 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()
|
D | encoder.c | 437 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/ |
D | decodeframe.c | 1539 av1_set_segdata(seg, i, j, data); in setup_segmentation()
|