Lines Matching refs:processing

51 without the extensive pre- and post-processing provided by this library.
78 A wide range of quality vs. speed tradeoffs are possible in JPEG processing,
195 It should be clear by now that we have a lot of quasi-independent processing
261 1A. Startup initialization at the beginning of image processing.
262 The individual processing modules to be used in this run are selected
266 and calls each active processing module to configure itself
267 appropriately at the beginning of each pass. End-of-pass processing,
270 Method selection is partially distributed, in that a particular processing
277 inter-processing-step data buffer. This module is responsible for
278 invoking the processing steps that write or read that data buffer.
282 input data => processing step A => buffer => processing step B => output data
290 A data buffer control module may itself be viewed as a processing step by a
292 elementary processing steps at the leaves of the tree.
297 module and its pair of processing-step modules with a single processing-
300 * In some processing modes, a given interstep buffer need only be a "strip"
304 virtual array buffers as needed. One or both processing steps may be
309 practice, each one contains considerable special-case processing for its
328 typical image data processing. Each of the components shown in the diagram is
504 input and output control: jdinput.c controls only input-side processing,
531 processing is relatively cheap and fast.
536 For a progressive JPEG file, the data input processing is allowed to get
537 arbitrarily far ahead of the data output processing. (This occurs only
549 a one-MCU buffer, so input and output processing must run in lockstep in this
627 Since most image-processing applications prefer to work on images in which
654 depending on where the block is in the processing pipeline. In the current
677 *** Suspendable processing ***
767 JPOOL_PASS = one processing pass, was originally planned. However it was