Searched refs:iLumaStride (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 49 int32_t iLumaStride = pCurPic->iLinesize[0]; in WelsFillRecNeededMbInfo() local 54 pCurDqLayer->iLumaStride = iLumaStride; in WelsFillRecNeededMbInfo() 58 pCurDqLayer->pPred[0] = pCurPic->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsFillRecNeededMbInfo() 75 int32_t iLumaStride = pDqLayer->iLumaStride; in RecI8x8Luma() local 104 pGetI8x8LumaPredFunc[uiMode] (pPredI8x8, iLumaStride, bTLAvail[i], bTRAvail[i]); in RecI8x8Luma() 110 pIdctResAddPredFunc (pPredI8x8, iLumaStride, pRSI8x8); in RecI8x8Luma() 129 int32_t iLumaStride = pDqLayer->iLumaStride; in RecI4x4Luma() local 148 pGetI4x4LumaPredFunc[uiMode] (pPredI4x4, iLumaStride); in RecI4x4Luma() 152 pIdctResAddPredFunc (pPredI4x4, iLumaStride, pRSI4x4); in RecI4x4Luma() 188 int32_t iYStride = pDqLayer->iLumaStride; in RecI16x16Mb()
|
D | decode_slice.cpp | 215 int32_t iLumaStride = pCtx->pDec->iLinesize[0]; in WelsMbInterConstruction() local 218 pDstY = pCurDqLayer->pDec->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsMbInterConstruction() 229 pTempDstYCbCr[0] = pCtx->pTempDec->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsMbInterConstruction() 237 …WelsMbInterSampleConstruction (pCtx, pCurDqLayer, pDstY, pDstCb, pDstCr, iLumaStride, iChromaStrid… in WelsMbInterConstruction() 309 int32_t iLumaStride = pCtx->pDec->iLinesize[0]; in WelsMbInterPrediction() local 312 pDstY = pCurDqLayer->pDec->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsMbInterPrediction() 323 pTempDstYCbCr[0] = pCtx->pTempDec->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsMbInterPrediction()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | dec_frame.h | 91 int32_t iLumaStride; member
|