| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 10.2.*.*
    | 
Bitwise OR of a constant and each sample of a signal. More...
| Functions | |
| NppStatus | nppsOrC_8u_Ctx (const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx) | 
| 8-bit unsigned char signal or with constant.  More... | |
| NppStatus | nppsOrC_8u (const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength) | 
| NppStatus | nppsOrC_16u_Ctx (const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx) | 
| 16-bit unsigned short signal or with constant.  More... | |
| NppStatus | nppsOrC_16u (const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength) | 
| NppStatus | nppsOrC_32u_Ctx (const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx) | 
| 32-bit unsigned integer signal or with constant.  More... | |
| NppStatus | nppsOrC_32u (const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength) | 
| NppStatus | nppsOrC_8u_I_Ctx (Npp8u nValue, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) | 
| 8-bit unsigned char in place signal or with constant.  More... | |
| NppStatus | nppsOrC_8u_I (Npp8u nValue, Npp8u *pSrcDst, int nLength) | 
| NppStatus | nppsOrC_16u_I_Ctx (Npp16u nValue, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) | 
| 16-bit unsigned short in place signal or with constant.  More... | |
| NppStatus | nppsOrC_16u_I (Npp16u nValue, Npp16u *pSrcDst, int nLength) | 
| NppStatus | nppsOrC_32u_I_Ctx (Npp32u nValue, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) | 
| 32-bit unsigned signed integer in place signal or with constant.  More... | |
| NppStatus | nppsOrC_32u_I (Npp32u nValue, Npp32u *pSrcDst, int nLength) | 
Bitwise OR of a constant and each sample of a signal.
| NppStatus nppsOrC_16u_Ctx | ( | const Npp16u * | pSrc, | 
| Npp16u | nValue, | ||
| Npp16u * | pDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
16-bit unsigned short signal or with constant.
| pSrc | Source Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsOrC_16u_I_Ctx | ( | Npp16u | nValue, | 
| Npp16u * | pSrcDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
16-bit unsigned short in place signal or with constant.
| pSrcDst | In-Place Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsOrC_32u_Ctx | ( | const Npp32u * | pSrc, | 
| Npp32u | nValue, | ||
| Npp32u * | pDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
32-bit unsigned integer signal or with constant.
| pSrc | Source Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsOrC_32u_I_Ctx | ( | Npp32u | nValue, | 
| Npp32u * | pSrcDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
32-bit unsigned signed integer in place signal or with constant.
| pSrcDst | In-Place Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsOrC_8u_Ctx | ( | const Npp8u * | pSrc, | 
| Npp8u | nValue, | ||
| Npp8u * | pDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
8-bit unsigned char signal or with constant.
| pSrc | Source Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsOrC_8u_I_Ctx | ( | Npp8u | nValue, | 
| Npp8u * | pSrcDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
8-bit unsigned char in place signal or with constant.
| pSrcDst | In-Place Signal Pointer. | 
| nValue | Constant value to be ored with each vector element | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. |