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

jpeg_zigzag_order5 variable

Syntax

static const int jpeg_zigzag_order5[5][5] = { { 0, 1, 5, 6, 14 }, { 2, 4, 7, 13, 15 }, { 3, 8, 12, 16, 21 }, { 9, 11, 17, 20, 22 }, { 10, 18, 19, 23, 24 } };

References

LocationReferrerText
jdhuff.c:290
static const int jpeg_zigzag_order5[5][5] = {
jdhuff.c:1470start_pass_huff_decoder()
entropy->coef_limit[blkn] = 1 + jpeg_zigzag_order5[ci - 1][i - 1];

Data Use

Functions reading jpeg_zigzag_order5
jpeg_zigzag_order5
all items filtered out