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

jpeg_natural_order3 variable

Syntax

extern const int jpeg_natural_order3[];
Implemented in jutils.c:105

References

LocationReferrerText
jutils.c:105
const int jpeg_natural_order3[3*3+16] = {
jpegint.h:413
extern const int jpeg_natural_order3[]; /* zz to natural order for 3x3 block */
jcmaster.c:240initial_setup()
case 3: cinfo->natural_order = jpeg_natural_order3; break;
jdinput.c:262initial_setup()
cinfo->natural_order = jpeg_natural_order3;
jdmarker.c:545get_dqt()
case (3*3): natural_order = jpeg_natural_order3; break;

Data Use

Functions reading jpeg_natural_order3
jpeg_natural_order3