ZigZag

Convert to and from zigzag order

Supported Technologies

MT

Synopsis

FwStatus   fwiZigzagFwd8x8_16s_C1 ( const Fw16s * pSrcFw16s * pDst );
FwStatus   fwiZigzagInv8x8_16s_C1 ( const Fw16s * pSrcFw16s * pDst );

Parameters

pDst   Pointer to a location in a destination buffer.
pSrc   Pointer to a location in a source buffer.

Description

These functions convert to and from zigzag order.

The forward version of the function converts an 8X8 image block from conventional order to zigzag order.

The inverse version of the function converts an 8X8 image block from zigzag order to conventional order.