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

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h68 int roundingType; member in struct:tagVop
H A Dvop.cpp897 currVop->roundingType = (int) BitstreamRead1Bits(stream);
901 currVop->roundingType = 0;
1141 currVop->roundingType = 0;
1295 currVop->roundingType = (int) BitstreamRead1Bits(stream);
H A Dmb_motion_comp.cpp166 round1 = (int)(1 - video->currVop->roundingType);
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h59 Int roundingType; member in struct:tagVOP
H A Dvop.cpp386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */
H A Dmp4enc_api.cpp1489 video->currVop->roundingType = 0;
1759 video->currVop->roundingType = 0;
H A Dmotion_comp.cpp116 round1 = (Int)(1 - video->currVop->roundingType);

Completed in 223 milliseconds