Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c388 uint8** p_Y, 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()
425 if ((*p_Y = (uint8 *)(calloc(y_stride * y_height in VPXDecode()
428 *p_U = *p_Y + y_height * y_stride; in VPXDecode()
431 memcpy(*p_Y + y * y_stride, in VPXDecode()
454 uint8** p_Y, in WebPDecode() argument
465 return VPXDecode(data, data_size, p_Y, p_U, p_V, p_width, p_height); in WebPDecode()
H A Dwebpimg.h71 uint8** p_Y,

Completed in 11 milliseconds