Searched refs:totalMB (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh); 85 void ResetIntraUpdate(UChar *intraArray, Int totalMB); 145 Int totalMB = currVol->nTotalMB; in MotionEstimation() local 207 ResetIntraUpdate(intraArray, totalMB); in MotionEstimation() 225 RasterIntraUpdate(intraArray, Mode, totalMB, video->encParams->Refresh); in MotionEstimation() 464 if (numIntra > (0.30*(totalMB / 2.0))) /* 15% of 50%MBs */ in MotionEstimation() 468 … M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*totalMB); /* set this for MB level coding*/ in MotionEstimation() 494 ResetIntraUpdate(intraArray, totalMB); in MotionEstimation() 1573 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh) in RasterIntraUpdate() argument 1579 while (indx < totalMB && intraArray[indx] == 1) in RasterIntraUpdate() [all …]
|