Home
last modified time | relevance | path

Searched refs:intraArray (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmotion_est.cpp84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh);
85 void ResetIntraUpdate(UChar *intraArray, Int totalMB);
86 void ResetIntraUpdateRegion(UChar *intraArray, Int start_i, Int rwidth,
149 UChar *intraArray = video->intraArray; in MotionEstimation() local
207 ResetIntraUpdate(intraArray, totalMB); in MotionEstimation()
225 RasterIntraUpdate(intraArray, Mode, totalMB, video->encParams->Refresh); 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()
1586 intraArray[indx++] = 1; in RasterIntraUpdate()
[all …]
Dmp4lib_int.h357 UChar *intraArray; /* Intra Update Arrary */ member
Dmp4enc_api.cpp688 video->intraArray = (UChar *)M4VENC_MALLOC(sizeof(UChar) * nTotalMB); in PVInitVideoEncoder()
689 if (video->intraArray == NULL) goto CLEAN_UP; in PVInitVideoEncoder()
1175 if (video->intraArray) M4VENC_FREE(video->intraArray); in PVCleanUpVideoEncoder()