Home | History | Annotate | Download | only in src

Lines Matching refs:currYMB

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 */