HomeSort by relevance Sort by last modified time
    Searched refs:WORD_SIZE (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 34 #define WORD_SIZE 4 /* for 32-bit machine */
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 - 1) << 3)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 20 #define WORD_SIZE 32
63 stream->bit_left = WORD_SIZE;
89 num_bits = WORD_SIZE - stream->bit_left; /* must be multiple of 8 !!*/
128 stream->bit_left = WORD_SIZE;
150 if (nBits > WORD_SIZE) /* has to be taken care of specially */
176 stream->bit_left = WORD_SIZE - nBits;
243 //if(bitstream->bit_left<(WORD_SIZE<<3)) /* in fact, no need to check */
residual.cpp 51 #if (WORD_SIZE==32)
84 #if (WORD_SIZE==32)
117 #if (WORD_SIZE==32)
  /external/v8/src/x64/
disasm-x64.cc 332 WORD_SIZE = 1,
369 if (operand_size_ != 0) return WORD_SIZE;
564 case WORD_SIZE:
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c 113 #define WORD_SIZE 4
    [all...]
RxXfer.c 58 #define WORD_SIZE 4
    [all...]

Completed in 208 milliseconds