Searched refs:right_pixel (Results 1 – 1 of 1) sorted by relevance
180 unsigned char right_pixel = *(source + source_step); in scale1d_c() local189 …dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_… in scale1d_c()197 right_pixel = *(source + source_step); in scale1d_c()