Searched refs:source_step (Results 1 – 1 of 1) sorted by relevance
67 int source_step, in scale1d_2t1_i() argument77 int source_pitch = source_step; in scale1d_2t1_i()82 source_step *= 2; in scale1d_2t1_i()85 …for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step… in scale1d_2t1_i()121 int source_step, in scale1d_2t1_ps() argument135 source_step *= 2; in scale1d_2t1_ps()138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps()167 int source_step, in scale1d_c() argument180 unsigned char right_pixel = *(source + source_step); in scale1d_c()195 source += source_step; in scale1d_c()[all …]