OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interpolateFrequencyComponents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h
105
void
interpolateFrequencyComponents
(const FFTFrame& frame1, const FFTFrame& frame2, double x);
FFTFrame.cpp
60
newFrame->
interpolateFrequencyComponents
(frame1, frame2, x);
74
void FFTFrame::
interpolateFrequencyComponents
(const FFTFrame& frame1, const FFTFrame& frame2, double interp)
Completed in 102 milliseconds