Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dconceal.cpp153 int32 lumstart, chrstart, size; in CopyVopMB() local
158 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); in CopyVopMB()
163 y1 = curr->yChan + lumstart; in CopyVopMB()
166 y2 = prevFrame + lumstart; in CopyVopMB()