Maven module :un.api : api-math :
Class : un.impl.math.transform.ZigZag
Extends/Implements : -
Subclasses : -

ZigZag transform.
Often used with DCT and quantization in image and video compression.
author  Johann Sorel


Variables : -
Functions : ZigZag, unZigZag, unZigZag, zigZag



public void ZigZag (int[] indices)


Un-Zigzag int array and store result in float array.
param  source
param  target
public void unZigZag (int[] source, float[] target)


Un-Zigzag source array and store result in target array.
param  source
param  target
public void unZigZag (int[] source, int[] target)


Zizag float array and store result in int array.
param  source
param  target
public void zigZag (float[] source, int[] target)