Searched refs:iSliceNumInFrame (Results 1 – 7 of 7) sorted by relevance
78 int32_t iSliceNum = pSliceSeg->iSliceNumInFrame; in AssignMbMapMultipleSlices()93 const int32_t kiCountSliceNumInFrame = pSliceSeg->iSliceNumInFrame; in AssignMbMapMultipleSlices()376 pSliceSeg->iSliceNumInFrame = 0; in InitSliceSegment()387 pSliceSeg->iSliceNumInFrame = 1; in InitSliceSegment()406 pSliceSeg->iSliceNumInFrame = GetInitialSliceNum (pSliceArgument); in InitSliceSegment()407 if (-1 == pSliceSeg->iSliceNumInFrame) in InitSliceSegment()455 pSliceSeg->iSliceNumInFrame = 0; in UninitSliceSegment()623 …lag = ((SM_SINGLE_SLICE != pSliceCtx->uiSliceMode) && (kuiSliceIdc >= pSliceCtx->iSliceNumInFrame)) in WelsGetNumMbInSlice()634 return (kpSliceCtx != NULL) ? (kpSliceCtx->iSliceNumInFrame) : (-1); in GetCurrentSliceNum()640 const int32_t iCountSliceNumInFrame = pSliceCtx->iSliceNumInFrame; in DynamicAdjustSlicePEncCtxAll()
92 const int32_t kiSliceCount = pSliceCtx->iSliceNumInFrame; in CalcSliceComplexRatio()173 const int32_t kiCountSliceNum = pSliceCtx->iSliceNumInFrame; in DynamicAdjustSlicing()513 , pCurDq->sSliceEncCtx.iSliceNumInFrame); in AdjustBaseLayer()546 pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame); in AdjustEnhanceLayer()555 pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame); in AdjustEnhanceLayer()579 const int32_t kiCountSliceNum = pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame; in TrackSliceComplexities()607 const uint32_t kuiCountSliceNum = pSliceCtx->iSliceNumInFrame; in TrackSliceConsumeTime()
1477 iEncodeSliceNum = pCurLayer->sSliceEncCtx.iSliceNumInFrame; in ReOrderSliceInLayer()1481 if (iEncodeSliceNum != pCurLayer->sSliceEncCtx.iSliceNumInFrame) { in ReOrderSliceInLayer()1769 ++ pSliceCtx->iSliceNumInFrame; in DynSlcJudgeSliceBoundaryStepBack()
1040 for (i = 0; i < pCurSliceCtx->iSliceNumInFrame; i++) { in RcUpdatePictureQpBits()
2442 pSliceCtx->iSliceNumInFrame = iPartitionNum; in UpdateSlicepEncCtxWithPartition()
402 m_EncContext.pCurDqLayer->sSliceEncCtx.iSliceNumInFrame ++; in SimulateSliceInOnePartition()432 m_EncContext.pCurDqLayer->sSliceEncCtx.iSliceNumInFrame++; in SimulateSliceInOneLayer()585 int32_t iCodedSlcNum = pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame; in TEST_F()638 iSlcIdxInThrd = pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame; in TEST_F()644 pCtx->pCurDqLayer->sSliceEncCtx.iSliceNumInFrame ++; in TEST_F()
85 int32_t iSliceNumInFrame; /* count number of slices in frame; */ member