Home
last modified time | relevance | path

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

/frameworks/av/tools/resampler_tools/
Dfir.cpp23 static inline double sinc(double x) { in sinc() function
260 double y = kaiser(ix+N, 2*N, beta) * sinc(x) * 2.0 * Fcr; in main()
291 double y = kaiser(i+N, 2*N, beta) * sinc(x) * 2.0 * Fcr;; in main()
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp603 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0); in interpolate() local
606 l = mulAddRL(1, rl, sinc, l); in interpolate()
607 r = mulAddRL(0, rl, sinc, r); in interpolate()
609 r = l = mulAdd(samples[0], sinc, l); in interpolate()
/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd23 on FIR filters derived from a Kaiser windowed-sinc function. The Kaiser windowed-sinc
39 design parameters, the windowed-sinc filter is generated. For music use,