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

/external/libhevc/decoder/
H A Dihevcd_bitstream.h42 #define WORD_SIZE 32 macro
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
[all...]
/external/libavc/encoder/
H A Dih264e_bitstream.c105 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>>
[all...]
H A Dih264e_bitstream.h51 #define WORD_SIZE 32 macro
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]
H A Dih264e_cabac.c325 ps_stream->i4_bits_left_in_cw = WORD_SIZE;
/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c791 #define WORD_SIZE 0x00 macro
1321 flags = WORD_SIZE;
1347 flags = WORD_SIZE | UPDATE;
1406 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw))
1409 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw));
1448 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1452 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG1, src1, src1w))
1458 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w))
1466 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, src1, src1w));
1467 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG
[all...]
H A DsljitNativeARM_64.c777 #define WORD_SIZE 0x300 macro
1267 flags = WORD_SIZE;
1301 flags = WORD_SIZE | UPDATE;
1362 mem_flags = WORD_SIZE;
1415 mem_flags = WORD_SIZE;
1582 emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw);
1589 return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONVI_FROMD) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
1604 emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONVD_FROMI) ? INT_SIZE : WORD_SIZE), TMP_REG1, src, srcw);
1618 return emit_fop_mem(compiler, ((op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw);
1626 sljit_si mem_flags = (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE;
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 211 milliseconds