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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp34 #define WORD_SIZE 4 /* for 32-bit machine */ macro
70 #if WORD_SIZE==4
213 if (stream->byteCount + WORD_SIZE > stream->bufferSize)
215 if (PV_SUCCESS != BitstreamUseOverrunBuffer(stream, WORD_SIZE))
217 stream->byteCount += WORD_SIZE;
227 #if (WORD_SIZE == 4)
235 #if (WORD_SIZE == 4)
264 bitused = (WORD_SIZE << 3) - bitleft; /* number of bits used */
289 bitleft = (WORD_SIZE << 3) - bitleft;
293 shift = ((WORD_SIZE
[all...]

Completed in 2184 milliseconds