Searched refs:iStrideL (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | decode_slice.h | 67 … uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iStrideL, int32_t iStrideC);
|
/third_party/openh264/codec/decoder/core/src/ |
D | decode_slice.cpp | 178 … uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iStrideL, int32_t iStrideC) { in WelsMbInterSampleConstruction() argument 187 iOffset = ((iIndex >> 2) << 2) * iStrideL + ((iIndex % 4) << 2); in WelsMbInterSampleConstruction() 188 …pCtx->pIdctResAddPredFunc8x8 (pDstY + iOffset, iStrideL, pCurDqLayer->pScaledTCoeff[iMbXy] + (i <<… in WelsMbInterSampleConstruction() 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()
|