Searched defs:InterpolationCache (Results 1 – 1 of 1) sorted by relevance
39 struct InterpolationCache { struct40 std::vector<int64> lower; // Lower source index used in the interpolation41 std::vector<int64> upper; // Upper source index used in the interpolation44 std::vector<float> lerp;45 std::vector<T_SCALE> ilerp;