Home | History | Annotate | Download | only in jpeg

Lines Matching full:each

11  * is defined to be max_v_samp_factor pixel rows of each component,
13 * A single row group is processed in each call to the downsampler module.
42 * enabled, each input pixel P is replaced by a weighted sum of itself and its
43 * eight neighbors. P's weight is 1-8*SF and each neighbor's weight is SF,
110 * In this version we simply downsample each component independently.
310 * smoothed values. Each of the four member pixels contributes a fraction
311 * (1-8*SF) to its own smoothed image and a fraction SF to each of the three
315 * eight edge-adjacent neighbors contribute SF to each of two smoothed
409 /* Each of the eight neighbor pixels contributes a fraction SF to the
460 * Note that we must select a routine for each component.