Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_bitstream.h90 #define BITS_NXT(m_u4_bits, m_pu4_buf, m_u4_bit_ofst, \ argument
93 m_u4_bits = (m_u4_cur_word << m_u4_bit_ofst) >> \
98 m_u4_bits |= SHR(m_u4_nxt_word, \
111 #define BITS_NXT32(m_u4_bits, m_pu4_buf, m_u4_bit_ofst, \ argument
114 m_u4_bits = (m_u4_cur_word << m_u4_bit_ofst); \
116 m_u4_bits |= SHR(m_u4_nxt_word, (WORD_SIZE - m_u4_bit_ofst)); \
149 #define BITS_GET(m_u4_bits, m_pu4_buf, m_u4_bit_ofst, \ argument
152 m_u4_bits = (m_u4_cur_word << m_u4_bit_ofst) \
157 m_u4_bits |= SHR(m_u4_nxt_word, \
181 #define BIT_GET(m_u4_bits,m_pu4_buf,m_u4_bit_ofst, \ argument
[all …]