yuv_nbytes        173 ext/gd/libgd/gd_webp.c 	int  yuv_width, yuv_height, yuv_nbytes, ret;
yuv_nbytes        183 ext/gd/libgd/gd_webp.c     yuv_nbytes = width * height + 2 * yuv_width * yuv_height;
yuv_nbytes        185 ext/gd/libgd/gd_webp.c     if ((Y = (unsigned char *)gdCalloc(yuv_nbytes, sizeof(unsigned char))) == NULL) {
yuv_nbytes        197 ext/gd/libgd/gd_webp.c                      vp8_quality, &filedata, &yuv_nbytes, NULL);
yuv_nbytes        208 ext/gd/libgd/gd_webp.c     gdPutBuf (filedata, yuv_nbytes, outfile);