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

JPEG_RST0 macro

Syntax

#define JPEG_RST0 0xD0

References

LocationText
jpeglib.h:1105
#define JPEG_RST0 0xD0 /* RST0 marker code */
jcarith.c:328
emit_byte(JPEG_RST0 + restart_num, cinfo);
jchuff.c:498
emit_byte_s(state, JPEG_RST0 + restart_num, return FALSE);
jchuff.c:520