OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:impulsep
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFKernel.cpp
45
// The sample-frame delay is removed from the
impulseP
impulse response, and this value is returned.
51
float*
impulseP
= channel->mutableData();
62
estimationFrame.doFFT(
impulseP
);
65
estimationFrame.doInverseFFT(
impulseP
);
Completed in 54 milliseconds