Searched refs:totalMB (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);
85 void ResetIntraUpdate(UChar *intraArray, Int totalMB);
145 Int totalMB = currVol->nTotalMB; local
207 ResetIntraUpdate(intraArray, totalMB);
225 RasterIntraUpdate(intraArray, Mode, totalMB, video->encParams->Refresh);
463 //if(numIntra > ((totalMB>>3)<<1) + (totalMB>>3)) /* 75% of 50%MBs */
464 if (numIntra > (0.30*(totalMB / 2.0))) /* 15% of 50%MBs */
468 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*totalMB); /* set this for MB level coding*/
494 ResetIntraUpdate(intraArray, totalMB);
1573 RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh) argument
1611 ResetIntraUpdate(UChar *intraArray, Int totalMB) argument
[all...]

Completed in 141 milliseconds