Home | History | Annotate | Download | only in src

Lines Matching refs:I_VOP

1524     if (video->currVop->predictionType == I_VOP)
1537 if (video->currVop->predictionType == I_VOP)
1560 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1794 if (video->currVop->predictionType == I_VOP)
1808 if (video->currVop->predictionType == I_VOP)
1900 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
2767 video->currVop->predictionType = I_VOP;
2783 video->currVop->predictionType = I_VOP;
2787 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2803 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP)
2806 video->currVop->predictionType = I_VOP;
2868 /*if((encParams->IntraPeriod>0) && (video->currVop->predictionType == I_VOP))
2906 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) ||