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/android/
FFTFrameOpenMAXDLAndroid.cpp
51
,
m_inverseContext
(0)
58
m_inverseContext
= contextForSize(m_log2FFTSize);
66
,
m_inverseContext
(0)
77
,
m_inverseContext
(0)
81
m_inverseContext
= contextForSize(m_log2FFTSize);
101
if (
m_inverseContext
)
102
free(
m_inverseContext
);
132
ASSERT(
m_inverseContext
);
134
if (
m_inverseContext
) {
153
omxSP_FFTInv_CCSToR_F32(fftData, data,
m_inverseContext
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp
58
,
m_inverseContext
(0)
65
m_inverseContext
= contextForSize(fftSize, IDFT_C2R);
73
,
m_inverseContext
(0)
84
,
m_inverseContext
(0)
88
m_inverseContext
= contextForSize(m_FFTSize, IDFT_C2R);
107
av_rdft_end(
m_inverseContext
);
139
av_rdft_calc(
m_inverseContext
, interleavedData);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h
105
RDFTContext*
m_inverseContext
;
116
OMXFFTSpec_R_F32*
m_inverseContext
;
Completed in 157 milliseconds