Maven module :un.api : api-math :
Class :
un.impl.math.transform.ZigZag
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
ZigZag,
unZigZag,
unZigZag,
zigZag
public void
ZigZag (int[] indices)
public void
unZigZag (int[] source, float[] target)
public void
unZigZag (int[] source, int[] target)
public void
zigZag (float[] source, int[] target)
Often used with DCT and quantization in image and video compression.
author Johann Sorel