jpeg_zigzag_order6 is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

jpeg_zigzag_order6 variable

Syntax

static const int jpeg_zigzag_order6[6][6] = { { 0, 1, 5, 6, 14, 15 }, { 2, 4, 7, 13, 16, 25 }, { 3, 8, 12, 17, 24, 26 }, { 9, 11, 18, 23, 27, 32 }, { 10, 19, 22, 28, 31, 33 }, { 20, 21, 29, 30, 34, 35 } };

References

LocationReferrerText
jdhuff.c:281
static const int jpeg_zigzag_order6[6][6] = {
jdhuff.c:1475start_pass_huff_decoder()
entropy->coef_limit[blkn] = 1 + jpeg_zigzag_order6[ci - 1][i - 1];

Data Use

Functions reading jpeg_zigzag_order6
jpeg_zigzag_order6
all items filtered out