Lines Matching refs:control

133 In addition to these modules we need overall control, marker generation,
153 We also need overall control, marker parsing, and a data source module.
241 *** Overall control structure ***
243 We previously mentioned the need for overall control logic in the compression
245 control was mostly provided by "pipeline control" modules, which proved to be
247 control logic has been subdivided into multiple modules. The control modules
250 1. Master control for module selection and initialization. This has two
257 1B. Per-pass control. This determines how many passes will be performed
260 where necessary, is also invoked from the master control module.
265 control code need only be concerned with decisions that affect more than
268 2. Data buffering control. A separate control module exists for each
282 A data buffer control module may itself be viewed as a processing step by a
283 higher-level control module; thus the control modules form a binary tree with
286 The control modules are objects. A considerable amount of flexibility can
287 be had by replacing implementations of a control module. For example:
288 * Merging of adjacent steps in the pipeline is done by replacing a control
291 control modules.)
295 The control module determines which kind of buffer is used and manipulates
319 This sketch also describes the flow of control (subroutine calls) during
376 * Master control: determines the number of passes required, controls overall
424 As before, this diagram also represents typical control flow. The objects
496 * Master control: determines the number of passes required, controls overall
498 input and output control: jdinput.c controls only input-side processing,
499 while jdmaster.c handles overall initialization and output-side control.
676 like to have control return from the library at buffer overflow/underrun, and
785 these structures. Similarly, virtual arrays include a small control block
803 allocates the control block, and a "realize" routine (called just once) that
837 the virtual array control logic, and partly because some file systems may not
885 ability to control signal handling.
904 This implies that control modules must avoid making copies of the image