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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh);
1573 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh) argument
1583 for (i = 0; i < numRefresh && indx < totalMB; i++)
1594 while (i < numRefresh && indx < totalMB)

Completed in 23 milliseconds