Home
last modified time | relevance | path

Searched refs:pSliceBuffer (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp1004 pSlice = &pCtx->pCurDqLayer->sSliceBufferInfo [kiSlcBuffIdx].pSliceBuffer[kiCodedNumInThread]; in InitOneSliceInThread()
1006 pSlice = &pCtx->pCurDqLayer->sSliceBufferInfo [0].pSliceBuffer[kiSliceIdx]; in InitOneSliceInThread()
1043 …pDqLayer->sSliceBufferInfo[iIdx].pSliceBuffer = (SSlice*)pMa->WelsMallocz (sizeof (SSlice) * iMa… in InitSliceThreadInfo()
1045 if (NULL == pDqLayer->sSliceBufferInfo[iIdx].pSliceBuffer) { in InitSliceThreadInfo()
1050 iRet = InitSliceList (pDqLayer->sSliceBufferInfo[iIdx].pSliceBuffer, in InitSliceThreadInfo()
1065 pDqLayer->sSliceBufferInfo[iIdx].pSliceBuffer = NULL; in InitSliceThreadInfo()
1133 …eInLayer[iStartIdx + iSliceIdx] = pDqLayer->sSliceBufferInfo[iSlcBuffIdx].pSliceBuffer + iSliceIdx; in InitSliceInLayer()
1315 …SSlice* pLastCodedSlice = &pDqLayer->sSliceBufferInfo[KiSlcBuffIdx].pSliceBuffer [iCodedSliceNum -… in ReallocateSliceInThread()
1328 pDqLayer->sSliceBufferInfo[KiSlcBuffIdx].pSliceBuffer, in ReallocateSliceInThread()
1393 …SSlice* pLastCodedSlice = pCurLayer->sSliceBufferInfo[0].pSliceBuffer + (iMaxSliceNumOld - … in ReallocSliceBuffer()
[all …]
Dwels_task_encoder.cpp241 …m_pSlice = &pCurDq->sSliceBufferInfo[m_iThreadIdx].pSliceBuffer[kiC… in ExecuteTask()
Dencoder_ext.cpp945 FreeSliceBuffer (pDq->sSliceBufferInfo[iIdx].pSliceBuffer, in FreeSliceInLayer()
3665 SSlice* pCurSlice = &pCtx->pCurDqLayer->sSliceBufferInfo[0].pSliceBuffer[0]; in WelsEncoderEncodeExt()
3816 pCurSlice = &pCtx->pCurDqLayer->sSliceBufferInfo[0].pSliceBuffer[iSliceIdx]; in WelsEncoderEncodeExt()
4531 …SSlice* pStartSlice = &pCurLayer->sSliceBufferInfo[uSlcBuffIdx].pSliceBuffer[iSt… in WelsCodeOnePicPartition()
4576 pCurSlice = &pCtx->pCurDqLayer->sSliceBufferInfo[uSlcBuffIdx].pSliceBuffer[iSliceIdx]; in WelsCodeOnePicPartition()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp149 …SSlice* pLastCodedSlc = &pCtx->pCurDqLayer->sSliceBufferInfo[iThreadIndex].pSliceBuffer[iCodedSlcN… in SetParamForReallocateTest()
377 ASSERT_TRUE (NULL != m_EncContext.pCurDqLayer->sSliceBufferInfo[kiThreadIdx].pSliceBuffer); in SimulateEncodedOneSlice()
378 …ASSERT_TRUE (NULL != &m_EncContext.pCurDqLayer->sSliceBufferInfo[kiThreadIdx].pSliceBuffer[iCodedS… in SimulateEncodedOneSlice()
380 …m_EncContext.pCurDqLayer->sSliceBufferInfo[kiThreadIdx].pSliceBuffer[iCodedSlcNumInThrd].iSliceIdx… in SimulateEncodedOneSlice()
383 m_EncContext.pCurDqLayer->sSliceBufferInfo[0].pSliceBuffer[kiSlcIdx].iSliceIdx = kiSlcIdx; in SimulateEncodedOneSlice()
461 EXPECT_TRUE (NULL != pCtx->pCurDqLayer->sSliceBufferInfo[iThreadIndex].pSliceBuffer); in TEST_F()
494 EXPECT_TRUE (NULL != pCtx->pCurDqLayer->sSliceBufferInfo[iThreadIndex].pSliceBuffer); in TEST_F()
518 pSlcListInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer; in TEST_F()
524 pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer = pSlcListInThrd; in TEST_F()
617 SSlice* pSlcListInThrd = pCtx->pCurDqLayer->sSliceBufferInfo[iReallocateThrdIdx].pSliceBuffer; in TEST_F()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h72 SSlice* pSliceBuffer; // slice buffer for multi thread, member