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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 46 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
60 cm->current_frame_seg_map = NULL;
181 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
vp9_entropymode.c 437 if (cm->current_frame_seg_map)
438 memset(cm->current_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols));
vp9_onyxc_int.h 205 uint8_t *current_frame_seg_map; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 112 cm->current_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
136 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,
162 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,

Completed in 222 milliseconds