Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
Basic Tiling API
iwiTile_SetTile
Basic tiling initializer for the IwiTile structure. Use this method to set up single function tiling or tiling for pipelines with border-less functions. For functions which operate with different sizes for source and destination images use destination size as a base for tile parameters.
IW_DECL(IwiTile) iwiTile_SetRoi(
IwiRoi tileRoi // [in] Tile offset and size
);
Parent topic: Tiling Functions