mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #5374 from radarhere/static
Changed quantize and quantize2 to static
This commit is contained in:
commit
9e73f7a324
|
@ -1243,7 +1243,7 @@ error_1:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
quantize(
|
quantize(
|
||||||
Pixel *pixelData,
|
Pixel *pixelData,
|
||||||
uint32_t nPixels,
|
uint32_t nPixels,
|
||||||
|
@ -1511,7 +1511,7 @@ compute_distances(const HashTable *h, const Pixel pixel, uint32_t *dist, void *u
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
quantize2(
|
quantize2(
|
||||||
Pixel *pixelData,
|
Pixel *pixelData,
|
||||||
uint32_t nPixels,
|
uint32_t nPixels,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user