Home
last modified time | relevance | path

Searched refs:toint (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirGen.h152 static inline int64_t toint(double x, int64_t maxval, double& err) { in toint() function
159 static inline int64_t toint(double x, int64_t maxval) { in toint() function
749 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err));
751 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));