Searched defs:iLeftBits (Results 1 – 3 of 3) 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
|
/third_party/openh264/codec/encoder/core/src/ |
D | ratectl.cpp | 690 int32_t iLeftBits = 0; in RcGomTargetBits() local 724 int64_t iLeftBits = pSOverRc->iTargetBitsSlice - pSOverRc->iFrameBitsSlice; in RcCalculateGomQp() local
|
/third_party/openh264/codec/common/inc/ |
D | wels_common_defs.h | 240 int32_t iLeftBits; // count number of available bits left ([1, 8]), member
|