Searched defs:LegacyScaler (Results 1 – 1 of 1) sorted by relevance
62 struct LegacyScaler { struct63 LegacyScaler(){}; in LegacyScaler() argument64 inline float operator()(const int x, const float scale) const { in operator()