Searched refs:arm_scale_q15 (Results 1 – 11 of 11) sorted by relevance
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_scale_q15.c | 57 ARM_DSP_ATTRIBUTE void arm_scale_q15( in arm_scale_q15() function 120 ARM_DSP_ATTRIBUTE void arm_scale_q15( in arm_scale_q15() function
|
D | Config.cmake | 55 BasicMathFunctions/arm_scale_q15.c
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BasicMathsBenchmarksQ15.cpp | 37 arm_scale_q15(this->inp1,0x45,1,this->outp,this->nb); in vec_scale_q15()
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_q15.c | 108 arm_scale_q15(pSrc,quotient,shift,pSrc,S->fftLen); in arm_mfcc_q15()
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions.h | 316 void arm_scale_q15(
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 273 arm_scale_q15(reinterpret_cast<q15_t*>(tmp1),scale.v,0, in cmsisdsp_dot_expr() 1118 arm_scale_q15(reinterpret_cast<const q15_t*>(b), in cmsis_complex_mat_vec()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 25 r = dsp.arm_scale_q15([0x7FFF,0x3FFF,0x1FFF],1 << 10,2)
|
D | Noise suppression.ipynb | 1512 " w=dsp.arm_scale_q15(w,quotient,the_shift)\n", 1517 " w=dsp.arm_scale_q15(w,the_max,0)\n",
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsQ15.cpp | 125 arm_scale_q15(inp1,this->scalar,0,outp,input1.nbSamples()); in test_scale_q15()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_basic.c | 852 arm_scale_q15(pSrc_converted,scaleFract,(int8_t)shift,pDst,blockSize); in cmsis_arm_scale_q15()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1358 Test nb=7 arm_scale_q15:test_scale_q15 1359 Test nb=8n arm_scale_q15:test_scale_q15 1360 Test nb=8n+1 arm_scale_q15:test_scale_q15 1410 Test long arm_scale_q15:test_scale_q15
|