Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dgd_webp.c162 int yuv_width, yuv_height, yuv_nbytes, ret; in gdImageWebpCtx() local
170 yuv_width = (width + 1) >> 1; in gdImageWebpCtx()
172 yuv_nbytes = width * height + 2 * yuv_width * yuv_height; in gdImageWebpCtx()
181 V = U + yuv_width * yuv_height; in gdImageWebpCtx()
185 ret = WebPEncode(Y, U, V, width, height, width, yuv_width, yuv_height, yuv_width, in gdImageWebpCtx()

Completed in 5 milliseconds