Lines Matching full:groups
28 * Postprocessor input data is counted in "row groups". A row group
40 * exactly min_DCT_scaled_size row groups. (This amount of data corresponds
43 * groups does not. Some garbage sample rows may be included in the last iMCU
51 * out as row groups to the postprocessor.
70 * To provide the desired context, we have to retain the last two row groups
77 * consisting of M+2 row groups (where M = min_DCT_scaled_size is the number
78 * of row groups per iMCU row). We create two sets of redundant pointers to
79 * the workspace. Labeling the physical row groups 0 to M+1, the synthesized
92 * row groups of the previous iMCU row remain un-overwritten in the workspace.
117 /* Pointer to allocated workspace (M or M+2 row groups). */
121 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
130 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
180 /* Get space for pointer lists --- M+4 row groups in each list.
220 /* In the second list, put the last four row groups in swapped order */
269 * Also sets rowgroups_avail to indicate number of nondummy row groups in row.
285 /* Count nondummy row groups. Should get same answer for each component,
359 /* There are always min_DCT_scaled_size row groups in an iMCU row. */
361 /* Note: at the bottom of the image, we may pass extra garbage row groups
418 /* Prepare to process first M-1 row groups of this iMCU row */
492 * ngroups is the number of row groups we need.