Searched refs:quantization (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_webp.c | 108 void gdImageWebpEx (gdImagePtr im, FILE * outFile, int quantization) in gdImageWebpEx() argument 111 gdImageWebpCtx(im, out, quantization); in gdImageWebpEx() 133 void * gdImageWebpPtrEx (gdImagePtr im, int *size, int quantization) in gdImageWebpPtrEx() argument 137 gdImageWebpCtx(im, out, quantization); in gdImageWebpPtrEx() 166 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization) in gdImageWebpCtx() argument 198 vp8_quality = mapQualityToVP8QP(quantization); in gdImageWebpCtx()
|
H A D | COPYING | 24 Portions relating to JPEG and to color quantization copyright 2000,
|
H A D | README | 43 Portions relating to JPEG and to color quantization copyright 2000,
|
H A D | gd.h | 613 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization);
|
Completed in 8 milliseconds