Home | History | Annotate | Download | only in src

Lines Matching refs:IntraPeriod

341     encParams->IntraPeriod = encOption->intraPeriod;    /* Intra update period update default*/
1559 /* If I-VOP was encoded, reset IntraPeriod */
1560 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1561 video->nextEncIVop = encParams->IntraPeriod;
1899 /* If I-VOP was encoded, reset IntraPeriod */
1900 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1901 video->nextEncIVop = encParams->IntraPeriod;
2221 encData->encParams->IntraPeriod = aIFramePeriod;
2761 if (encParams->IntraPeriod == 0) /* I-VOPs only */
2772 else if (encParams->IntraPeriod == -1) /* IPPPPP... */
2794 else /* IntraPeriod>0 : IPPPPPIPPPPPI... */
2805 video->nextEncIVop = encParams->IntraPeriod;
2868 /*if((encParams->IntraPeriod>0) && (video->currVop->predictionType == I_VOP))
2906 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) ||
2907 ((encParams->IntraPeriod == 0) && (video->numVopsInGOP == 0)))