Home
last modified time | relevance | path

Searched refs:lum (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c87 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/base/tests/RenderScriptTests/SceneGraph/res/raw/
Dselect_color.glsl7 float lum = dot(desat, col);
8 float stepVal = step(lum, 0.8);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
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/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dhistogram.rs40 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/
Dvlc_encode.cpp169 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()