Searched refs:seg_map_size (Results 1 – 1 of 1) sorted by relevance
51 static int alloc_seg_map(VP9_COMMON *cm, int seg_map_size) { in alloc_seg_map() argument55 cm->seg_map_array[i] = (uint8_t *)vpx_calloc(seg_map_size, 1); in alloc_seg_map()58 cm->seg_map_alloc_size = seg_map_size; in alloc_seg_map()