48 #ifndef NV_NPPI_SUPPORT_FUNCTIONS_H
49 #define NV_NPPI_SUPPORT_FUNCTIONS_H
Npp32f * nppiMalloc_32f_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 32-bit floating point image memory allocator.
Npp32f * nppiMalloc_32f_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 32-bit floating point image memory allocator.
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:270
Npp16u * nppiMalloc_16u_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 16-bit unsigned image memory allocator.
Complex Number This struct represents an unsigned int complex number.
Definition: nppdefs.h:316
Npp16u * nppiMalloc_16u_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 16-bit unsigned image memory allocator.
Npp32fc * nppiMalloc_32fc_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 32-bit float complex image memory allocator.
Npp32fc * nppiMalloc_32fc_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
32-bit float complex image memory allocator.
void nppiFree(void *pData)
Free method for any 2D allocated memory.
Npp8u * nppiMalloc_8u_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 8-bit unsigned image memory allocator.
Npp16u * nppiMalloc_16u_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 16-bit unsigned image memory allocator.
Npp16s * nppiMalloc_16s_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 16-bit signed image memory allocator.
Npp32sc * nppiMalloc_32sc_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 32-bit integer complex image memory allocator.
Npp16s * nppiMalloc_16s_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 16-bit signed image memory allocator.
Npp32s * nppiMalloc_32s_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 32-bit signed image memory allocator.
Npp16sc * nppiMalloc_16sc_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
1 channel 16-bit signed complex image memory allocator.
Npp8u * nppiMalloc_8u_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 8-bit unsigned image memory allocator.
int Npp32s
32-bit signed integers
Definition: nppdefs.h:275
Npp16sc * nppiMalloc_16sc_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 16-bit signed complex image memory allocator.
Npp16sc
Definition: nppdefs.h:310
Npp32sc * nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
32-bit integer complex image memory allocator.
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:272
Npp32sc * nppiMalloc_32sc_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 32-bit integer complex image memory allocator.
Npp32s * nppiMalloc_32s_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 32-bit signed image memory allocator.
short Npp16s
16-bit signed integers
Definition: nppdefs.h:273
Npp32sc * nppiMalloc_32sc_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 32-bit integer complex image memory allocator.
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:278
Npp32f * nppiMalloc_32f_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
32-bit floating point image memory allocator.
Npp16s * nppiMalloc_16s_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
16-bit signed image memory allocator.
Npp32f * nppiMalloc_32f_C3(int nWidthPixels, int nHeightPixels, int *pStepBytes)
3 channel 32-bit floating point image memory allocator.
Npp16sc * nppiMalloc_16sc_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 16-bit signed complex image memory allocator.
Npp32s * nppiMalloc_32s_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
32-bit signed image memory allocator.
Npp32fc * nppiMalloc_32fc_C2(int nWidthPixels, int nHeightPixels, int *pStepBytes)
2 channel 32-bit float complex image memory allocator.
Npp16u * nppiMalloc_16u_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
16-bit unsigned image memory allocator.
Npp8u * nppiMalloc_8u_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 8-bit unsigned image memory allocator.
Npp16sc * nppiMalloc_16sc_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 16-bit signed complex image memory allocator.
Npp32fc * nppiMalloc_32fc_C4(int nWidthPixels, int nHeightPixels, int *pStepBytes)
4 channel 32-bit float complex image memory allocator.
Npp8u * nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int *pStepBytes)
8-bit unsigned image memory allocator.