Home
last modified time | relevance | path

Searched refs:yuv_width (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
181 yuv_width = (width + 1) >> 1; in gdImageWebpCtx()
183 yuv_nbytes = width * height + 2 * yuv_width * yuv_height; in gdImageWebpCtx()
192 V = U + yuv_width * yuv_height; in gdImageWebpCtx()
196 ret = WebPEncode(Y, U, V, width, height, width, yuv_width, yuv_height, yuv_width, in gdImageWebpCtx()

Completed in 5 milliseconds