Searched defs:lum (Results 1 - 2 of 2) 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/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 21 milliseconds