Searched defs:prevFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp138 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) argument
157 y2 = prevFrame + lumstart;
158 u2 = prevFrame + size + chrstart;
159 v2 = prevFrame + size + (size >> 2) + chrstart;

Completed in 122 milliseconds