Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DPolyphaseResamplerStereo.cpp53 float *xFrame = &mX[mCursor * STEREO]; in readFrame() local
58 left += *xFrame++ * coefficient; in readFrame()
59 right += *xFrame++ * coefficient; in readFrame()
62 left += *xFrame++ * coefficient; in readFrame()
63 right += *xFrame++ * coefficient; in readFrame()
66 left += *xFrame++ * coefficient; in readFrame()
67 right += *xFrame++ * coefficient; in readFrame()
70 left += *xFrame++ * coefficient; in readFrame()
71 right += *xFrame++ * coefficient; in readFrame()
DPolyphaseResamplerMono.cpp49 float *xFrame = &mX[mCursor * MONO]; in readFrame() local
53 sum += *xFrame++ * *coefficients++; in readFrame()
54 sum += *xFrame++ * *coefficients++; in readFrame()
55 sum += *xFrame++ * *coefficients++; in readFrame()
56 sum += *xFrame++ * *coefficients++; in readFrame()
DPolyphaseResampler.cpp46 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local
51 mSingleFrame[channel] += *xFrame++ * coefficient; in readFrame()
DSincResamplerStereo.cpp63 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local
68 float sample = *xFrame++; in readFrame()
DSincResampler.cpp59 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local
64 float sample = *xFrame++; in readFrame()