Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp655 video->numVopsInGOP = 0; /* counter for Vops in Gop, 2/8/01 */ in PVInitVideoEncoder()
2646 video->numVopsInGOP++; in DetermineCodingLayer()
2712 video->numVopsInGOP += extra_skip; in DetermineCodingLayer()
2799 if (video->numVopsInGOP >= 132) in DetermineVopType()
2800 video->numVopsInGOP = 0; in DetermineVopType()
2815 video->numVopsInGOP = 0; /* force INTRA update every 132 base frames*/ in DetermineVopType()
2820 video->numVopsInGOP = 0; in DetermineVopType()
2838 video->numVopsInGOP = 0; in DetermineVopType()
2938 ((encParams->IntraPeriod == 0) && (video->numVopsInGOP == 0))) in UpdateSkipNextFrame()
H A Dmp4lib_int.h423 float numVopsInGOP; /* value at the beginning of nextEncIVop */ member
H A Dmotion_est.cpp237 && ((video->encParams->LayerFrameRate[0] < 5.0) || (video->numVopsInGOP > MIN_GOP))) in MotionEstimation()
547 if (((Int)video->numVopsInGOP) % 30 == 1) in InitHTFM()
684 if (((Int)video->numVopsInGOP) % 30 == 1) in HTFMPrepareCurMB()