Searched refs:MB_in_width (Results 1 – 4 of 4) 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()
641 int MB_in_width = video->nMBPerRow; in GetMBData_DataPart() local653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1); in GetMBData_DataPart()655 pp_mod[2] = pp_mod[0] + (MB_in_width << 1); in GetMBData_DataPart()
551 int MB_in_width = video->nMBPerRow; local563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);565 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
139 int MB_in_width = video->nMBPerRow; in MBMotionComp() local179 mvwidth = MB_in_width << 1; in MBMotionComp()