Searched refs:currYMB (Results 1 – 3 of 3) sorted by relevance
676 void* tmp = (void*)(video->currYMB); in HTFMPrepareCurMB()741 void* tmp = (void*)(video->currYMB); in PrepareCurMB()742 ULong *currYMB = (ULong*)tmp; in PrepareCurMB() local750 *currYMB++ = *((ULong*)(cur += width)); in PrepareCurMB()751 *currYMB++ = *((ULong*)(cur + 4)); in PrepareCurMB()752 *currYMB++ = *((ULong*)(cur + 8)); in PrepareCurMB()753 *currYMB++ = *((ULong*)(cur + 12)); in PrepareCurMB()803 cur = video->currYMB; /* use smaller memory space for current MB */ in MBMotionSearch()
89 cur = video->currYMB; in FindHalfPelMB()
368 UChar currYMB[256]; /* interleaved current macroblock in HTFM order */ member