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 CommonModeInfoParams *const mi_params, in get_segment_id() function 57 get_segment_id(mi_params, seg_map, BLOCK_4X4, mi_row - 1, mi_col - 1); in av1_get_spatial_seg_pred() 61 get_segment_id(mi_params, seg_map, BLOCK_4X4, mi_row - 1, mi_col - 0); in av1_get_spatial_seg_pred() 65 get_segment_id(mi_params, seg_map, BLOCK_4X4, mi_row - 0, mi_col - 1); 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 | 69 ? get_segment_id(mi_params, cm->last_frame_seg_map, bsize, mi_row, in count_segs()
|
D | encodeframe.c | 447 map ? get_segment_id(&cm->mi_params, map, bsize, mi_row, mi_col) : 0; in set_offsets() 583 map ? get_segment_id(mi_params, map, bsize, mi_row, mi_col) : 0; in update_state() 4952 map ? get_segment_id(&cm->mi_params, map, sb_size, mi_row, mi_col) in encode_sb_row()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 181 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col); in count_segs()
|
D | vp9_encodeframe.c | 212 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 231 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 238 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 242 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 253 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in set_segment_index() 1830 mi_addr->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in update_state() 1983 get_segment_id(cm, map, bsize, mi_row, mi_col))) in set_segment_rdmult() 2537 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); in update_state_rt() 4451 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_rd_sb_row() 5486 int segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in encode_nonrd_sb_row()
|