Home | History | Annotate | Download | only in generic

Lines Matching refs:round_value

274     unsigned int round_value = dest_scale / 2;
288 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);