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

jpeg_zigzag_order2 variable

Syntax

static const int jpeg_zigzag_order2[2][2] = { { 0, 1 }, { 2, 3 } };

References

LocationReferrerText
jdhuff.c:311
static const int jpeg_zigzag_order2[2][2] = {
jdhuff.c:1455start_pass_huff_decoder()
entropy->coef_limit[blkn] = 1 + jpeg_zigzag_order2[ci - 1][i - 1];

Data Use

Functions reading jpeg_zigzag_order2
jpeg_zigzag_order2
all items filtered out