Home | History | Annotate | Download | only in src

Lines Matching defs:currVop

40     Vop *currVop = video->currVop;
42 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
43 Int lx = currVop->pitch; /* with padding */
61 video->QP_prev = currVop->quantizer;
76 if (currVop->predictionType == P_VOP)
78 else if (currVop->predictionType == I_VOP)
108 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */
118 video->QP_prev = currVop->quantizer; /* store QP */
151 if (video->currVop->predictionType == I_VOP)
176 if (video->currVop->predictionType == I_VOP)
215 Vop *currVop = video->currVop;
219 Int width = currVop->width; /* has to be Vop, for multiple of 16 */
220 Int lx = currVop->pitch; /* , with pading */
229 Int packet_size = encParams->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17);
259 QPMB[0] = video->QP_prev = QP = currVop->quantizer;
282 if (currVop->predictionType == P_VOP)
284 else if (currVop->predictionType == I_VOP)
315 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */
327 video->QP_prev = currVop->quantizer; /* store QP */
384 if (video->currVop->predictionType == I_VOP)
442 if (video->currVop->predictionType == I_VOP)