Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:postprocessor

28  * Postprocessor input data is counted in "row groups".  A row group
51 * out as row groups to the postprocessor.
121 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
130 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
138 #define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */
328 /* For last pass of 2-pass quantization, just crank the postprocessor */
362 * to the postprocessor. The postprocessor has to check for bottom
366 /* Feed the postprocessor */
371 /* Has postprocessor consumed all the data yet? If so, mark buffer empty */
400 /* Postprocessor typically will not swallow all the input data it is handed
407 /* Call postprocessor using previously set pointers for postponed row */
415 return; /* Postprocessor exactly filled output buf */
429 /* Call postprocessor using previously set pointers */
452 * Final pass of two-pass quantization: just call the postprocessor.
453 * Source data will be the postprocessor controller's internal buffer.