Searched defs:CachedInterpolation (Results 1 – 2 of 2) sorted by relevance
37 struct CachedInterpolation { struct38 int64_t start;39 int64_t end;40 float start_scale;41 float end_minus_one_scale;42 bool needs_bounding;
81 struct CachedInterpolation { struct82 int64_t lower; // Lower source index used in the interpolation83 int64_t upper; // Upper source index used in the interpolation86 float lerp;