Searched refs:pCoeffLevel (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_mb.cpp | 59 int16_t* pRes = pMbCache->pCoeffLevel; in WelsEncRecI16x16Y() 145 int16_t* pResI4x4 = pMbCache->pCoeffLevel; in WelsEncRecI4x4Y() 188 int16_t* pRes = pMbCache->pCoeffLevel; in WelsEncInterY() 330 int16_t* pRes = pMbCache->pCoeffLevel; in WelsTryPYskip() 356 …int16_t* pRes = ((iUV == 1) ? & (pMbCache->pCoeffLevel[256]) : & (pMbCache->pCoeffLevel[256 + 64])… in WelsTryPUVskip()
|
D | svc_encode_slice.cpp | 447 …WelsDctMb (pMbCache->pCoeffLevel, pMbCache->SPicData.pEncMb[0], pEncCtx->pCurDqLayer->iEncStride[… in WelsInterMbEncode() 460 int16_t* pCurRS = pMbCache->pCoeffLevel; in WelsIMbChromaEncode() 484 int16_t* pCurRS = pMbCache->pCoeffLevel + 256; in WelsPMbChromaEncode() 501 int16_t* pScaledTcoeff = pMbCache->pCoeffLevel; in OutputPMbWithoutConstructCsRsNoCopy() 762 …pMbCache->pCoeffLevel = (int16_t*)pMa->WelsMallocz (MB_COEFF_LIST_SIZE * sizeof (int16_t), "pMbCac… in AllocMbCacheAligned() 763 WELS_VERIFY_RETURN_IF (1, (NULL == pMbCache->pCoeffLevel)); in AllocMbCacheAligned() 784 if (NULL != pMbCache->pCoeffLevel) { in FreeMbCache() 785 pMa->WelsFree (pMbCache->pCoeffLevel, "pMbCache->pCoeffLevel"); in FreeMbCache() 786 pMbCache->pCoeffLevel = NULL; in FreeMbCache()
|
D | svc_base_layer_md.cpp | 1508 WelsDctMb (pMbCache->pCoeffLevel, pEncMb, iEncStride, pDstLuma, pEncCtx->pFuncList->pfDctFourT4); in WelsMdPSkipEnc() 1514 …pFunc->pfDctFourT4 (pMbCache->pCoeffLevel + 256, & (pEncMb[*pEncBlockOffset]), iEncStride, pMbCach… in WelsMdPSkipEnc() 1518 …pFunc->pfDctFourT4 (pMbCache->pCoeffLevel + 320, & (pEncMb[*pEncBlockOffset]), iEncStride, pMbCach… in WelsMdPSkipEnc()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | mb_cache.h | 85 int16_t* pCoeffLevel; // tmep member
|