Searched refs:roundingType (Results 1 – 7 of 7) sorted by relevance
898 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeVOPHeader()902 currVop->roundingType = 0; in DecodeVOPHeader()1142 currVop->roundingType = 0; in DecodeShortHeader()1296 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
68 int roundingType; member
166 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
61 Int roundingType; member
386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
1489 video->currVop->roundingType = 0; in PVEncodeVideoFrame()1759 video->currVop->roundingType = 0; in PVEncodeFrameSet()
117 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()