AddC8x8

Adds a constant to 8x8 block with saturation.

Syntax

IppStatus ippiAddC8x8_16s8u_C1IR(Ipp16s value, Ipp8u* pSrcDst, int srcDstStep);

Parameters

value

Constant value to be added to the block.

pSrcDst

Pointer to the source/destination block.

srcDstStep

Distance in bytes between starts of the consecutive lines in the destination block.

Description

The function ippiAddC8x8_16s8u_C1IR is declared in the ippvc.h file. This function adds a 16s value to an 8u block of 8x8 size with saturation.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when at least one input pointer is NULL.


Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.