Converts a zigzag order to the conventional order.
IppStatus ippiZigzagInv8x8_16s_C1(const Ipp16s* pSrc, Ipp16s* pDst);
pSrc |
Pointer to the source data. |
pDst |
Pointer to the destination data. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when any of the specified pointers is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.