Visible to Intel only — GUID: GUID-E2CDFB56-7D7D-4FBB-A84A-3FF088BA5CD4
iwsShiftPtr
Syntax
static IW_INLINE void* iwsShiftPtr(
const void *pPtr,
int typeSize,
IwSize pos
);
Parameters
- pPtr
-
Original pointer.
- typeSize
-
Size of the image type returned by iwTypeToLen.
- pos
-
Position of the vector.
Description
This function shifts the pointer to specific vector coordinates.
Return Values
Shifted pointer.
Parent topic: Vector