Searched refs:MB_in_width (Results 1 – 2 of 2) sorted by relevance
152 int xpos, ypos, MB_in_width; in CopyVopMB() local155 MB_in_width = (width_Y + 15) >> 4; in CopyVopMB()156 ypos = PV_GET_ROW(mbnum, MB_in_width); in CopyVopMB()157 xpos = mbnum - ypos * MB_in_width; in CopyVopMB()
139 int MB_in_width = video->nMBPerRow; in MBMotionComp() local171 mvwidth = MB_in_width << 1; in MBMotionComp()