HomeSort by relevance Sort by last modified time
    Searched refs:RANGE_NUMBITS (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_trace.h 40 #define RANGE_NUMBITS 31
41 #define RANGE_SHIFT (RANGE_NUMBITS - 9)
102 m_clz -= (32 - RANGE_NUMBITS); \
113 m_clz -= (32 - RANGE_NUMBITS); \
ihevcd_cabac.c 86 m_clz -= (32 - RANGE_NUMBITS); \
243 clz -= (32 - RANGE_NUMBITS);
275 numbits -= (32 - RANGE_NUMBITS);
378 clz -= (32 - RANGE_NUMBITS);
412 numbits -= (32 - RANGE_NUMBITS);
ihevcd_cabac.h 75 clz -= (32 - RANGE_NUMBITS); \
102 numbits -= (32 - RANGE_NUMBITS); \

Completed in 3545 milliseconds