OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_inverseContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
FFTFrameOpenMAXDLAndroid.cpp
50
,
m_inverseContext
(0)
59
m_inverseContext
= contextForSize(m_log2FFTSize);
67
,
m_inverseContext
(0)
76
,
m_inverseContext
(0)
82
m_inverseContext
= contextForSize(m_log2FFTSize);
102
if (
m_inverseContext
)
103
free(
m_inverseContext
);
154
ASSERT(
m_inverseContext
);
156
if (
m_inverseContext
) {
175
omxSP_FFTInv_CCSToR_F32(fftData, data,
m_inverseContext
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp
94
,
m_inverseContext
(0)
103
m_inverseContext
= contextForSize(fftSize, IDFT_C2R);
111
,
m_inverseContext
(0)
120
,
m_inverseContext
(0)
126
m_inverseContext
= contextForSize(m_FFTSize, IDFT_C2R);
145
av_rdft_end(
m_inverseContext
);
208
av_rdft_calc(
m_inverseContext
, interleavedData);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h
126
RDFTContext*
m_inverseContext
;
148
OMXFFTSpec_R_F32*
m_inverseContext
;
Completed in 310 milliseconds