Home
last modified time | relevance | path

Searched defs:iAllowedBytes (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
71 #define DUMP_BITS(iCurBits, pBufPtr, iLeftBits, iNumBits, iAllowedBytes, iReadBytes) { \ argument
79 intX_t iAllowedBytes = pBs->pEndBuf - pBs->pStartBuf; //actual stream bytes in BsGetBits() local
160 intX_t iAllowedBytes, iReadBytes; in BsGetUe() local