HomeSort by relevance Sort by last modified time
    Searched refs:Cr (Results 1 - 6 of 6) sorted by null

  /development/tools/emulator/system/camera/fake-pipeline2/
Scene.h 82 Cr,
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 223 Uint8 *lum, *Cr, *Cb;
243 Cr = (Uint8 *)overlay->pixels[1];
248 Cr = (Uint8 *)overlay->pixels[2];
271 hwdata->scaler_parms->v_plane = Cr;
287 hwdata->converter_parms->v_plane = Cr;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 324 Uint32 *lum, *Cr, *Cb;
337 Cr = (Uint32 *)overlay->pixels[1];
342 Cr = (Uint32 *)overlay->pixels[2];
355 Cr_src = Cr;
386 Cr += crb_pitch * 8;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 108 unsigned char *lum, unsigned char *cr,
112 unsigned char *lum, unsigned char *cr,
126 unsigned char *lum, unsigned char *cr,
130 unsigned char *lum, unsigned char *cr,
136 unsigned char *lum, unsigned char *cr,
163 cr_r = 0*768+256 + colortab[ *cr + 0*256 ];
164 crb_g = 1*768+256 + colortab[ *cr + 1*256 ]
167 ++cr; ++cb;
206 unsigned char *lum, unsigned char *cr,
235 cr_r = 0*768+256 + colortab[ *cr + 0*256 ]
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 632 int cb = cscGb, cr = cscGr; local
638 cb = cscGr, cr = cscGb;
643 src[1]*cscGg + src[2]*cr), csc_shift);
655 float cb = cscGb_32f, cr = cscGr_32f; local
657 cb = cscGr_32f, cr = cscGb_32f;
664 dst[i] = src[0]*cb + src[1]*cscGg_32f + src[2]*cr;
    [all...]

Completed in 141 milliseconds