HomeSort by relevance Sort by last modified time
    Searched defs:contextForSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/android/
FFTFrameOpenMAXDLAndroid.cpp 57 m_forwardContext = contextForSize(m_log2FFTSize);
58 m_inverseContext = contextForSize(m_log2FFTSize);
80 m_forwardContext = contextForSize(m_log2FFTSize);
81 m_inverseContext = contextForSize(m_log2FFTSize);
157 OMXFFTSpec_R_F32* FFTFrame::contextForSize(unsigned log2FFTSize)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp 64 m_forwardContext = contextForSize(fftSize, DFT_R2C);
65 m_inverseContext = contextForSize(fftSize, IDFT_C2R);
87 m_forwardContext = contextForSize(m_FFTSize, DFT_R2C);
88 m_inverseContext = contextForSize(m_FFTSize, IDFT_C2R);
164 RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans)

Completed in 49 milliseconds