/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 161 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[0], pDstPixMap->iStride[0], in Process() 162 (uint8_t*)pSrcPixMap->pPixel[0], pSrcPixMap->iStride[0], iSrcWidthY, iSrcHeightY); in Process() 163 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[1], pDstPixMap->iStride[1], in Process() 164 (uint8_t*)pSrcPixMap->pPixel[1], pSrcPixMap->iStride[1], iSrcWidthUV, iSrcHeightUV); in Process() 165 DownsampleHalfAverage ((uint8_t*)pDstPixMap->pPixel[2], pDstPixMap->iStride[2], in Process() 166 (uint8_t*)pSrcPixMap->pPixel[2], pSrcPixMap->iStride[2], iSrcWidthUV, iSrcHeightUV); in Process() 169 m_pfDownsample.pfQuarterDownsampler ((uint8_t*)pDstPixMap->pPixel[0], pDstPixMap->iStride[0], in Process() 170 … (uint8_t*)pSrcPixMap->pPixel[0], pSrcPixMap->iStride[0], iSrcWidthY, iSrcHeightY); in Process() 172 m_pfDownsample.pfQuarterDownsampler ((uint8_t*)pDstPixMap->pPixel[1], pDstPixMap->iStride[1], in Process() 173 … (uint8_t*)pSrcPixMap->pPixel[1], pSrcPixMap->iStride[1], iSrcWidthUV, iSrcHeightUV); in Process() [all …]
|
/third_party/openh264/codec/processing/src/imagerotate/ |
D | imagerotate.cpp | 75 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect… in Process() 76 pSrc->sRect.iRectHeight, (uint8_t*)pDst->pPixel[0]); in Process() 78 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect.iRectWidt… in Process() 79 pSrc->sRect.iRectHeight, (uint8_t*)pDst->pPixel[0]); in Process() 80 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[1], pSrc->iSizeInBits * 8, (pSrc->sRect.iRectWid… in Process() 81 (pSrc->sRect.iRectHeight >> 1), (uint8_t*)pDst->pPixel[1]); in Process() 82 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[2], pSrc->iSizeInBits * 8, (pSrc->sRec… in Process() 83 (pSrc->sRect.iRectHeight >> 1), (uint8_t*)pDst->pPixel[2]); in Process()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 578 sSrcPixMap.pPixel[0] = pSrc->pData[0]; in BilateralDenoising() 579 sSrcPixMap.pPixel[1] = pSrc->pData[1]; in BilateralDenoising() 580 sSrcPixMap.pPixel[2] = pSrc->pData[2]; in BilateralDenoising() 599 sSrcPixMap.pPixel[0] = pCurPicture->pData[0]; in DetectSceneChange() 606 sRefPixMap.pPixel[0] = pRefPicture->pData[0]; in DetectSceneChange() 632 sSrcPixMap.pPixel[0] = pSrc->pData[0]; in DownsamplePadding() 633 sSrcPixMap.pPixel[1] = pSrc->pData[1]; in DownsamplePadding() 634 sSrcPixMap.pPixel[2] = pSrc->pData[2]; in DownsamplePadding() 645 sDstPicMap.pPixel[0] = pDstPic->pData[0]; in DownsamplePadding() 646 sDstPicMap.pPixel[1] = pDstPic->pData[1]; in DownsamplePadding() [all …]
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWork.cpp | 225 if (pSrcPixMap.pPixel[0]) { in CheckValid() 229 if (pSrcPixMap.pPixel[0] && pDstPixMap.pPixel[0]) { in CheckValid() 235 if (pSrcPixMap.pPixel[0]) { in CheckValid() 243 if (pDstPixMap.pPixel[0]) { in CheckValid()
|
/third_party/openh264/codec/processing/src/denoise/ |
D | denoise.cpp | 68 uint8_t* pSrcY = (uint8_t*)pSrc->pPixel[0]; in Process() 69 uint8_t* pSrcU = (uint8_t*)pSrc->pPixel[1]; in Process() 70 uint8_t* pSrcV = (uint8_t*)pSrc->pPixel[2]; in Process()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 370 …typename FormatTraits<DstFormat>::FormatT* pPixel = (typename FormatTraits<DstFormat>::FormatT*)pD… in ConvertPixelFromFloat() local 375 pPixel->a = outColor[3]; in ConvertPixelFromFloat() 377 pPixel->b = outColor[2]; in ConvertPixelFromFloat() 379 pPixel->g = outColor[1]; in ConvertPixelFromFloat() 381 pPixel->r = outColor[0]; in ConvertPixelFromFloat() 400 …typename FormatTraits<SrcFormat>::FormatT* pPixel = (typename FormatTraits<SrcFormat>::FormatT*)pS… in ConvertPixelToFloat() local 413 srcColor[3] = pPixel->a; in ConvertPixelToFloat() 415 srcColor[2] = pPixel->b; in ConvertPixelToFloat() 417 srcColor[1] = pPixel->g; in ConvertPixelToFloat() 419 srcColor[0] = pPixel->r; in ConvertPixelToFloat()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.h | 198 AddrDepthFormat format, const ADDR_FLT_32 comps[2], UINT_8 *pPixel) const; 202 const ADDR_FLT_32 comps[4], UINT_8 *pPixel) const; 209 ComponentFlags properties, UINT_32 resultBits, UINT_8* pPixel);
|
D | addrelemlib.cpp | 338 UINT_8* pPixel) ///< [out] a depth/stencil pixel value in Int32sToPixel() argument 362 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j)); in Int32sToPixel() 380 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i)); in Int32sToPixel() 381 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i))); in Int32sToPixel() 400 UINT_8* pPixel ///< [out] depth pixel value in Flt32ToDepthPixel() 451 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel ); in Flt32ToDepthPixel() 471 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value in Flt32ToColorPixel() 538 properties, resultBits, pPixel); in Flt32ToColorPixel()
|
D | addrlib.cpp | 532 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); in Flt32ToDepthPixel() 614 pOut->pPixel); in Flt32ToColorPixel()
|
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 69 m_BgdParam.pCur[0] = (uint8_t*)pSrcPixMap->pPixel[0]; in Process() 70 m_BgdParam.pCur[1] = (uint8_t*)pSrcPixMap->pPixel[1]; in Process() 71 m_BgdParam.pCur[2] = (uint8_t*)pSrcPixMap->pPixel[2]; in Process() 72 m_BgdParam.pRef[0] = (uint8_t*)pRefPixMap->pPixel[0]; in Process() 73 m_BgdParam.pRef[1] = (uint8_t*)pRefPixMap->pPixel[1]; in Process() 74 m_BgdParam.pRef[2] = (uint8_t*)pRefPixMap->pPixel[2]; in Process()
|
/third_party/openh264/test/processing/ |
D | ProcessUT_ScrollDetection.cpp | 56 sSrcMap.pPixel[0] = pSrc; in TEST() 57 sRefMap.pPixel[0] = pRef; in TEST()
|
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetection.cpp | 41 if (pRefPixMap->pPixel[0] == NULL || pSrcPixMap->pPixel[0] == NULL || in Process()
|
D | ScrollDetectionFuncs.cpp | 122 pYRef = (uint8_t*)pRefPixMap->pPixel[0]; in ScrollDetectionCore() 123 pYSrc = (uint8_t*)pSrcPixMap->pPixel[0]; in ScrollDetectionCore()
|
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalculation.cpp | 115 uint8_t* pCurData = (uint8_t*)pSrcPixMap->pPixel[0]; in Process() 116 uint8_t* pRefData = (uint8_t*)pRefPixMap->pPixel[0]; in Process()
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 222 m_sLocalParam.pRefY = (uint8_t*)pRefPixMap->pPixel[0]; in Process() 223 m_sLocalParam.pCurY = (uint8_t*)pSrcPixMap->pPixel[0]; in Process()
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 83 pRefFrameY = (uint8_t*)pRefPixMap->pPixel[0]; in Process() 84 pCurFrameY = (uint8_t*)pSrcPixMap->pPixel[0]; in Process()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 367 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisIntra() 426 pPtrX = (uint8_t*)pRef->pPixel[0]; in GomComplexityAnalysisInter() 427 pPtrY = (uint8_t*)pSrc->pPixel[0]; in GomComplexityAnalysisInter()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 113 void* pPixel[3]; member
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 1880 UINT_8* pPixel; ///< Real depth value. Same data type as depth buffer. member 1939 UINT_8* pPixel; ///< Real color value. Same data type as color buffer. member
|
/third_party/openh264/codec/common/x86/ |
D | dct.asm | 776 ; out=%1 pPixel=%2 iStride=%3 [wels_shufb0312_movzxw]=%4 clobber=%5,%6
|