Searched refs:get_segment_id (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | pred_common.h | 24 static INLINE int get_segment_id(const AV1_COMMON *const cm, in get_segment_id() function 51 prev_ul = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred() 55 prev_u = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred() 59 prev_l = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 0, in av1_get_spatial_seg_pred()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.h | 22 static INLINE int get_segment_id(const VP9_COMMON *cm, in get_segment_id() function
|
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 70 ? get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col) in count_segs()
|
D | encodeframe.c | 276 map ? get_segment_id(cm, map, bsize, mi_row, mi_col) : 0; in set_offsets() 367 map ? get_segment_id(cm, map, bsize, mi_row, mi_col) : 0; in update_state() 4767 map ? get_segment_id(cm, map, sb_size, mi_row, mi_col) : 0; in encode_sb_row()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 140 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col); in count_segs()
|
D | vp9_encodeframe.c | 202 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 220 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 224 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 230 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 1761 mi_addr->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in update_state() 1915 get_segment_id(cm, map, bsize, mi_row, mi_col))) in set_segment_rdmult() 2449 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in update_state_rt() 4258 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_rd_sb_row() 5301 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_nonrd_sb_row()
|