Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DSincResampler.cpp44 double tablePhase = getIntegerPhase() * mPhaseScaler; in readFrame() local
45 int index1 = static_cast<int>(floor(tablePhase)); in readFrame()
47 tablePhase -= mNumRows; in readFrame()
71 float fraction = tablePhase - index1; in readFrame()
DSincResamplerStereo.cpp55 double tablePhase = getIntegerPhase() * mPhaseScaler; in readFrame() local
56 int index1 = static_cast<int>(floor(tablePhase)); in readFrame()
75 float fraction = tablePhase - index1; in readFrame()