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