Home
last modified time | relevance | path

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

/frameworks/av/tools/resampler_tools/
Dfir.cpp32 static inline int64_t toint(double x, int64_t maxval) { in toint() function
268 int64_t yi = toint(y, 1ULL<<(nc-1)); in main()
294 int64_t yi = toint(y, 1ULL<<(nc-1)); in main()
/frameworks/av/services/audioflinger/
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
700 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err));
702 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));