Home | History | Annotate | Download | only in generic

Lines Matching refs:source_scale

47  *                  unsigned int source_scale    : Scale for source (UNUSED).
68 unsigned int source_scale,
79 (void) source_scale;
101 * unsigned int source_scale : Scale for source (UNUSED).
122 unsigned int source_scale,
132 (void) source_scale;
147 * unsigned int source_scale : Scale for source.
168 unsigned int source_scale,
185 /*assert ( dest_scale > source_scale );*/
186 /*assert ( (source_length-1) * dest_scale >= (dest_length-1) * source_scale );*/
191 right_modifier += source_scale;
260 typedef void (*Scale1D)(const unsigned char * source, int source_step, unsigned int source_scale, unsigned int source_length,