Home
last modified time | relevance | path

Searched refs:ConvertToLogarithmicScale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/samples/common/src/Audio/
H A DMFCC.cpp152 void MFCC::ConvertToLogarithmicScale(std::vector<float>& melEnergies) in ConvertToLogarithmicScale() function in MFCC
260 this->ConvertToLogarithmicScale(this->m_melEnergies); in MfccComputePreFeature()
/aosp_15_r20/external/armnn/samples/SpeechRecognition/include/
H A DWav2LetterMFCC.hpp49 void ConvertToLogarithmicScale(std::vector<float>& melEnergies) override;
/aosp_15_r20/external/armnn/samples/SpeechRecognition/src/
H A DWav2LetterMFCC.cpp47 void Wav2LetterMFCC::ConvertToLogarithmicScale(std::vector<float>& melEnergies) in ConvertToLogarithmicScale() function in Wav2LetterMFCC
/aosp_15_r20/external/armnn/samples/common/include/Audio/
H A DMFCC.hpp165 virtual void ConvertToLogarithmicScale(std::vector<float>& melEnergies);