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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_lib.h520 \param "numRefresh" "Number of MB to be intra refresh in a single frame."
523 void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh);
H A Dmotion_est.cpp571 void AVCRasterIntraUpdate(AVCEncObject *encvid, AVCMacroblock *mblock, int totalMB, int numRefresh) argument
576 for (i = 0; i < numRefresh && indx < totalMB; i++)
586 while (i < numRefresh && indx < totalMB)
/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 243 milliseconds