U                  13 ext/gd/libgd/gd_webp.c                   uint8* U,
U                  19 ext/gd/libgd/gd_webp.c                   uint8* U,
U                  41 ext/gd/libgd/gd_webp.c 	unsigned char   *U = NULL;
U                  45 ext/gd/libgd/gd_webp.c 	ret = WebPDecode(data, size, &Y, &U, &V, &width, &height);
U                  48 ext/gd/libgd/gd_webp.c 		if (U) free(U);
U                  57 ext/gd/libgd/gd_webp.c 	gd_YUV420toRGBA(Y, U, V, im);
U                  69 ext/gd/libgd/gd_webp.c 	unsigned char   *U = NULL;
U                  94 ext/gd/libgd/gd_webp.c 	ret = WebPDecode(filedata, size, &Y, &U, &V, &width, &height);
U                  98 ext/gd/libgd/gd_webp.c 		if (U) free(U);
U                 104 ext/gd/libgd/gd_webp.c 	gd_YUV420toRGBA(Y, U, V, im);
U                 176 ext/gd/libgd/gd_webp.c 				  *U = NULL,
U                 191 ext/gd/libgd/gd_webp.c     U = Y + width * height;
U                 192 ext/gd/libgd/gd_webp.c     V = U + yuv_width * yuv_height;
U                 193 ext/gd/libgd/gd_webp.c     gd_RGBAToYUV420(im, Y, U, V);
U                 196 ext/gd/libgd/gd_webp.c     ret = WebPEncode(Y, U, V, width, height, width, yuv_width, yuv_height, yuv_width,
U                 299 ext/gd/libgd/webpimg.c     const int U = u_src[0];
U                 301 ext/gd/libgd/webpimg.c     ToRGB(y_src[0], U, V, rgb_dst);
U                 302 ext/gd/libgd/webpimg.c     ToRGB(y_src[1], U, V, rgb_dst + 1);
U                 327 ext/gd/libgd/webpimg.c                   uint8* U,
U                 347 ext/gd/libgd/webpimg.c                     U + (y >> 1) * uv_stride,
U                 355 ext/gd/libgd/webpimg.c                   uint8* U,
U                 379 ext/gd/libgd/webpimg.c                     U + (y >> 1) * uv_stride,
U                 537 ext/gd/libgd/webpimg.c                   uint8* U,
U                 568 ext/gd/libgd/webpimg.c 						 U + y * uv_stride,
U                 577 ext/gd/libgd/webpimg.c 						 U + (y_height >> 1) * uv_stride,
U                 600 ext/gd/libgd/webpimg.c                   uint8* U,
U                 615 ext/gd/libgd/webpimg.c                          U + y * uv_stride,
U                 624 ext/gd/libgd/webpimg.c                          U + (y_height >> 1) * uv_stride,
U                 656 ext/gd/libgd/webpimg.c                             const uint8* U,
U                 680 ext/gd/libgd/webpimg.c   if (!p_out || !Y || !U || !V
U                 712 ext/gd/libgd/webpimg.c     img.planes[VPX_PLANE_U] = (uint8*)(U);
U                 743 ext/gd/libgd/webpimg.c                       const uint8* U,
U                 758 ext/gd/libgd/webpimg.c   if (VPXEncode(Y, U, V,
U                 797 ext/gd/libgd/webpimg.c 		*psnr = WebPGetPSNR(Y, U, V, *p_out, *p_out_size_bytes);
U                 804 ext/gd/libgd/webpimg.c void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height) {
U                 822 ext/gd/libgd/webpimg.c     uint8* const Urow = U + y * uv_stride;
U                 832 ext/gd/libgd/webpimg.c void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height) {
U                 851 ext/gd/libgd/webpimg.c     uint8* const Urow = U + y * uv_stride;
U                 100 ext/gd/libgd/webpimg.h                       const uint8* U,
U                 127 ext/gd/libgd/webpimg.h                   uint8* U,
U                 149 ext/gd/libgd/webpimg.h                   uint8* U,
U                 155 ext/gd/libgd/webpimg.h void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height);
U                 158 ext/gd/libgd/webpimg.h void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height);
U                1985 ext/tidy/tidy.c 	TIDY_TAG_CONST(U);
U                 143 main/php_stdint.h # define UINT32_C(c) c ## U
U                 188 main/php_stdint.h #  define UINT64_C(c) c ## U