Home | History | Annotate | Download | only in src

Lines Matching refs:predictionType

850     currVop->predictionType = (int) BitstreamReadBits16(stream, 2);
899 if (currVop->predictionType == P_VOP)
925 if (currVop->predictionType != I_VOP)
943 if (currVop->predictionType == B_VOP)
965 if (currVop->predictionType != I_VOP)
982 if (currVop->predictionType == B_VOP)
1149 currVop->predictionType = (int) BitstreamRead1Bits(stream);
1285 currVop->predictionType = tmpvar;
1433 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size)
1504 if (currVop->predictionType != I_VOP)