uint8 220 ext/gd/libgd/webpimg.c uint8* Y2 = NULL; uint8 221 ext/gd/libgd/webpimg.c uint8* U2 = NULL; uint8 222 ext/gd/libgd/webpimg.c uint8* V2 = NULL; uint8 425 ext/gd/libgd/webpimg.c if ((*p_Y = (uint8 *)(calloc(y_stride * y_height uint8 427 ext/gd/libgd/webpimg.c sizeof(uint8)))) != NULL) { uint8 710 ext/gd/libgd/webpimg.c y_width, y_height, 16, (uint8*)(Y)); uint8 711 ext/gd/libgd/webpimg.c img.planes[VPX_PLANE_Y] = (uint8*)(Y); uint8 712 ext/gd/libgd/webpimg.c img.planes[VPX_PLANE_U] = (uint8*)(U); uint8 713 ext/gd/libgd/webpimg.c img.planes[VPX_PLANE_V] = (uint8*)(V); uint8 800 ext/gd/libgd/webpimg.c uint8* const Yrow = Y + y * y_stride; uint8 808 ext/gd/libgd/webpimg.c uint8* const Urow = U + y * uv_stride; uint8 809 ext/gd/libgd/webpimg.c uint8* const Vrow = V + y * uv_stride; uint8 828 ext/gd/libgd/webpimg.c uint8* const Yrow = Y + y * y_stride; uint8 837 ext/gd/libgd/webpimg.c uint8* const Urow = U + y * uv_stride; uint8 838 ext/gd/libgd/webpimg.c uint8* const Vrow = V + y * uv_stride; uint8 69 ext/gd/libgd/webpimg.h WebPResult WebPDecode(const uint8* data, uint8 71 ext/gd/libgd/webpimg.h uint8** p_Y, uint8 72 ext/gd/libgd/webpimg.h uint8** p_U, uint8 73 ext/gd/libgd/webpimg.h uint8** p_V, uint8 99 ext/gd/libgd/webpimg.h WebPResult WebPEncode(const uint8* Y, uint8 100 ext/gd/libgd/webpimg.h const uint8* U, uint8 101 ext/gd/libgd/webpimg.h const uint8* V, uint8 126 ext/gd/libgd/webpimg.h void YUV420toRGBA(uint8* Y, uint8 127 ext/gd/libgd/webpimg.h uint8* U, uint8 128 ext/gd/libgd/webpimg.h uint8* V, uint8 148 ext/gd/libgd/webpimg.h uint8* Y, uint8 149 ext/gd/libgd/webpimg.h uint8* U, uint8 150 ext/gd/libgd/webpimg.h uint8* V); uint8 155 ext/gd/libgd/webpimg.h void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height); uint8 158 ext/gd/libgd/webpimg.h void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height); uint8 172 ext/gd/libgd/webpimg.h WebPResult WebPGetInfo(const uint8* data, uint8 70 main/php_stdint.h typedef uint8 uint8_t