Searched refs:yuv_width (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_webp.c | 173 int yuv_width, yuv_height, yuv_nbytes, ret; in gdImageWebpCtx() local 181 yuv_width = (width + 1) >> 1; in gdImageWebpCtx() 192 yuv_nbytes = width * height + 2 * yuv_width * yuv_height; in gdImageWebpCtx() 201 V = U + yuv_width * yuv_height; in gdImageWebpCtx() 205 ret = WebPEncode(Y, U, V, width, height, width, yuv_width, yuv_height, yuv_width, in gdImageWebpCtx()
|
Completed in 5 milliseconds