Searched refs:mvint (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h29 Int PutMV(Int mvint, BitstreamEncVideo *bitstream);
H A Dvlc_encode.cpp149 Int PutMV(Int mvint, BitstreamEncVideo *bitstream);
211 PutMV(Int mvint, BitstreamEncVideo *bitstream) argument
217 if (mvint > 32)
219 absmv = -mvint + 65;
223 absmv = mvint;
229 if (mvint != 0)

Completed in 426 milliseconds