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

  /external/libavc/decoder/
ih264d_bitstrm.h 45 #define INT_IN_BITS 32
125 u4_code |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
126 u4_code = u4_code >> (INT_IN_BITS - u4_no_bits); \
141 u4_word |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
142 u4_word = u4_word >> (INT_IN_BITS - u4_no_bits); \
155 u4_word |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
ih264d_bitstrm.c 127 if(u4_bit_off > (INT_IN_BITS - u4_num_bits))
128 u4_bits |= (pu4_bitstream[u4_word_off] >> (INT_IN_BITS - u4_bit_off));
130 return ((u4_bits >> (INT_IN_BITS - u4_num_bits)));

Completed in 2769 milliseconds