Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp59 uint32 tmp_word; in AVCMBMotionComp() local
61 tmp_word = y_position * picPitch; in AVCMBMotionComp()
62 curL = currPic->Sl + tmp_word + x_position; in AVCMBMotionComp()
63 offset = (tmp_word >> 2) + (x_position >> 1); in AVCMBMotionComp()