Lines Matching refs:row
10 * Downsampling input data is counted in "row groups". A row group
13 * A single row group is processed in each call to the downsampler module.
23 * one row group's worth of pixels above and below the passed-in data;
25 * the first or last real pixel row.
93 int row;
97 for (row = 0; row < num_rows; row++) {
98 ptr = image_data[row] + input_cols;
108 * Do downsampling for a whole row group (all components).
134 * One row group is processed per call.
288 * with smoothing. One row of context is required.
388 * with smoothing. One row of context is required.