Home
last modified time | relevance | path

Searched refs:pScaledTCoeff (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp188 …pCtx->pIdctResAddPredFunc8x8 (pDstY + iOffset, iStrideL, pCurDqLayer->pScaledTCoeff[iMbXy] + (i <<… in WelsMbInterSampleConstruction()
194 int16_t* pScaledTCoeff = pCurDqLayer->pScaledTCoeff[iMbXy]; in WelsMbInterSampleConstruction() local
195 …pCtx->pIdctFourResAddPredFunc (pDstY + 0 * iStrideL + 0, iStrideL, pScaledTCoeff + 0 * 64, pNzc + … in WelsMbInterSampleConstruction()
196 …pCtx->pIdctFourResAddPredFunc (pDstY + 0 * iStrideL + 8, iStrideL, pScaledTCoeff + 1 * 64, pNzc + … in WelsMbInterSampleConstruction()
197 …pCtx->pIdctFourResAddPredFunc (pDstY + 8 * iStrideL + 0, iStrideL, pScaledTCoeff + 2 * 64, pNzc + … in WelsMbInterSampleConstruction()
198 …pCtx->pIdctFourResAddPredFunc (pDstY + 8 * iStrideL + 8, iStrideL, pScaledTCoeff + 3 * 64, pNzc + … in WelsMbInterSampleConstruction()
202 int16_t* pScaledTCoeff = pCurDqLayer->pScaledTCoeff[iMbXy]; in WelsMbInterSampleConstruction() local
204 pCtx->pIdctFourResAddPredFunc (pDstU, iStrideC, pScaledTCoeff + 4 * 64, pNzc + 16); in WelsMbInterSampleConstruction()
206 pCtx->pIdctFourResAddPredFunc (pDstV, iStrideC, pScaledTCoeff + 5 * 64, pNzc + 18); in WelsMbInterSampleConstruction()
295 RecI16x16Mb (iMbXy, pCtx, pCurDqLayer->pScaledTCoeff[iMbXy], pCurDqLayer); in WelsMbIntraPredictionConstruction()
[all …]
Ddecoder_core.cpp1555 …pCtx->sMb.pScaledTCoeff[i] = (int16_t (*)[MB_COEFF_LIST_SIZE])pMa->WelsMallocz (pCtx->sMb.iMbWidth… in InitialDqLayersContext()
1608 (NULL == pCtx->sMb.pScaledTCoeff[i]) || in InitialDqLayersContext()
1717 if (pCtx->sMb.pScaledTCoeff[i]) { in UninitialDqLayersContext()
1718 pMa->WelsFree (pCtx->sMb.pScaledTCoeff[i], "pCtx->sMb.pScaledTCoeff[]"); in UninitialDqLayersContext()
1720 pCtx->sMb.pScaledTCoeff[i] = NULL; in UninitialDqLayersContext()
2464 pCurDq->pScaledTCoeff = pCtx->sMb.pScaledTCoeff[0]; in InitCurDqLayerData()
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h84 int16_t (*pScaledTCoeff)[MB_COEFF_LIST_SIZE]; member
Ddecoder_context.h357 int16_t (*pScaledTCoeff[LAYER_NUM_EXCHANGEABLE])[MB_COEFF_LIST_SIZE]; /*need be aligned*/ member