Home | History | Annotate | Download | only in src

Lines Matching refs:Vop

47     //Int       timeStamp;          /* Vop TimeStamp in msec */
55 /* Actual syntax elements for VOP (standard) */
56 Int predictionType; /* VOP prediction type */
57 Int timeInc; /* VOP time increment (relative to last mtb) */
61 Int quantizer; /* VOP quantizer */
62 Int fcodeForward; /* VOP dynamic range of motion vectors */
63 Int fcodeBackward; /* VOP dynamic range of motion vectors */
72 } Vop;
127 Int nGOBinVop; /* number of GOB in Vop 05/22/00 */
327 Vop *currVop; /* Current reconstructed VOP */
328 Vop *prevBaseVop; /* Previous reference Base Vop */
329 Vop *nextBaseVop; /* Next reference Base Vop */
330 Vop *prevEnhanceVop;/* Previous Enhancement Layer Vop */
331 Vop *forwardRefVop; /* Forward Reference VOP */
332 Vop *backwardRefVop; /* Backward Reference VOP */
398 UInt modTimeRef; /* Reference modTime update every I-Vop*/
407 Vop *tempForwRefVop;
421 float nextEncIVop; /* counter til the next I-Vop */