Home
last modified time | relevance | path

Searched refs:yuv_nbytes (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_webp.c173 int yuv_width, yuv_height, yuv_nbytes, ret; in gdImageWebpCtx() local
183 yuv_nbytes = width * height + 2 * yuv_width * yuv_height; in gdImageWebpCtx()
185 if ((Y = (unsigned char *)gdCalloc(yuv_nbytes, sizeof(unsigned char))) == NULL) { in gdImageWebpCtx()
197 vp8_quality, &filedata, &yuv_nbytes, NULL); in gdImageWebpCtx()
208 gdPutBuf (filedata, yuv_nbytes, outfile); in gdImageWebpCtx()

Completed in 7 milliseconds