Searched refs:nextEncIVop (Results 1 – 2 of 2) sorted by relevance
652 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */ in PVInitVideoEncoder()1594 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()1934 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()2304 encData->nextEncIVop = 1; in PVIFrameRequest()2647 video->nextEncIVop--; /* number of Vops in highest layer resolution. */ in DetermineCodingLayer()2713 video->nextEncIVop -= extra_skip; in DetermineCodingLayer()2818 video->nextEncIVop = 1; in DetermineVopType()2820 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()2823 video->nextEncIVop = 1; in DetermineVopType()2836 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()[all …]
421 float nextEncIVop; /* counter til the next I-Vop */ member