Home
last modified time | relevance | path

Searched refs:iMaxSliceNumNew (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp1283 int32_t& iMaxSliceNumNew) { in CalculateNewSliceNum() argument
1289 iMaxSliceNumNew = iMaxSliceNumOld * SLICE_NUM_EXPAND_COEF; in CalculateNewSliceNum()
1302 iMaxSliceNumNew = iMaxSliceNumOld + iIncreaseSlicNum; in CalculateNewSliceNum()
1313 int32_t iMaxSliceNumNew = 0; in ReallocateSliceInThread() local
1321 iMaxSliceNumNew); in ReallocateSliceInThread()
1330 iMaxSliceNumNew); in ReallocateSliceInThread()
1335 pDqLayer->sSliceBufferInfo[KiSlcBuffIdx].iMaxSliceNum = iMaxSliceNumNew; in ReallocateSliceInThread()
1387 int32_t iMaxSliceNumNew = 0; in ReallocSliceBuffer() local
1398 iMaxSliceNumNew); in ReallocSliceBuffer()
1408 iMaxSliceNumNew); in ReallocSliceBuffer()
[all …]
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp506 int32_t iMaxSliceNumNew = 0; in TEST_F() local
528 iMaxSliceNumNew += pCtx->pCurDqLayer->sSliceBufferInfo[iThreadIdx].iMaxSliceNum; in TEST_F()
531 iRet = ExtendLayerBuffer (pCtx, pCtx->pCurDqLayer->iMaxSliceNum, iMaxSliceNumNew); in TEST_F()