Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h68 int roundingType; member
Dvop.cpp903 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeVOPHeader()
907 currVop->roundingType = 0; in DecodeVOPHeader()
1147 currVop->roundingType = 0; in DecodeShortHeader()
1301 currVop->roundingType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
Dmb_motion_comp.cpp162 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h60 Int roundingType; member
Dvop.cpp386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
Dmp4enc_api.cpp1518 video->currVop->roundingType = 0; in PVEncodeVideoFrame()
1788 video->currVop->roundingType = 0; in PVEncodeFrameSet()
Dmotion_comp.cpp116 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()