Skip to main content

Module zigzag

Module zigzag 

Source
Expand description

Zigzag scan order mapping between JPEG coefficient order and natural order.

Constants§

NATURAL_TO_ZIGZAG
Maps natural row-major index (0–63) to zigzag index (0–63).
ZIGZAG_TO_NATURAL
Maps zigzag index (0–63) to natural row-major index (0–63).