Home
last modified time | relevance | path

Searched refs:roundingType (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dvop.cpp898 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()
Dmp4lib_int.h68 int roundingType; member
Dmb_motion_comp.cpp166 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4lib_int.h61 Int roundingType; member
Dvop.cpp386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
Dmp4enc_api.cpp1489 video->currVop->roundingType = 0; in PVEncodeVideoFrame()
1759 video->currVop->roundingType = 0; in PVEncodeFrameSet()
Dmotion_comp.cpp117 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()