Home
last modified time | relevance | path

Searched refs:INT_IN_BITS (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_bitstrm.h45 #define INT_IN_BITS 32 macro
128 u4_code |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
129 u4_code = u4_code >> (INT_IN_BITS - u4_no_bits); \
144 u4_word |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
145 u4_word = u4_word >> (INT_IN_BITS - u4_no_bits); \
158 u4_word |= (pu4_buf[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); \
Dih264d_bitstrm.c127 if(u4_bit_off > (INT_IN_BITS - u4_num_bits)) in ih264d_next_bits_h264()
128 u4_bits |= (pu4_bitstream[u4_word_off] >> (INT_IN_BITS - u4_bit_off)); in ih264d_next_bits_h264()
130 return ((u4_bits >> (INT_IN_BITS - u4_num_bits))); in ih264d_next_bits_h264()