Home | History | Annotate | Download | only in src

Lines Matching refs:predictionType

846     currVop->predictionType = (int) BitstreamReadBits16(stream, 2);
895 if (currVop->predictionType == P_VOP)
921 if (currVop->predictionType != I_VOP)
939 if (currVop->predictionType == B_VOP)
961 if (currVop->predictionType != I_VOP)
978 if (currVop->predictionType == B_VOP)
1145 currVop->predictionType = (int) BitstreamRead1Bits(stream);
1281 currVop->predictionType = tmpvar;
1429 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size)
1500 if (currVop->predictionType != I_VOP)