Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DSincResampler.cpp232 int sourceIndexI = static_cast<int>(m_virtualSourceIndex); in process() local
233 double subsampleRemainder = m_virtualSourceIndex - sourceIndexI; in process()
242 float* inputP = r1 + sourceIndexI; in process()