Source position: jpeglib.pas line 120
type JQUANT_TBL = record
quantval: array [0..DCTSIZE2-1] of UINT16;
sent_table: Boolean;
end;