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