Searched refs:pSrcU (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/processing/src/denoise/ |
D | denoise.cpp | 69 uint8_t* pSrcU = (uint8_t*)pSrc->pPixel[1]; in Process() local 71 if (pSrcY == NULL || pSrcU == NULL || pSrcV == NULL) { in Process() 84 WaverageDenoiseChroma (pSrcU, iWidthUV, iHeightUV, pSrc->iStride[1]); in Process()
|
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 205 uint8_t* pSrcU = (uint8_t*)pSrcPixMap->pPixel[1]; in Process() local 225 (uint8_t*)pSrcU, iSrcStrideU, iSrcWidthUV, iSrcHeightUV); in Process() 237 (uint8_t*)pSrcU, iSrcStrideU, iSrcWidthUV, iSrcHeightUV); in Process() 242 pSrcU = (uint8_t*)pDstU; in Process() 268 … (uint8_t*)pSrcU, iSrcStrideU, iSrcWidthUV, iSrcHeightUV); in Process()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 60 …uint8_t* pSrcY, uint8_t* pSrcU, uint8_t* pSrcV, int32_t iSrcStrideY, int32_t iSrcStrideUV, int32_t… 1250 void CWelsPreProcess::Padding (uint8_t* pSrcY, uint8_t* pSrcU, uint8_t* pSrcV, int32_t iStrideY, i… in Padding() argument 1259 memset (pSrcU + i / 2 * iStrideUV, 0x80, iActualWidth / 2); in Padding() 1269 … memset (pSrcU + i / 2 * iStrideUV + iActualWidth / 2, 0x80, (iPaddingWidth - iActualWidth) / 2); in Padding() 1365 …uint8_t* pSrcY, uint8_t* pSrcU, uint8_t* pSrcV, int32_t iSrcStrideY, int32_t iSrcStrideUV, int32_t… in WelsMoveMemory_c() argument 1378 WelsMemcpy (pDstU, pSrcU, iWidth2); in WelsMoveMemory_c() 1382 pSrcU += iSrcStrideUV; in WelsMoveMemory_c() 1413 uint8_t* pSrcU = kpSrc->pData[1] + iSrcOffset[1]; in WelsMoveMemoryWrapper() local 1437 …if (pSrcY == NULL || pSrcU == NULL || pSrcV == NULL || pDstY == NULL || pDstU == NULL || pDstV == … in WelsMoveMemoryWrapper() 1442 pSrcY, pSrcU, pSrcV, kiSrcStrideY, kiSrcStrideUV, iSrcWidth, iSrcHeight); in WelsMoveMemoryWrapper()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | rec_mb.h | 64 uint8_t* pSrcU; member
|
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 229 pMCRefMem->pSrcU = pRefPic->pData[1]; in GetRefPic() 231 if (!pMCRefMem->pSrcY || !pMCRefMem->pSrcU || !pMCRefMem->pSrcV) { in GetRefPic() 283 uint8_t* pSrcU = pMCRefMem->pSrcU + iSrcPixOffsetChroma; in BaseMC() local 291 …pMCFunc->pMcChromaFunc (pSrcU, pMCRefMem->iSrcLineChroma, pDstU, pMCRefMem->iDstLineChroma, iFullM… in BaseMC()
|
D | error_concealment.cpp | 200 pSrcData = pMCRefMem->pSrcU + iMbY * 8 * pMCRefMem->iSrcLineChroma + iMbX * 8; in DoMbECMvCopy() 393 sMCRefMem.pSrcU = pSrcPic->pData[1]; in DoErrorConSliceMVCopy()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 172 …void Padding (uint8_t* pSrcY, uint8_t* pSrcU, uint8_t* pSrcV, int32_t iStrideY, int32_t iStride…
|