Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_trace.h40 #define RANGE_NUMBITS 31 macro
41 #define RANGE_SHIFT (RANGE_NUMBITS - 9)
102 m_clz -= (32 - RANGE_NUMBITS); \
113 m_clz -= (32 - RANGE_NUMBITS); \
Dihevcd_cabac.c86 m_clz -= (32 - RANGE_NUMBITS); \
243 clz -= (32 - RANGE_NUMBITS); in ihevcd_cabac_decode_bin()
275 numbits -= (32 - RANGE_NUMBITS); in ihevcd_cabac_decode_bin()
378 clz -= (32 - RANGE_NUMBITS); in ihevcd_cabac_decode_terminate()
412 numbits -= (32 - RANGE_NUMBITS); in ihevcd_cabac_decode_terminate()
Dihevcd_cabac.h75 clz -= (32 - RANGE_NUMBITS); \
102 numbits -= (32 - RANGE_NUMBITS); \