Home
last modified time | relevance | path

Searched refs:MB_in_width (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dconceal.cpp152 int xpos, ypos, MB_in_width; in CopyVopMB() local
155 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()
Dmb_motion_comp.cpp139 int MB_in_width = video->nMBPerRow; in MBMotionComp() local
171 mvwidth = MB_in_width << 1; in MBMotionComp()