Searched defs:toint (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/tools/resampler_tools/
H A Dfir.cpp32 static inline int64_t toint(double x, int64_t maxval) { function
268 int64_t yi = toint(y, 1ULL<<(nc-1));
294 int64_t yi = toint(y, 1ULL<<(nc-1));
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h152 static inline int64_t toint(double x, int64_t maxval, double& err) { function in namespace:android
159 static inline int64_t toint(double x, int64_t maxval) { function in namespace:android
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)));

Completed in 326 milliseconds