HomeSort by relevance Sort by last modified time
    Searched full:mv_uint32 (Results 1 - 1 of 1) sorted by null

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

Completed in 60 milliseconds