Home | History | Annotate | Download | only in src

Lines Matching defs:currVop

41     Vop *currVop = video->currVop;
43 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
44 Int lx = currVop->pitch; /* with padding */
64 video->QP_prev = currVop->quantizer;
79 if (currVop->predictionType == P_VOP)
81 else if (currVop->predictionType == I_VOP)
101 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
102 currVop->gobFrameID = currVop->predictionType;
137 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */
147 video->QP_prev = currVop->quantizer;
266 Vop *currVop = video->currVop;
271 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
272 Int lx = currVop->pitch; /* , with padding */
315 QPMB[0] = video->QP_prev = QP = currVop->quantizer;
336 if (currVop->predictionType == P_VOP)
338 else if (currVop->predictionType == I_VOP)
358 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
359 currVop->gobFrameID = currVop->predictionType;
402 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */
413 video->QP_prev = currVop->quantizer; /* store QP */
688 status = BitstreamPutBits(stream, 2, video->currVop->gobFrameID); /* gob_frame_id */