Searched refs:roundingType (Results 1 – 7 of 7) sorted by relevance
68 int roundingType; member
901 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeVOPHeader()905 currVop->roundingType = 0; in DecodeVOPHeader()1145 currVop->roundingType = 0; in DecodeShortHeader()1299 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
166 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
59 Int roundingType; member
386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
1522 video->currVop->roundingType = 0; in PVEncodeVideoFrame()1792 video->currVop->roundingType = 0; in PVEncodeFrameSet()
116 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()