Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_bitstream.h91 m_u4_cur_word, m_u4_nxt_word, m_cnt) \ argument
94 (WORD_SIZE - m_cnt); \
96 if(m_u4_bit_ofst > (WORD_SIZE - m_cnt)) \
99 (WORD_SIZE + WORD_SIZE - m_cnt \
127 m_u4_nxt_word, m_cnt) \ argument
131 m_u4_bit_ofst += m_cnt; \
150 m_u4_cur_word,m_u4_nxt_word, m_cnt) \ argument
153 >> (WORD_SIZE - m_cnt); \
154 m_u4_bit_ofst += m_cnt; \