Searched refs:pDstU (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 286 uint8_t* pDstU = pMCRefMem->pDstU; in BaseMC() local 291 …pMCFunc->pMcChromaFunc (pSrcU, pMCRefMem->iSrcLineChroma, pDstU, pMCRefMem->iDstLineChroma, iFullM… in BaseMC() 342 pDst = i ? pMCRefMem->pDstV : pMCRefMem->pDstU; in WeightPrediction() 410 pDst = k ? pMCRefMem->pDstV : pMCRefMem->pDstU; in BiWeightPrediction() 411 pTempDst = k ? pTempMCRefMem->pDstV : pTempMCRefMem->pDstU; in BiWeightPrediction() 448 pDst = k ? pMCRefMem->pDstV : pMCRefMem->pDstU; in BiPrediction() 449 pTempDst = k ? pTempMCRefMem->pDstV : pTempMCRefMem->pDstU; in BiPrediction() 485 pMCRefMem.pDstU = pPredCb; in GetInterPred() 523 pMCRefMem.pDstU = pPredCb + (iDstLineChroma << 2); in GetInterPred() 546 pMCRefMem.pDstU = pPredCb + 4; in GetInterPred() [all …]
|
D | error_concealment.cpp | 219 pMCRefMem->pDstU = pDst[1]; in DoMbECMvCopy()
|
D | decode_slice.cpp | 178 … uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iStrideL, int32_t iStrideC) { in WelsMbInterSampleConstruction() argument 204 pCtx->pIdctFourResAddPredFunc (pDstU, iStrideC, pScaledTCoeff + 4 * 64, pNzc + 16); in WelsMbInterSampleConstruction()
|
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 216 uint8_t* pDstU = (uint8_t*)m_pSampleBuffer[iIdx][1]; in Process() local 236 DownsampleHalfAverage ((uint8_t*)pDstU, iDstStrideU, in Process() 242 pSrcU = (uint8_t*)pDstU; in Process() 260 pDstU = (uint8_t*)m_pSampleBuffer[iIdx][1]; in Process()
|
/third_party/openh264/test/encoder/ |
D | EncUT_MotionCompensation.cpp | 92 static void MCChromaAnchor (uint8_t* pDstU, uint8_t* pDstV, int32_t iDstStride, uint8_t* pSrc, int3… in MCChromaAnchor() argument 106 pDstU[x] = (iBiPara0 * pSrc[2 * x] + iBiPara1 * pSrc[2 * x + 2] + in MCChromaAnchor() 113 pDstU += iDstStride; in MCChromaAnchor()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 59 void WelsMoveMemory_c (uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iDstStrideY, int32… 1364 void WelsMoveMemory_c (uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iDstStrideY, int32… in WelsMoveMemory_c() argument 1378 WelsMemcpy (pDstU, pSrcU, iWidth2); in WelsMoveMemory_c() 1380 pDstU += iDstStrideUV; in WelsMoveMemory_c() 1419 uint8_t* pDstU = pDstPic->pData[1]; in WelsMoveMemoryWrapper() local 1437 …if (pSrcY == NULL || pSrcU == NULL || pSrcV == NULL || pDstY == NULL || pDstU == NULL || pDstV == … in WelsMoveMemoryWrapper() 1441 WelsMoveMemory_c (pDstY, pDstU, pDstV, kiDstStrideY, kiDstStrideUV, in WelsMoveMemoryWrapper() 1446 …Padding (pDstY, pDstU, pDstV, kiDstStrideY, kiDstStrideUV, iSrcWidth, kiTargetWidth, iSrcHeight, k… in WelsMoveMemoryWrapper()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | rec_mb.h | 60 uint8_t* pDstU; member
|
D | decode_slice.h | 67 … uint8_t* pDstY, uint8_t* pDstU, uint8_t* pDstV, int32_t iStrideL, int32_t iStrideC);
|