Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019

iwiColorGetPlaneSize

Syntax

IW_DECL(IppiSizeL) iwiColorGetPlaneSize(
    IwiColorFmt color,
    IppiSizeL   origSize,
    int         planeNum
);

Parameters

color

Color format.

origSize

Full size of the input plane image.

planeNum

Plane number for the planar format. Must be equal to or greater than 0. Ignored for interleaved formats.

Description

This function calculates the image size required to store a particular plane for the input color format.

Return Values