Searched refs:yuv_nbytes (Results 1 – 1 of 1) sorted by relevance
173 int yuv_width, yuv_height, yuv_nbytes, ret; in gdImageWebpCtx() local192 yuv_nbytes = width * height + 2 * yuv_width * yuv_height; in gdImageWebpCtx()194 if ((Y = (unsigned char *)gdCalloc(yuv_nbytes, sizeof(unsigned char))) == NULL) { in gdImageWebpCtx()206 vp8_quality, &filedata, &yuv_nbytes, NULL); in gdImageWebpCtx()217 gdPutBuf (filedata, yuv_nbytes, outfile); in gdImageWebpCtx()
Completed in 4 milliseconds