Searched refs:iLayerBsSize (Results 1 – 2 of 2) sorted by relevance
98 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitParamForSizeLimitSlcMode() local104 (iLayerBsSize / pSliceArgument->uiSliceSizeConstraint) + 1); in InitParamForSizeLimitSlcMode()107 … iLayerBsSize / iMaxSliceNumEstimation) << 1) + MAX_MACROBLOCK_SIZE_IN_BYTE_x2; in InitParamForSizeLimitSlcMode()263 …int32_t iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) *… in InitFrameBsBuffer() local265 int32_t iVclLayersBsSizeCount = WELS_ALIGN (iLayerBsSize, 4); in InitFrameBsBuffer()325 int32_t iLayerBsSize = 0; in InitLayerSliceBuffer() local349 …iLayerBsSize = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) * COMPRES… in InitLayerSliceBuffer()352 …iSliceBufferSize = ((iLayerBsSize / pSliceArgument->uiSliceNum) << 1) + MAX_MACROBLOCK_SIZE_IN_BYT… in InitLayerSliceBuffer()
1584 int32_t iLayerBsSize = 0; in RequestMemorySvc() local1591 …iLayerBsSize = WELS_ROUND (((3 * fDlp->iVideoWidth * fDlp->iVideoHeight) >> 1) * fCompressRatioThr… in RequestMemorySvc()1593 iLayerBsSize = WELS_ALIGN (iLayerBsSize, 4); // 4 bytes alinged in RequestMemorySvc()1594 iVclLayersBsSizeCount += iLayerBsSize; in RequestMemorySvc()1600 … (iLayerBsSize / pSliceArgument->uiSliceSizeConstraint) + 1); in RequestMemorySvc()1603 … iLayerBsSize / uiMaxSliceNumEstimation) << 1) + MAX_MACROBLOCK_SIZE_IN_BYTE_x2; in RequestMemorySvc()1606 …iSliceBufferSize = ((iLayerBsSize / pSliceArgument->uiSliceNum) << 1) + MAX_MACROBLOCK_SIZE_IN_BYT… in RequestMemorySvc()1612 iTargetSpatialBsSize = iLayerBsSize; in RequestMemorySvc()