Home
last modified time | relevance | path

Searched refs:m_pBufStart (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cabac.cpp99 pCbCtx->m_pBufStart = pBuf; in WelsCabacEncodeInit()
115 PropagateCarry (pBufCur, pCbCtx->m_pBufStart); in WelsCabacEncodeUpdateLowNontrivial_()
194 PropagateCarry (pBufCur, pCbCtx->m_pBufStart); in WelsCabacEncodeFlush()
Dset_mb_syn_cavlc.cpp256 memcpy (pDss->pRestoreBuffer, pCtx->m_pBufStart, iLen); in StashMBStatusCabac()
267 memcpy (pCtx->m_pBufStart, pDss->pRestoreBuffer, iLen); in StashPopMBStatusCabac()
276 return (int32_t) ((pSlice->sCabacCtx.m_pBufCur - pSlice->sCabacCtx.m_pBufStart) << 3) + in GetBsPosCabac()
/third_party/openh264/codec/encoder/core/inc/
Dset_mb_syn_cabac.h70 uint8_t* m_pBufStart; member