Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwsVector_InitExternal(
IwsVector *pVector,
IwSize size,
IppDataType dataType,
IwsBorderSize const *pInMemBorder,
void *pBuffer
);
Pointer to the IwsVector structure.
Vector length.
Data type of a vector.
Pointer to the external image buffer.
Size of the vector border; set to NULL if there is no border.
Pointer to the external vector buffer.
This function initializes the vector structure with the external buffer.
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |