Home | History | Annotate | Download | only in src

Lines Matching refs:nextEncIVop

641     video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */
1561 video->nextEncIVop = encParams->IntraPeriod;
1901 video->nextEncIVop = encParams->IntraPeriod;
2271 encData->nextEncIVop = 1;
2614 video->nextEncIVop--; /* number of Vops in highest layer resolution. */
2680 video->nextEncIVop -= extra_skip;
2785 video->nextEncIVop = 1;
2787 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2790 video->nextEncIVop = 1;
2803 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP)
2805 video->nextEncIVop = encParams->IntraPeriod;
2869 video->nextEncIVop = 0; commented out by 06/05/01 */