Searched refs:copy_segment_id (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 115 static void copy_segment_id(const VP9_COMMON *cm, in copy_segment_id() function 136 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map, in read_intra_segment_id() 162 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map, in read_inter_segment_id()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 324 static void copy_segment_id(const AV1_COMMON *cm, in copy_segment_id() function 358 copy_segment_id(cm, cm->last_frame_seg_map, cm->cur_frame->seg_map, in read_inter_segment_id()
|