Home
last modified time | relevance | path

Searched refs:sBsWrite (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp51 const int32_t kiStartPos = (BsGetBitsPos (&pWelsEncoderOuput->sBsWrite) >> 3); in WelsLoadNal()
69 const int32_t kiEndPos = (BsGetBitsPos (&pWelsEncoderOuput->sBsWrite) >> 3); in WelsUnloadNal()
84 SBitStringAux* pBitStringAux = &pSliceBs->sBsWrite; in WelsLoadNalForSlice()
102 SBitStringAux* pBitStringAux = &pSliceBs->sBsWrite; in WelsUnloadNalForSlice()
Dwels_task_encoder.cpp124 assert ((void*) (&m_pSliceBs->sBsWrite) == (void*)m_pSlice->pSliceBsa); in InitTask()
125 InitBits (&m_pSliceBs->sBsWrite, m_pSliceBs->pBsBuffer, m_pSliceBs->uiSize); in InitTask()
157 …WelsWriteSVCPrefixNal (&m_pSliceBs->sBsWrite, m_eNalRefIdc, (NAL_UNIT_CODED_SLICE_IDR == m_eNalTyp… in ExecuteTask()
270 InitBits (&m_pSliceBs->sBsWrite, m_pSliceBs->pBsBuffer, m_pSliceBs->uiSize); in ExecuteTask()
275 …WelsWriteSVCPrefixNal (&m_pSliceBs->sBsWrite, m_eNalRefIdc, (NAL_UNIT_CODED_SLICE_IDR == m_eNalTyp… in ExecuteTask()
Dsvc_encode_slice.cpp900 pSlice->pSliceBsa = &pSlice->sSliceBs.sBsWrite; in InitSliceBsBuffer()
1051 &pCtx->pOut->sBsWrite, in InitSliceThreadInfo()
1226 pSlice->pSliceBsa = &pSlice->sSliceBs.sBsWrite; in ReallocateSliceList()
1249 & pCtx->pOut->sBsWrite, in ReallocateSliceList()
Dencoder.cpp274 InitBits (&pEncCtx->pOut->sBsWrite, pEncCtx->pOut->pBsBuffer, pEncCtx->pOut->uiSize); in InitBitStream()
Dencoder_ext.cpp2828 WelsWriteSpsNal (&pCtx->pSpsArray[kiSpsIdx], &pCtx->pOut->sBsWrite, in WelsWriteOneSPS()
2848 WelsWritePpsSyntax (&pCtx->pPPSArray[kiPpsIdx], &pCtx->pOut->sBsWrite, in WelsWriteOnePPS()
2908 WelsWriteSubsetSpsSyntax (&pCtx->pSubsetArray[iId], &pCtx->pOut->sBsWrite, in WelsWriteParameterSets()
2960 …WelsWriteSVCPrefixNal (&pCtx->pOut->sBsWrite, keNalRefIdc, (NAL_UNIT_CODED_SLICE_IDR == keNalType)… in AddPrefixNal()
3004 pBs = &pCtx->pOut->sBsWrite; // SBitStringAux instance for non VCL NALs decoding in WritePadding()
3086 InitBits (&pCtx->pOut->sBsWrite, pCtx->pOut->pBsBuffer, pCtx->pOut->uiSize); in WelsEncoderEncodeParameterSets()
3342 InitBits (&pEncCtx->pOut->sBsWrite, pEncCtx->pOut->pBsBuffer, pEncCtx->pOut->uiSize); in StackBackEncoderStatus()
/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h72 SBitStringAux sBsWrite; member
92 SBitStringAux sBsWrite; member