Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp271 uint32 mv_uint32; in AVCMotionEstimation() local
374 mv_uint32 = ((mot_mb_16x16->y) << 16) | ((mot_mb_16x16->x) & 0xffff); in AVCMotionEstimation()
377 currMB->mvL0[k>>1] = mv_uint32; in AVCMotionEstimation()