HomeSort by relevance Sort by last modified time
    Searched refs:toint (Results 1 - 2 of 2) sorted by null

  /frameworks/av/tools/resampler_tools/
fir.cpp 32 static inline int64_t toint(double x, int64_t maxval) { function
261 int64_t yi = toint(y, 1ULL<<(nc-1));
284 int64_t yi = toint(y, 1ULL<<(nc-1));
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 150 static inline int64_t toint(double x, int64_t maxval, double& err) { function in namespace:android
157 static inline int64_t toint(double x, int64_t maxval) { function in namespace:android
697 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err));
699 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));

Completed in 162 milliseconds