only BaseLayer inter MB and SpatialLayer (uiQualityId = 0) inter MB calling this pFunc. only for inter part
| 456 | //only BaseLayer inter MB and SpatialLayer (uiQualityId = 0) inter MB calling this pFunc. |
| 457 | //only for inter part |
| 458 | void WelsInterMbEncode (sWelsEncCtx* pEncCtx, SSlice* pSlice, SMB* pCurMb) { |
| 459 | SMbCache* pMbCache = &pSlice->sMbCacheInfo; |
| 460 | |
| 461 | WelsDctMb (pMbCache->pCoeffLevel, pMbCache->SPicData.pEncMb[0], pEncCtx->pCurDqLayer->iEncStride[0], |
| 462 | pMbCache->pMemPredLuma, pEncCtx->pFuncList->pfDctFourT4); |
| 463 | WelsEncInterY (pEncCtx->pFuncList, pCurMb, pMbCache); |
| 464 | } |
| 465 | |
| 466 | |
| 467 | //only BaseLayer inter MB and SpatialLayer (uiQualityId = 0) inter MB calling this pFunc. |
no test coverage detected