ZigzagInv8x8
ZigzagInv8x8
Converts a zigzag order to the conventional order.
Syntax
IppStatus ippiZigzagInv8x8_16s_C1
(
const
Ipp16s*
pSrc
,
Ipp16s*
pDst
);
Include Files
ippi.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- pSrc
- Pointer to the source data.
- pDst
- Pointer to the destination data.
Description
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 isNULL.