HomeSort by relevance Sort by last modified time
    Searched refs:currYMB (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 676 void* tmp = (void*)(video->currYMB);
741 void* tmp = (void*)(video->currYMB);
742 ULong *currYMB = (ULong*)tmp;
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 */
    [all...]
findhalfpel.cpp 89 cur = video->currYMB;
mp4lib_int.h 368 UChar currYMB[256]; /* interleaved current macroblock in HTFM order */

Completed in 86 milliseconds