Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dfindhalfpel.cpp152 int32 tmp32; in GenerateHalfPelPred() local
169 tmp32 = *ref++; in GenerateHalfPelPred()
171 tmp32 |= (tmp8 << 8); in GenerateHalfPelPred()
173 tmp32 |= (tmp8 << 16); in GenerateHalfPelPred()
175 tmp32 |= (tmp8 << 24); in GenerateHalfPelPred()
176 *((uint32*)(dst += 4)) = tmp32; in GenerateHalfPelPred()
232 tmp32 = a + f - 5 * (b + e) + 20 * (c + d); in GenerateHalfPelPred()
233 *dst_16++ = tmp32; in GenerateHalfPelPred()
234 tmp32 = (tmp32 + 16) >> 5; in GenerateHalfPelPred()
235 CLIP_RESULT(tmp32) in GenerateHalfPelPred()
[all …]
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorAudioPlayer.cpp362 M4OSA_UInt32 tmp32 = 0; in start() local
365 (M4OSA_Void**)&tmp32); in start()
366 mBGAudioPCMFileLength = tmp32; in start()
711 M4OSA_UInt32 tmp32 = in fillBuffer() local
715 (M4OSA_FilePosition*)&tmp32); in fillBuffer()
717 mBGAudioPCMFileSeekPoint = tmp32; in fillBuffer()