Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler.cc296 const int source_idx = static_cast<int>(virtual_source_idx_); in Resample() local
297 const double subsample_remainder = virtual_source_idx_ - source_idx; in Resample()
314 const float* const input_ptr = r1_ + source_idx; in Resample()