Home | History | Annotate | Download | only in src

Lines Matching refs:Vop

62     uint32  timeStamp;          /* Vop TimeStamp in msec */
64 /* Actual syntax elements for VOP (standard) */
65 int predictionType; /* VOP prediction type */
66 uint timeInc; /* VOP time increment (relative to last mtb) */
70 int16 quantizer; /* VOP quantizer */
71 int fcodeForward; /* VOP dynamic range of motion vectors */
72 int fcodeBackward; /* VOP dynamic range of motion vectors */
80 } Vop;
87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */
206 Vop *currVop; /* Current VOP (frame) */
207 Vop *prevVop; /* Previous VOP (frame) */
209 Vop *prevEnhcVop; /* New change to rid of memcpy(). 04/24/2001 */
210 Vop **vopHeader; /* one for each layer. 08/29/2000 */
241 int nGOBinVop; /* number of GOB in Vop 05/22/00 */