Searched defs:iReadBytes (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | dec_golomb.h | 57 #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 80 intX_t iReadBytes = pBs->pCurBuf - pBs->pStartBuf; in BsGetBits() local 160 intX_t iAllowedBytes, iReadBytes; in BsGetUe() local
|