Searched refs:golden_lerp (Results 1 – 1 of 1) sorted by relevance
36 static float golden_lerp(float t, int16_t a, int16_t b) { in golden_lerp() function90 float l = golden_lerp(t, a, b); in check_lerp()