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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h68 int roundingType; member in struct:tagVop
H A Dvop.cpp903 currVop->roundingType = (int) BitstreamRead1Bits(stream);
907 currVop->roundingType = 0;
1147 currVop->roundingType = 0;
1301 currVop->roundingType = (int) BitstreamRead1Bits(stream);
H A Dmb_motion_comp.cpp170 round1 = (int)(1 - video->currVop->roundingType);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h60 Int roundingType; member in struct:tagVOP
H A Dvop.cpp386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */
H A Dmp4enc_api.cpp1518 video->currVop->roundingType = 0;
1788 video->currVop->roundingType = 0;
H A Dmotion_comp.cpp116 round1 = (Int)(1 - video->currVop->roundingType);

Completed in 104 milliseconds