ZigzagInv8x8

Converts a zigzag order to the conventional order.

Syntax

IppStatus ippiZigzagInv8x8_16s_C1(const Ipp16s* pSrc, Ipp16s* pDst);

Parameters

pSrc

Pointer to the source data.

pDst

Pointer to the destination data.

Description

The function ippiZigzagInv8x8 is declared in the ippi.h file. This function rearranges data in an 8x8 block from a zigzag sequence to the conventional order (left-to-right, top-to-bottom).

Figure Zigzag Sequence specifies the resulting zigzag sequence.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when any of the specified pointers is NULL.


Submit feedback on this help topic

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