Changed quantize and quantize2 to static

This commit is contained in:
Andrew Murray 2021-04-01 14:04:00 +11:00
parent fe668716ed
commit 65cdc21105

View File

@ -1243,7 +1243,7 @@ error_1:
return 0;
}
int
static int
quantize(
Pixel *pixelData,
uint32_t nPixels,
@ -1511,7 +1511,7 @@ compute_distances(const HashTable *h, const Pixel pixel, uint32_t *dist, void *u
}
}
int
static int
quantize2(
Pixel *pixelData,
uint32_t nPixels,