Searched defs:CachedInterpolation (Results 1 – 2 of 2) sorted by relevance
36 struct CachedInterpolation { struct37 int64 start;38 int64 end;39 float start_scale;40 float end_minus_one_scale;41 bool needs_bounding;
71 struct CachedInterpolation { struct72 int64 lower; // Lower source index used in the interpolation73 int64 upper; // Upper source index used in the interpolation76 float lerp;