Searched refs:COLOR_MAP_SIZE (Results 1 – 1 of 1) sorted by relevance
41 const int COLOR_MAP_SIZE = 256; variable273 ColorType *colorMap = (ColorType *)malloc(sizeof(ColorType) * COLOR_MAP_SIZE); in processFrame()293 for (int j = 0; j < COLOR_MAP_SIZE; j++) { in processFrame()443 if (colorSubdivMapSize < COLOR_MAP_SIZE) { in doColorQuantize()444 …memset_s(outputColorMap, sizeof(ColorType) * COLOR_MAP_SIZE, 0, sizeof(ColorType) * COLOR_MAP_SIZE… in doColorQuantize()558 while (*colorSubdivMapSize < COLOR_MAP_SIZE) { in BuildColorSubdivMap()