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

  /external/libhevc/decoder/
ihevcd_bitstream.h 42 #define WORD_SIZE 32
44 * @brief Twice the WORD_SIZE
46 #define DBL_WORD_SIZE (2 * (WORD_SIZE))
49 * @brief WORD_SIZE - 1
51 #define WORD_SIZE_MINUS1 (WORD_SIZE - 1)
94 (WORD_SIZE - m_cnt); \
96 if(m_u4_bit_ofst > (WORD_SIZE - m_cnt)) \
99 (WORD_SIZE + WORD_SIZE - m_cnt \
116 m_u4_bits |= SHR(m_u4_nxt_word, (WORD_SIZE - m_u4_bit_ofst));
    [all...]
  /external/libavc/encoder/
ih264e_bitstream.h 51 #define WORD_SIZE 32
184 for (i = WORD_SIZE; i > ps_bitstrm->i4_bits_left_in_cw; i -= 8) \
191 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE; \
226 * WORD_SIZE bits. Will be copied to stream buffer when the word is
235 * Range of this variable [1 : WORD_SIZE]
  /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...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 776 #define WORD_SIZE 0x300
    [all...]
sljitNativeARM_T2_32.c 791 #define WORD_SIZE 0x00
    [all...]
  /external/zxing/core/
core.jar 

Completed in 467 milliseconds