Lines Matching refs:Uint8
58 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance)
97 Uint8 *p,*op[3];
105 p=((Uint8 *) s->pixels)+s->pitch*y;
130 Uint8 *p,*op[3];
138 p=((Uint8 *) s->pixels)+s->pitch*y;
163 Uint8 *p,*op;
170 p=((Uint8 *) s->pixels)+s->pitch*y;
196 Uint8 *p,*op;
203 p=((Uint8 *) s->pixels)+s->pitch*y;
232 Uint8 *p,*op;
239 p=((Uint8 *) s->pixels)+s->pitch*y;
281 Uint8* RawMooseData;
393 RawMooseData=(Uint8*)malloc(MOOSEFRAME_SIZE * MOOSEFRAMES_COUNT);