Convert to and from zigzag order
MT
FwStatus | fwiZigzagFwd8x8_16s_C1 | ( | const Fw16s * pSrc, Fw16s * pDst ); | |
FwStatus | fwiZigzagInv8x8_16s_C1 | ( | const Fw16s * pSrc, Fw16s * pDst ); |
pDst | Pointer to a location in a destination buffer. | |
pSrc | Pointer to a location in a source buffer. |
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.