Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/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 (intraArray[indx] == 1 && indx < totalMB) in RasterIntraUpdate()
1586 intraArray[indx++] = 1; in RasterIntraUpdate()
[all …]
Dmp4lib_int.h358 UChar *intraArray; /* Intra Update Arrary */ member
Dmp4enc_api.cpp669 video->intraArray = (UChar *)M4VENC_MALLOC(sizeof(UChar) * nTotalMB); in PVInitVideoEncoder()
670 if (video->intraArray == NULL) goto CLEAN_UP; in PVInitVideoEncoder()
1137 if (video->intraArray) M4VENC_FREE(video->intraArray); in PVCleanUpVideoEncoder()