NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 10.1.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions

Square each pixel in an image. More...

Functions

NppStatus nppiSqr_8u_C1RSfs_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C1RSfs (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_C1IRSfs_Ctx (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C1IRSfs (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_C3RSfs_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C3RSfs (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_C3IRSfs_Ctx (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C3IRSfs (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_AC4RSfs_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_AC4RSfs (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_AC4IRSfs_Ctx (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_AC4IRSfs (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_C4RSfs_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C4RSfs (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_8u_C4IRSfs_Ctx (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_8u_C4IRSfs (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C1RSfs_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C1RSfs (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C1IRSfs_Ctx (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C1IRSfs (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C3RSfs_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C3RSfs (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C3IRSfs_Ctx (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C3IRSfs (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_AC4RSfs_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_AC4RSfs (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_AC4IRSfs_Ctx (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_AC4IRSfs (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C4RSfs_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C4RSfs (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16u_C4IRSfs_Ctx (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16u_C4IRSfs (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C1RSfs_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C1RSfs (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C1IRSfs_Ctx (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C1IRSfs (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C3RSfs_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C3RSfs (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C3IRSfs_Ctx (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C3IRSfs (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_AC4RSfs_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_AC4RSfs (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_AC4IRSfs_Ctx (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_AC4IRSfs (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C4RSfs_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C4RSfs (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16s_C4IRSfs_Ctx (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor, NppStreamContext nppStreamCtx)
 Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. More...
 
NppStatus nppiSqr_16s_C4IRSfs (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
 
NppStatus nppiSqr_16f_C1R_Ctx (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 One 16-bit floating point channel image squared. More...
 
NppStatus nppiSqr_16f_C1R (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_16f_C1IR_Ctx (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 One 16-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_16f_C1IR (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_16f_C3R_Ctx (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Three 16-bit floating point channel image squared. More...
 
NppStatus nppiSqr_16f_C3R (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_16f_C3IR_Ctx (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Three 16-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_16f_C3IR (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_16f_C4R_Ctx (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 16-bit floating point channel image squared. More...
 
NppStatus nppiSqr_16f_C4R (const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_16f_C4IR_Ctx (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 16-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_16f_C4IR (Npp16f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C1R_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 One 32-bit floating point channel image squared. More...
 
NppStatus nppiSqr_32f_C1R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C1IR_Ctx (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 One 32-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_32f_C1IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C3R_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Three 32-bit floating point channel image squared. More...
 
NppStatus nppiSqr_32f_C3R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C3IR_Ctx (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Three 32-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_32f_C3IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_AC4R_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 32-bit floating point channel image squared with unmodified alpha. More...
 
NppStatus nppiSqr_32f_AC4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_AC4IR_Ctx (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 32-bit floating point channel in place image squared with unmodified alpha. More...
 
NppStatus nppiSqr_32f_AC4IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C4R_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 32-bit floating point channel image squared. More...
 
NppStatus nppiSqr_32f_C4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 
NppStatus nppiSqr_32f_C4IR_Ctx (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
 Four 32-bit floating point channel in place image squared. More...
 
NppStatus nppiSqr_32f_C4IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 

Detailed Description

Square each pixel in an image.

Function Documentation

NppStatus nppiSqr_16f_C1IR ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C1IR_Ctx ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

One 16-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16f_C1R ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C1R_Ctx ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_16f_C3IR ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C3IR_Ctx ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Three 16-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16f_C3R ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C3R_Ctx ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_16f_C4IR ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C4IR_Ctx ( Npp16f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Four 16-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16f_C4R ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_16f_C4R_Ctx ( const Npp16f pSrc,
int  nSrcStep,
Npp16f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_16s_AC4IRSfs ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_AC4IRSfs_Ctx ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_AC4RSfs ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_AC4RSfs_Ctx ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C1IRSfs ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C1IRSfs_Ctx ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C1RSfs ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C1RSfs_Ctx ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C3IRSfs ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C3IRSfs_Ctx ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C3RSfs ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C3RSfs_Ctx ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C4IRSfs ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C4IRSfs_Ctx ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16s_C4RSfs ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16s_C4RSfs_Ctx ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_AC4IRSfs ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_AC4IRSfs_Ctx ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_AC4RSfs ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_AC4RSfs_Ctx ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C1IRSfs ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C1IRSfs_Ctx ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C1RSfs ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C1RSfs_Ctx ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C3IRSfs ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C3IRSfs_Ctx ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C3RSfs ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C3RSfs_Ctx ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C4IRSfs ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C4IRSfs_Ctx ( Npp16u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_16u_C4RSfs ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_16u_C4RSfs_Ctx ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_AC4IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_AC4IR_Ctx ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Four 32-bit floating point channel in place image squared with unmodified alpha.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_AC4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_AC4R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Four 32-bit floating point channel image squared with unmodified alpha.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_C1IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C1IR_Ctx ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

One 32-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_C1R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C1R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_32f_C3IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C3IR_Ctx ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Three 32-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_C3R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C3R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_32f_C4IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C4IR_Ctx ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)

Four 32-bit floating point channel in place image squared.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_32f_C4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)
NppStatus nppiSqr_32f_C4R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI,
NppStreamContext  nppStreamCtx 
)
NppStatus nppiSqr_8u_AC4IRSfs ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_AC4IRSfs_Ctx ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_AC4RSfs ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_AC4RSfs_Ctx ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C1IRSfs ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C1IRSfs_Ctx ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C1RSfs ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C1RSfs_Ctx ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C3IRSfs ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C3IRSfs_Ctx ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C3RSfs ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C3RSfs_Ctx ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C4IRSfs ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C4IRSfs_Ctx ( Npp8u pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiSqr_8u_C4RSfs ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor 
)
NppStatus nppiSqr_8u_C4RSfs_Ctx ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
nScaleFactorInteger Result Scaling.
nppStreamCtxApplication Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes

Copyright © 2009-2019 NVIDIA Corporation