Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:datastream

154 datastream header is a separate step.  This is helpful because information
365 storage, and emit the first few bytes of the JPEG datastream header.
371 The "TRUE" parameter ensures that a complete JPEG interchange datastream
373 want to use an abbreviated datastream, read the section on abbreviated
458 destination manager, the new datastream will be written to the same target.
459 If you do not change any JPEG parameters, the new datastream will be written
575 This will read the source datastream header markers, up to the beginning
1553 only if the decompressor ran off the end of the datastream, which would
1554 indicate an erroneous datastream.
2323 image is an interchange (complete) datastream, while subsequent ones are
2363 jpeg_write_tables(&cinfo). This will write an abbreviated datastream
2480 datastream. The JPEG standard provides marker types "COM" (comment) and
2512 You can write special markers immediately following the datastream header by
2766 multi-strip or multi-tile TIFF/JPEG file into a single JPEG datastream, etc.