Searched refs:lum (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_image.c | 87 u32 *lum, *cb, *cr; in h264bsdWriteMacroblock() local 101 lum = (u32*)image->luma; in h264bsdWriteMacroblock() 104 ASSERT(!((u32)lum&0x3)); in h264bsdWriteMacroblock() 115 *lum++ = tmp1; in h264bsdWriteMacroblock() 116 *lum++ = tmp2; in h264bsdWriteMacroblock() 119 *lum++ = tmp1; in h264bsdWriteMacroblock() 120 *lum++ = tmp2; in h264bsdWriteMacroblock() 121 lum += width-4; in h264bsdWriteMacroblock() 179 u8 *lum, *cb, *cr; in h264bsdWriteOutputBlocks() local 203 lum = (image->data + row * picWidth * 256 + col * 16); in h264bsdWriteOutputBlocks() [all …]
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | histogram.rs | 40 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/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | histogram.rs | 40 int lum = (77 * c.r + 150 * c.g + 29 * c.b) >> 8; 42 int old = rsGetElementAt_int(gSums, lum, x); 43 rsSetElementAt_int(gSums, old+1, lum, x);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 169 Int IntraDC_dpcm(Int val, Int lum, BitstreamEncVideo *bitstream); 1944 Int IntraDC_dpcm(Int val, Int lum, BitstreamEncVideo *bitstream) in IntraDC_dpcm() argument 1961 if (lum) in IntraDC_dpcm()
|