Searched refs:roundingType (Results 1 – 7 of 7) sorted by relevance
68 int roundingType; member
946 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeVOPHeader()950 currVop->roundingType = 0; in DecodeVOPHeader()1190 currVop->roundingType = 0; in DecodeShortHeader()1344 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
162 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
60 Int roundingType; member
386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
1523 video->currVop->roundingType = 0; in PVEncodeVideoFrame()1793 video->currVop->roundingType = 0; in PVEncodeFrameSet()
116 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()