Searched refs:arm_mult_q15 (Results 1 – 14 of 14) sorted by relevance
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_mult_q15.c | 55 ARM_DSP_ATTRIBUTE void arm_mult_q15( in arm_mult_q15() function 100 ARM_DSP_ATTRIBUTE void arm_mult_q15( in arm_mult_q15() function
|
D | Config.cmake | 52 BasicMathFunctions/arm_mult_q15.c
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BasicMathsBenchmarksQ15.cpp | 7 arm_mult_q15(this->inp1,this->inp2,this->outp,this->nb); in vec_mult_q15()
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_q15.c | 113 arm_mult_q15(pSrc,S->windowCoefs, pSrc, S->fftLen); in arm_mfcc_q15()
|
D | arm_dct4_q15.c | 90 arm_mult_q15 (pInlineBuffer, cosFact, pInlineBuffer, S->N); in arm_dct4_q15()
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | appnodes.py | 125 b[:] = dsp_zcr_q15(dsp.arm_mult_q15(a,self._window))
|
D | kws.ipynb | 1484 …" reta=[dsp_zcr_q15(dsp.arm_mult_q15(x,window)) for x in sliding_window_view(signal,winLength)[…
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | AppNodes.h | 285 arm_mult_q15(a,this->mWindow,a,inputSize); in run()
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions.h | 67 void arm_mult_q15(
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 275 arm_mult_q15(reinterpret_cast<const q15_t*>(c), in cmsisdsp_dot_expr()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsQ15.cpp | 78 arm_mult_q15(inp1,inp2,outp,input1.nbSamples()); in test_mult_q15()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_basic.c | 163 arm_mult_q15(pSrcA_converted,pSrcB_converted,pDst,blockSize); in cmsis_arm_mult_q15()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1346 Test nb=7 arm_mult_q15:test_mult_q15 1347 Test nb=8n arm_mult_q15:test_mult_q15 1348 Test nb=8n+1 arm_mult_q15:test_mult_q15 1407 Test long arm_mult_q15:test_mult_q15
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | Noise suppression.ipynb | 770 " w=dsp.arm_mult_q15(w,self._window)\n", 980 " w = dsp.arm_mult_q15(slices_q15[i],window_q15)\n",
|