Searched refs:seg_map_array (Results 1 – 2 of 2) sorted by relevance
46 cm->seg_map_array[i] = (uint8_t *)vpx_calloc(seg_map_size, 1); in alloc_seg_map()47 if (cm->seg_map_array[i] == NULL) return 1; in alloc_seg_map()55 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in alloc_seg_map()56 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in alloc_seg_map()65 vpx_free(cm->seg_map_array[i]); in free_seg_map()66 cm->seg_map_array[i] = NULL; in free_seg_map()192 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in vp9_swap_current_and_last_seg_map()193 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in vp9_swap_current_and_last_seg_map()
212 uint8_t *seg_map_array[NUM_PING_PONG_BUFFERS]; member