Home | History | Annotate | Download | only in src

Lines Matching refs:IntraPeriod

348     encParams->IntraPeriod = encOption->intraPeriod;    /* Intra update period update default*/
1588 /* If I-VOP was encoded, reset IntraPeriod */
1589 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1590 video->nextEncIVop = encParams->IntraPeriod;
1928 /* If I-VOP was encoded, reset IntraPeriod */
1929 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1930 video->nextEncIVop = encParams->IntraPeriod;
2250 encData->encParams->IntraPeriod = aIFramePeriod;
2790 if (encParams->IntraPeriod == 0) /* I-VOPs only */
2801 else if (encParams->IntraPeriod == -1) /* IPPPPP... */
2823 else /* IntraPeriod>0 : IPPPPPIPPPPPI... */
2834 video->nextEncIVop = encParams->IntraPeriod;
2897 /*if((encParams->IntraPeriod>0) && (video->currVop->predictionType == I_VOP))
2935 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) ||
2936 ((encParams->IntraPeriod == 0) && (video->numVopsInGOP == 0)))