Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c180 u8 *imageBlock; in h264bsdWriteOutputBlocks() local
219 imageBlock = lum + y*picWidth + x; in h264bsdWriteOutputBlocks()
222 ASSERT(!((u32)imageBlock&0x3)); in h264bsdWriteOutputBlocks()
228 i32 *out32 = (i32*)imageBlock; in h264bsdWriteOutputBlocks()
254 imageBlock[0] = (u8)tmp1; in h264bsdWriteOutputBlocks()
258 imageBlock[1] = (u8)tmp3; in h264bsdWriteOutputBlocks()
262 imageBlock[2] = (u8)tmp1; in h264bsdWriteOutputBlocks()
265 imageBlock[3] = (u8)tmp3; in h264bsdWriteOutputBlocks()
266 imageBlock += picWidth; in h264bsdWriteOutputBlocks()
284 imageBlock = cb; in h264bsdWriteOutputBlocks()
[all …]