Searched refs:uint8 (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | webpimg.h | 41 typedef unsigned char uint8; typedef 71 uint8** p_Y, 72 uint8** p_U, 126 void YUV420toRGBA(uint8* Y, 127 uint8* U, 128 uint8* V, 148 uint8* Y, 149 uint8* U, 150 uint8* V); 155 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height); [all …]
|
H A D | webpimg.c | 220 uint8* Y2 = NULL; in WebPGetPSNR() 221 uint8* U2 = NULL; in WebPGetPSNR() 222 uint8* V2 = NULL; in WebPGetPSNR() 326 void YUV420toRGBA(uint8* Y, in YUV420toRGBA() 327 uint8* U, in YUV420toRGBA() 328 uint8* V, in YUV420toRGBA() 355 uint8* U, in gd_YUV420toRGBA() 356 uint8* V, in gd_YUV420toRGBA() 536 uint8* Y, in gd_RGBAToYUV420() 804 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspace() [all …]
|
H A D | gd_webp.c | 12 extern void gd_YUV420toRGBA(uint8* Y, 13 uint8* U, 14 uint8* V, 18 uint8* Y, 19 uint8* U, 20 uint8* V);
|
/PHP-5.6/main/ |
H A D | php_stdint.h | 70 typedef uint8 uint8_t
|
/PHP-5.6/ |
H A D | acinclude.m4 | 3024 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
|
Completed in 22 milliseconds