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/chromium/
FFTFrameOpenMAXDLAndroid.cpp 58 m_forwardContext = contextForSize(m_log2FFTSize);
59 m_inverseContext = contextForSize(m_log2FFTSize);
81 m_forwardContext = contextForSize(m_log2FFTSize);
82 m_inverseContext = contextForSize(m_log2FFTSize);
189 OMXFFTSpec_R_F32* FFTFrame::contextForSize(unsigned log2FFTSize)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp 102 m_forwardContext = contextForSize(fftSize, DFT_R2C);
103 m_inverseContext = contextForSize(fftSize, IDFT_C2R);
125 m_forwardContext = contextForSize(m_FFTSize, DFT_R2C);
126 m_inverseContext = contextForSize(m_FFTSize, IDFT_C2R);
238 RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans)

Completed in 651 milliseconds