HomeSort by relevance Sort by last modified time
    Searched refs:current_frame_seg_map (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 65 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
80 cm->current_frame_seg_map = NULL;
192 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
vp9_entropymode.c 435 if (cm->current_frame_seg_map)
436 memset(cm->current_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols));
vp9_onyxc_int.h 225 uint8_t *current_frame_seg_map; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 154 src_cm->current_frame_seg_map : src_cm->last_frame_seg_map;
vp9_decodemv.c 116 cm->current_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
141 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,
172 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,

Completed in 378 milliseconds