Searched defs:INTERP_V4 (Results 1 – 2 of 2) sorted by relevance
53 #define INTERP_V4(x0, x1, ratio) ((ratio) * ((x1) - (x0)) + x0) macro