Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dconceal.cpp138 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) in CopyVopMB() argument
140 int width_C = width_Y >> 1; in CopyVopMB()
146 MB_in_width = (width_Y + 15) >> 4; in CopyVopMB()
149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); in CopyVopMB()
152 size = (int32)height * width_Y; in CopyVopMB()
163 y1 += width_Y; in CopyVopMB()
164 y2 += width_Y; in CopyVopMB()
166 y1 += width_Y; in CopyVopMB()
167 y2 += width_Y; in CopyVopMB()
169 y1 += width_Y; in CopyVopMB()
[all …]