Lines Matching full:destination
37 * The other routines require a set of destination virtual arrays, so they
38 * need twice as much memory as jpegtran normally does. The destination
47 * 1. Both the source and destination virtual arrays are allocated from the
50 * 2. The destination's component count should be used. It may be smaller
52 * 3. Likewise the destination's sampling factors should be used. When
53 * forcing to grayscale the destination's sampling factors will be all 1,
55 * 4. When "trim" is in effect, the destination's dimensions will be the
57 * 5. All the routines assume that the source and destination buffers are
60 * Notes 2,3,4 boil down to this: generally we should use the destination's
189 /* Transpose source into destination */
637 /* Transpose destination image parameters */
677 /* Trim off any partial iMCUs on the indicated destination edge */
686 * because it hasn't been set yet in the destination
706 * because it hasn't been set yet in the destination
737 /* If force-to-grayscale is requested, adjust destination parameters */
760 /* Correct the destination's image dimensions etc if necessary */
813 * the per-component width and height fields in the destination object.
878 /* Copy markers saved in the given source object to the destination object.