Searched refs:y_prev (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dac.c186 double x, x_prev = 0, y, y_prev = 0; local in function:tridentSetBrightnessAndGamma
199 slope = (y - y_prev) / (x - x_prev);
216 y_prev = y;

Completed in 3 milliseconds