Searched refs:dydx (Results 1 – 3 of 3) sorted by relevance
39 int slope, dydx; in ctc2_slope() local56 dydx = -max_slope - 1; in ctc2_slope()58 dydx = max_slope; in ctc2_slope()60 dydx = slope; in ctc2_slope()63 return dydx; in ctc2_slope()
16 int *dydx, int *shift, in ctc_gradient() argument40 assert(dydx); in ctc_gradient()53 *dydx = tmp_dydx; in ctc_gradient()
42 s64 dydx; in interp() local44 dydx = DIV64_U64_ROUND_UP((y2 - y1) * 100000, (x2 - x1)); in interp()46 return (y1 + DIV64_U64_ROUND_UP(dydx * (x - x1), 100000)); in interp()
Completed in 7 milliseconds