Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.h73 uint8** p_V,
H A Dwebpimg.c390 uint8** p_V, in VPXDecode() argument
397 if (!data || data_size <= 10 || !p_Y || !p_U || !p_V in VPXDecode()
398 || *p_Y != NULL || *p_U != NULL || *p_V != NULL) { in VPXDecode()
429 *p_V = *p_U + uv_height * uv_stride; in VPXDecode()
439 memcpy(*p_V + y * uv_stride, in VPXDecode()
456 uint8** p_V, in WebPDecode() argument
465 return VPXDecode(data, data_size, p_Y, p_U, p_V, p_width, p_height); in WebPDecode()

Completed in 9 milliseconds