Searched refs:lum (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_image.c87 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, *c local
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dhistogram.rs40 int lum = (77 * c.r + 150 * c.g + 29 * c.b) >> 8;
42 int old = rsGetElementAt_int(gSums, lum, y);
43 rsSetElementAt_int(gSums, old+1, lum, y);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp169 Int IntraDC_dpcm(Int val, Int lum, BitstreamEncVideo *bitstream);
1944 Int IntraDC_dpcm(Int val, Int lum, BitstreamEncVideo *bitstream) argument
1961 if (lum)

Completed in 305 milliseconds