Searched refs:coef_sp (Results 1 – 1 of 1) sorted by relevance
49 static const uint16_t coef_sp[2] = { 5077, 981 }; variable61 …interpol = (coef_sp[0] * (cur[mrefs] + cur[prefs]) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> …99 … interpol = (coef_sp[0] * (c + e) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> 13; \