Searched refs:pRes (Results 1 – 1 of 1) sorted by relevance
185 i32 *pRes; in h264bsdWriteOutputBlocks() local214 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 …]