Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c185 i32 *pRes; in h264bsdWriteOutputBlocks() local
214 pRes = residual[block]; in h264bsdWriteOutputBlocks()
216 ASSERT(pRes); in h264bsdWriteOutputBlocks()
224 if (IS_RESIDUAL_EMPTY(pRes)) in h264bsdWriteOutputBlocks()
243 RANGE_CHECK_ARRAY(pRes, -512, 511, 16); in h264bsdWriteOutputBlocks()
250 tmp2 = *pRes++; in h264bsdWriteOutputBlocks()
253 tmp4 = *pRes++; in h264bsdWriteOutputBlocks()
257 tmp2 = *pRes++; in h264bsdWriteOutputBlocks()
261 tmp4 = *pRes++; in h264bsdWriteOutputBlocks()
279 pRes = residual[block]; in h264bsdWriteOutputBlocks()
[all …]