Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public

Visible to Intel only — GUID: GUID-DD7026F4-3F1C-497C-ABF1-B5AB7193AB89

Document Table of Contents

iwsVector_GetPtr

Syntax

IW_DECL(void*)     iwsVector_GetPtr(
    const IwsVector *pVector,
    IwSize           x        
);

Parameters

pVector

Pointer to the IwsVector structure.

x

X shift, as columns.

Description

This function returns a pointer to the specified position in the vector buffer.

Return Values

Pointer to the vector data.