Searched refs:pEndBuf (Results 1 – 11 of 11) sorted by relevance
52 if (pBitString->pCurBuf >= (pBitString->pEndBuf - iEndOffset)) { in InitReadBits()78 pBitString->pEndBuf = pTmp + kiSizeBuf; // buffer + length in DecInitBits()
77 if (pCurr >= (pBsAux->pEndBuf - 1)) { in InitCabacDecEngineFromBS()88 pDecEngine->pBuffEnd = pBsAux->pEndBuf; in InitCabacDecEngineFromBS()
668 pSliceBitsRead->pEndBuf = pSliceBitsRead->pEndBuf - pCtx->sRawData.pHead + pNewBsBuff; in ExpandBsBuffer()
1195 InitBits (&sSubsetSpsBs, pBsBuf, (int32_t) (pBs->pEndBuf - pBs->pStartBuf)); in ParseSps()
1525 intX_t iBytesLeft = pBsAux->pEndBuf - pBsAux->pCurBuf; in ParseIPCMInfoCabac()
79 intX_t iAllowedBytes = pBs->pEndBuf - pBs->pStartBuf; //actual stream bytes in BsGetBits()161 iAllowedBytes = pBs->pEndBuf - pBs->pStartBuf; //actual stream bytes in BsGetUe()
72 pBs->pEndBuf = ptr + kiSize; in InitBits()
234 uint8_t* pEndBuf; // buffer + length member
249 const intX_t iLeftLength = pBs->pEndBuf - pBs->pCurBuf - 1; in CheckBitstreamBuffer()
633 WelsCabacEncodeInit (&pSlice->sCabacCtx, pBs->pCurBuf, pBs->pEndBuf); in WelsInitSliceCabac()
3006 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()