Searched defs:currYMB (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp676 void* tmp = (void*)(video->currYMB);
741 void* tmp = (void*)(video->currYMB);
742 ULong *currYMB = (ULong*)tmp; local
750 *currYMB++ = *((ULong*)(cur += width));
751 *currYMB++ = *((ULong*)(cur + 4));
752 *currYMB++ = *((ULong*)(cur + 8));
753 *currYMB++ = *((ULong*)(cur + 12));
803 cur = video->currYMB; /* use smaller memory space for current MB */
H A Dmp4lib_int.h368 UChar currYMB[256]; /* interleaved current macroblock in HTFM order */ member in struct:tagVideoEncData

Completed in 1018 milliseconds