Home
last modified time | relevance | path

Searched refs:MB_in_width (Results 1 – 4 of 4) 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()
Ddatapart_decode.cpp641 int MB_in_width = video->nMBPerRow; in GetMBData_DataPart() local
653 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()
Dcombined_decode.cpp551 int MB_in_width = video->nMBPerRow; local
563 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);
Dmb_motion_comp.cpp139 int MB_in_width = video->nMBPerRow; in MBMotionComp() local
179 mvwidth = MB_in_width << 1; in MBMotionComp()