Home | History | Annotate | Download | only in src

Lines Matching refs:predictionType

1552     video->currVop->gobFrameID = video->currVop->predictionType;
1557 if (video->currVop->predictionType == I_VOP)
1570 if (video->currVop->predictionType == I_VOP)
1593 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1604 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1822 video->currVop->gobFrameID = video->currVop->predictionType;
1827 if (video->currVop->predictionType == I_VOP)
1841 if (video->currVop->predictionType == I_VOP)
1854 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1933 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
2797 video->currVop->predictionType = P_VOP;
2800 video->currVop->predictionType = I_VOP;
2810 video->currVop->predictionType = P_VOP;
2816 video->currVop->predictionType = I_VOP;
2820 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2832 video->currVop->predictionType = P_VOP;
2836 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP)
2839 video->currVop->predictionType = I_VOP;
2901 /*if((encParams->IntraPeriod>0) && (video->currVop->predictionType == I_VOP))
2939 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) ||