Searched refs:tmp32 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp152 int32 tmp32; local
169 tmp32 = *ref++;
171 tmp32 |= (tmp8 << 8);
173 tmp32 |= (tmp8 << 16);
175 tmp32 |= (tmp8 << 24);
176 *((uint32*)(dst += 4)) = tmp32;
232 tmp32 = a + f - 5 * (b + e) + 20 * (c + d);
233 *dst_16++ = tmp32;
234 tmp32 = (tmp32
462 int32 tmp32; local
[all...]

Completed in 173 milliseconds