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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 745 uint32 *htfmMB = (uint32*)(encvid->currYMB);
808 void* tmp = (void*)(encvid->currYMB);
809 uint32 *currYMB = (uint32*) tmp;
816 *currYMB++ = *((uint32*)(cur += pitch));
817 *currYMB++ = *((uint32*)(cur + 4));
818 *currYMB++ = *((uint32*)(cur + 8));
819 *currYMB++ = *((uint32*)(cur + 12));
1006 cur = encvid->currYMB; /* use smaller memory space for current MB */
    [all...]
avcenc_int.h 431 uint8 currYMB[256]; /* interleaved current macroblock in HTFM order */
findhalfpel.cpp 80 cur = encvid->currYMB; // pre-load current original MB
  /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 367 UChar currYMB[256]; /* interleaved current macroblock in HTFM order */

Completed in 46 milliseconds