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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 55 cm->seg_map_array[i] = (uint8_t *)vpx_calloc(seg_map_size, 1);
56 if (cm->seg_map_array[i] == NULL)
65 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
67 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
76 vpx_free(cm->seg_map_array[i]);
77 cm->seg_map_array[i] = NULL;
192 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
193 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
vp9_onyxc_int.h 223 uint8_t *seg_map_array[NUM_PING_PONG_BUFFERS]; member in struct:VP9Common

Completed in 104 milliseconds