Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DMFCCF16.cpp22 float16_t *tmpinp=tmpin.ptr(); in test_mfcc_f16() local
27 memcpy((void*)tmpinp,(void*)inp1,sizeof(float16_t)*this->fftLen); in test_mfcc_f16()
28 arm_mfcc_f16(&mfcc,tmpinp,outp,tmpp); in test_mfcc_f16()
DMFCCF32.cpp22 float32_t *tmpinp=tmpin.ptr(); in test_mfcc_f32() local
27 memcpy((void*)tmpinp,(void*)inp1,sizeof(float32_t)*this->fftLen); in test_mfcc_f32()
28 arm_mfcc_f32(&mfcc,tmpinp,outp,tmpp); in test_mfcc_f32()
DMFCCQ15.cpp22 q15_t *tmpinp=tmpin.ptr(); in test_mfcc_q15() local
27 memcpy((void*)tmpinp,(void*)inp1,sizeof(q15_t)*this->fftLen); in test_mfcc_q15()
28 arm_mfcc_q15(&mfcc,tmpinp,outp,tmpp); in test_mfcc_q15()
DMFCCQ31.cpp23 q31_t *tmpinp=tmpin.ptr(); in test_mfcc_q31() local
28 memcpy((void*)tmpinp,(void*)inp1,sizeof(q31_t)*this->fftLen); in test_mfcc_q31()
29 arm_mfcc_q31(&mfcc,tmpinp,outp,tmpp); in test_mfcc_q31()