Lines Matching refs:uint8
41 typedef unsigned char uint8; typedef
69 WebPResult WebPDecode(const uint8* data,
71 uint8** p_Y,
72 uint8** p_U,
73 uint8** p_V,
99 WebPResult WebPEncode(const uint8* Y,
100 const uint8* U,
101 const uint8* V,
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);
158 void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height);
172 WebPResult WebPGetInfo(const uint8* data,