Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h70 #define UBITS(iCurBits, iNumBits) (iCurBits>>(32-(iNumBits))) macro
78 intX_t iRc = UBITS (pBs->uiCurBits, iNumBits); in BsGetBits()
134 uiValue = UBITS (iCurBits, 8); //ShowBits( bs, 8 ); in GetLeadingZeroBits()
139 uiValue = UBITS (iCurBits, 16); //ShowBits( bs, 16 ); in GetLeadingZeroBits()
144 uiValue = UBITS (iCurBits, 24); //ShowBits( bs, 24 ); in GetLeadingZeroBits()
177 iValue = UBITS (pBs->uiCurBits, iLeadingZeroBits); in BsGetUe()