Searched refs:seg_map_array (Results 1 – 2 of 2) sorted by relevance
55 cm->seg_map_array[i] = (uint8_t *)vpx_calloc(seg_map_size, 1); in alloc_seg_map()56 if (cm->seg_map_array[i] == NULL) return 1; in alloc_seg_map()64 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in alloc_seg_map()66 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in alloc_seg_map()75 vpx_free(cm->seg_map_array[i]); in free_seg_map()76 cm->seg_map_array[i] = NULL; in free_seg_map()199 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in vp9_swap_current_and_last_seg_map()200 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in vp9_swap_current_and_last_seg_map()
222 uint8_t *seg_map_array[NUM_PING_PONG_BUFFERS]; member