Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD_SIZE

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)); \
132 if( m_u4_bit_ofst >= WORD_SIZE ) \
138 m_u4_bit_ofst -= WORD_SIZE; \
153 >> (WORD_SIZE - m_cnt); \
155 if(m_u4_bit_ofst > WORD_SIZE) \
161 if( m_u4_bit_ofst >= WORD_SIZE ) \
168 m_u4_bit_ofst -= WORD_SIZE; \
188 if(m_u4_bit_ofst == WORD_SIZE) \