Home | History | Annotate | Download | only in src

Lines Matching refs:currVop

32     Vop *currVop = video->currVop;
42 fcode_forward = currVop->fcodeForward;
45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward;
68 currVop->quantizer = quantizer;
100 if (currVop->predictionType != I_VOP)
104 if (currVop->predictionType == B_VOP)
147 Vop *currVop = video->currVop;
184 currVop->gobNumber = (int) tmpvar;
185 if (currVop->gobNumber >= video->nGOBinVop) return PV_FAIL;
186 currVop->gobFrameID = (int) BitstreamReadBits16(stream, 2);
190 currVop->quantizer = quantizer;
198 Vop *currVop = video->currVop;
223 currVop->quantizer = quantizer;
228 currVop->gobFrameID = (int) BitstreamReadBits16(stream, 2);