HomeSort by relevance Sort by last modified time
    Searched defs:lum (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 87 u32 *lum, *cb, *cr; local
99 /*lint -save -e826 lum, cb and cr used to copy 4 bytes at the time, disable
101 lum = (u32*)image->luma;
104 ASSERT(!((u32)lum&0x3));
115 *lum++ = tmp1;
116 *lum++ = tmp2;
119 *lum++ = tmp1;
120 *lum++ = tmp2;
121 lum += width-4;
179 u8 *lum, *cb, *cr local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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,
151 lum2 = lum + cols;
169 L = *lum++;
174 L = *lum++;
198 lum += cols;
206 unsigned char *lum, unsigned char *cr
1173 Uint8 *lum, *Cr, *Cb; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 324 Uint32 *lum, *Cr, *Cb; local
336 lum = (Uint32 *)overlay->pixels[0];
341 lum = (Uint32 *)overlay->pixels[0];
354 lum_src = lum;
385 lum += lum_pitch * 16;

Completed in 156 milliseconds