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.cpp901 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()
Dmb_motion_comp.cpp166 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h59 Int roundingType; member
Dvop.cpp386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */ in EncodeVOPHeader()
Dmp4enc_api.cpp1522 video->currVop->roundingType = 0; in PVEncodeVideoFrame()
1792 video->currVop->roundingType = 0; in PVEncodeFrameSet()
Dmotion_comp.cpp116 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()