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) return 1;
64 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
66 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
75 vpx_free(cm->seg_map_array[i]);
76 cm->seg_map_array[i] = NULL;
199 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
200 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
vp9_onyxc_int.h 222 uint8_t *seg_map_array[NUM_PING_PONG_BUFFERS]; member in struct:VP9Common

Completed in 118 milliseconds