Searched refs:P_SLICE (Results 1 – 16 of 16) sorted by relevance
2123 pCtx->sStatData[i][j].sSliceData.iSliceCount[P_SLICE] + in StatOverallEncodingExt()2129 int32_t iCountNumPMb = pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Intra4x4] + in StatOverallEncodingExt()2130 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Intra16x16] + in StatOverallEncodingExt()2131 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][7] + in StatOverallEncodingExt()2132 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Inter16x16] + in StatOverallEncodingExt()2133 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Inter16x8] + in StatOverallEncodingExt()2134 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Inter8x16] + in StatOverallEncodingExt()2135 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][Inter8x8] + in StatOverallEncodingExt()2136 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][10] + in StatOverallEncodingExt()2137 pCtx->sStatData[i][j].sSliceData.iMbCount[P_SLICE][PSkip]; in StatOverallEncodingExt()[all …]
188 (m_pCtx->eSliceType == P_SLICE ? 'P' : 'I'), in ExecuteTask()306 (m_pCtx->eSliceType == P_SLICE ? 'P' : 'I'), in ExecuteTask()
267 bool bNeededMbAq = (pSvcParam->bEnableAdaptiveQuant && (pCtx->eSliceType == P_SLICE)); in AnalyzeSpatialPic()268 bool bCalculateBGD = (pCtx->eSliceType == P_SLICE && pSvcParam->bEnableBackgroundDetection); in AnalyzeSpatialPic()838 if (pCtx->eSliceType == P_SLICE) in AnalyzePictureComplexity()890 if (pSvcParam->iRCMode == RC_QUALITY_MODE && pCtx->eSliceType == P_SLICE) { in AnalyzePictureComplexity()893 && pCtx->eSliceType == P_SLICE) { in AnalyzePictureComplexity()1335 if (pCurPicture->iPictureType == P_SLICE && pCurPicture->uiTemporalId != 0) { in UpdateSrcList()
1071 if (pEncCtx->eSliceType == P_SLICE) { in RcUpdatePictureQpBits()1222 if (pEncCtx->eSliceType == P_SLICE) { in WelsRcPictureInfoUpdateGom()1287 if (pEncCtx->pSvcParam->bEnableAdaptiveQuant && (pEncCtx->eSliceType == P_SLICE)) { in WelsRcPictureInitDisable()1309 if (pEncCtx->pSvcParam->bEnableAdaptiveQuant && (pEncCtx->eSliceType == P_SLICE)) { in WelsRcMbInitDisable()1419 if (pEncCtx->eSliceType == P_SLICE) { in WelsRcPictureInfoUpdateScc()1477 if (pEncCtx->eSliceType == P_SLICE) { in WelsRcPictureInfoUpdateGomTimeStamp()
101 if (P_SLICE == pEncCtx->eSliceType) { in WelsSliceHeaderExtInit()295 if (P_SLICE == pSliceHeader->eSliceType) { in WelsSliceHeaderWrite()364 if (P_SLICE == pSliceHeader->eSliceType) { in WelsSliceHeaderExtWrite()1864 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, P_SLICE, pCurMb); in WelsMdInterMbLoop()1984 WelsCountMbType (pEncCtx->sPerInfo.iMbCount, P_SLICE, pCurMb); in WelsMdInterMbLoopOverDynamicSlice()
90 } else if (eSliceType == P_SLICE) { in WelsCabacMbType()263 int32_t iCtx = (eSliceType == P_SLICE) ? 11 : 24; in WelsMbSkipCabac()
80 case P_SLICE: in WelsSpatialWriteMbPred()
293 pEncCtx->eSliceType = P_SLICE; in InitFrameCoding()
394 if (keSliceType == P_SLICE) { in WelsUpdateRefList()794 if (pCtx->eSliceType == P_SLICE) { in WelsUpdateRefListScreen()
1000 if (pCurLayer->pRefPic->iPictureType == P_SLICE) { in WelsMdP16x16()1486 (pCurLayer->pRefPic->iPictureType == P_SLICE && in WelsMdPSkipEnc()1909 if (((pEncCtx->pRefPic->iPictureType == P_SLICE) && (pMbCache->uiRefMbType == MB_TYPE_SKIP in WelsMdInterJudgePskip()
168 (pRef->iPictureType == P_SLICE && in IsCostLessEqualSkipCost()
164 P_SLICE = 0, enumerator
160 …if ((pCurSlice->eSliceType != I_SLICE) && (pCurSlice->eSliceType != P_SLICE) && (pCurSlice->eSlice… in WelsTargetSliceConstruction()222 if (pCtx->eSliceType == P_SLICE) { in WelsMbInterConstruction()316 if (pCtx->eSliceType == P_SLICE) { in WelsMbInterPrediction()1540 if (P_SLICE == pSliceHeader->eSliceType) in WelsDecodeSlice()1547 if (P_SLICE == pSliceHeader->eSliceType) { in WelsDecodeSlice()1647 if (P_SLICE == pSliceHeader->eSliceType) in WelsDecodeAndConstructSlice()1654 if (P_SLICE == pSliceHeader->eSliceType) { in WelsDecodeAndConstructSlice()
88 int32_t lists = pRef->eSliceType == P_SLICE ? 1 : 2; in SetUnRef()
1133 bool bReadNumRefFlag = (P_SLICE == uiSliceType || B_SLICE == uiSliceType); in ParseSliceHeaderSyntaxs()1166 …if ((pPps->bWeightedPredFlag && uiSliceType == P_SLICE) || (pPps->uiWeightedBipredIdc == 1 && uiSl… in ParseSliceHeaderSyntaxs()
918 sDqLayer.sLayerInfo.sSliceInLayer.sSliceHeaderExt.sSliceHeader.eSliceType = P_SLICE; in TEST()