Home
last modified time | relevance | path

Searched defs:iCurBits (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h57 #define GET_WORD(iCurBits, pBufPtr, iLeftBits, iAllowedBytes, iReadBytes) { \ argument
65 #define NEED_BITS(iCurBits, pBufPtr, iLeftBits, iAllowedBytes, iReadBytes) { \ argument
70 #define UBITS(iCurBits, iNumBits) (iCurBits>>(32-(iNumBits))) argument
71 #define DUMP_BITS(iCurBits, pBufPtr, iLeftBits, iNumBits, iAllowedBytes, iReadBytes) { \ argument
131 static inline int32_t GetLeadingZeroBits (uint32_t iCurBits) { //<=32 bits in GetLeadingZeroBits()