Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dbit_stream.cpp52 if (pBitString->pCurBuf >= (pBitString->pEndBuf - iEndOffset)) { in InitReadBits()
78 pBitString->pEndBuf = pTmp + kiSizeBuf; // buffer + length in DecInitBits()
Dcabac_decoder.cpp77 if (pCurr >= (pBsAux->pEndBuf - 1)) { in InitCabacDecEngineFromBS()
88 pDecEngine->pBuffEnd = pBsAux->pEndBuf; in InitCabacDecEngineFromBS()
Ddecoder_core.cpp668 pSliceBitsRead->pEndBuf = pSliceBitsRead->pEndBuf - pCtx->sRawData.pHead + pNewBsBuff; in ExpandBsBuffer()
Dau_parser.cpp1195 InitBits (&sSubsetSpsBs, pBsBuf, (int32_t) (pBs->pEndBuf - pBs->pStartBuf)); in ParseSps()
Dparse_mb_syn_cabac.cpp1525 intX_t iBytesLeft = pBsAux->pEndBuf - pBsAux->pCurBuf; in ParseIPCMInfoCabac()
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h79 intX_t iAllowedBytes = pBs->pEndBuf - pBs->pStartBuf; //actual stream bytes in BsGetBits()
161 iAllowedBytes = pBs->pEndBuf - pBs->pStartBuf; //actual stream bytes in BsGetUe()
/third_party/openh264/codec/common/inc/
Dgolomb_common.h72 pBs->pEndBuf = ptr + kiSize; in InitBits()
Dwels_common_defs.h234 uint8_t* pEndBuf; // buffer + length member
/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cavlc.cpp249 const intX_t iLeftLength = pBs->pEndBuf - pBs->pCurBuf - 1; in CheckBitstreamBuffer()
Dsvc_set_mb_syn_cabac.cpp633 WelsCabacEncodeInit (&pSlice->sCabacCtx, pBs->pCurBuf, pBs->pEndBuf); in WelsInitSliceCabac()
Dencoder_ext.cpp3006 if ((pBs->pEndBuf - pBs->pCurBuf) < iLen || iNal >= pCtx->pOut->iCountNals) { in WritePadding()
3010 … static_cast<long long int> (pBs->pEndBuf - pBs->pCurBuf), iLen, iNal, pCtx->pOut->iCountNals); in WritePadding()