Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c389 uint8** p_U, 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()
428 *p_U = *p_Y + y_height * y_stride; in VPXDecode()
429 *p_V = *p_U + uv_height * uv_stride; in VPXDecode()
436 memcpy(*p_U + y * uv_stride, in VPXDecode()
455 uint8** p_U, in WebPDecode() argument
465 return VPXDecode(data, data_size, p_Y, p_U, p_V, p_width, p_height); in WebPDecode()
H A Dwebpimg.h72 uint8** p_U,

Completed in 24 milliseconds