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

jpeg_zigzag_order3 variable

Syntax

static const int jpeg_zigzag_order3[3][3] = { { 0, 1, 5 }, { 2, 4, 6 }, { 3, 7, 8 } };

References

LocationReferrerText
jdhuff.c:305
static const int jpeg_zigzag_order3[3][3] = {
jdhuff.c:1460start_pass_huff_decoder()
entropy->coef_limit[blkn] = 1 + jpeg_zigzag_order3[ci - 1][i - 1];

Data Use

Functions reading jpeg_zigzag_order3
jpeg_zigzag_order3
all items filtered out