HomeSort by relevance Sort by last modified time
    Searched refs:WORD_SIZE (Results 1 - 19 of 19) 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/mesa3d/src/compiler/spirv/
spirv2nir.c 44 #define WORD_SIZE 4
56 if (len % WORD_SIZE != 0)
64 size_t word_count = len / WORD_SIZE;
  /external/libavc/encoder/
ih264e_bitstream.c 105 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE;
131 * bitstream buffer size. Range of length[1:WORD_SIZE]
149 ASSERT(code_len > 0 && code_len <= WORD_SIZE);
151 if(code_len < WORD_SIZE)
155 ASSERT(bits_left_in_cw > 0 && bits_left_in_cw <= WORD_SIZE);
200 if((u4_strm_buf_offset + (WORD_SIZE>>3)) >= u4_max_strm_size)
209 for(i = WORD_SIZE; i > 0; i -= 8)
218 u4_cur_word = rem_bits ? (u4_code_val << (WORD_SIZE - rem_bits)) : 0;
222 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE - rem_bits;
294 if((u4_strm_buf_offset + (WORD_SIZE>>3) - bytes_left_in_cw) >
    [all...]
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]
ih264e_cabac.c 325 ps_stream->i4_bits_left_in_cw = WORD_SIZE;
  /external/libhevc/encoder/
ihevce_bitstream.c 97 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE;
123 * bitstream buffer size. Range of length[1:WORD_SIZE]
138 ASSERT(code_len > 0 && code_len <= WORD_SIZE);
140 if(code_len < WORD_SIZE)
144 ASSERT(bits_left_in_cw > 0 && bits_left_in_cw <= WORD_SIZE);
187 if((u4_strm_buf_offset + (WORD_SIZE >> 3)) >= u4_max_strm_size)
196 for(i = WORD_SIZE; i > 0; i -= 8)
205 u4_cur_word = rem_bits ? (u4_code_val << (WORD_SIZE - rem_bits)) : 0;
209 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE - rem_bits;
281 if((u4_strm_buf_offset + (WORD_SIZE >> 3) - bytes_left_in_cw) >= u4_max_strm_size
    [all...]
ihevce_bitstream.h 49 #define WORD_SIZE 32
152 * WORD_SIZE bits. Will be copied to stream buffer when the word is
161 * Range of this variable [1 : WORD_SIZE]
ihevce_cabac_tu.c     [all...]
  /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/libffi/src/microblaze/
ffi.c 36 #define WORD_SIZE sizeof(unsigned int)
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE);
63 stack_args_p += WORD_SIZE;
120 if (size < WORD_SIZE)
122 memcpy (addr + (WORD_SIZE - size), value, size);
212 ptr += WORD_SIZE;
242 if (arg_types[i]->size < WORD_SIZE)
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
ffi.c 36 #define WORD_SIZE sizeof(unsigned int)
37 #define ARGS_REGISTER_SIZE (WORD_SIZE * 6)
38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE)
62 memcpy(addr, &(ecif->rvalue), WORD_SIZE);
63 stack_args_p += WORD_SIZE;
120 if (size < WORD_SIZE)
122 memcpy (addr + (WORD_SIZE - size), value, size);
212 ptr += WORD_SIZE;
242 if (arg_types[i]->size < WORD_SIZE)
244 memcpy (ptr, ptr + (WORD_SIZE - arg_types[i]->size), arg_types[i]->size)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
asm_macros.S 13 #define WORD_SIZE 4
38 mov \reg, #WORD_SIZE
45 mov \reg, #WORD_SIZE
  /external/u-boot/include/
fsl_validate.h 14 #define WORD_SIZE 4
19 #define KEY_SIZE_WORDS (KEY_SIZE_BYTES/(WORD_SIZE))
  /external/swiftshader/third_party/subzero/runtime/
szrt_asan.c 58 #define WORD_SIZE (sizeof(uint32_t))
59 #define IS_32_BIT (sizeof(void *) == WORD_SIZE)
158 (size == WORD_SIZE && (uintptr_t)ptr % WORD_SIZE == 0) ? 1 : size;
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 807 #define WORD_SIZE 0x3
    [all...]
sljitNativeARM_32.c 854 #define WORD_SIZE 0x00
    [all...]
sljitNativeARM_T2_32.c 844 #define WORD_SIZE 0x00
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 342 milliseconds