Searched refs:arm_shift_q15 (Results 1 – 11 of 11) sorted by relevance
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_dct4_q15.c | 91 arm_shift_q15 (pInlineBuffer, 1, pInlineBuffer, S->N); in arm_dct4_q15() 174 arm_shift_q15 (pState, 2, pState, S->N * 2); in arm_dct4_q15() 323 arm_shift_q15 (pState, 2, pState, S->N * 2); in arm_dct4_q15()
|
D | arm_rfft_q15.c | 125 arm_shift_q15(pDst, 1, pDst, S->fftLenReal); in arm_rfft_q15()
|
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_shift_q15.c | 56 ARM_DSP_ATTRIBUTE void arm_shift_q15( in arm_shift_q15() function 101 ARM_DSP_ATTRIBUTE void arm_shift_q15( in arm_shift_q15() function
|
D | Config.cmake | 56 BasicMathFunctions/arm_shift_q15.c
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | AppNodes.h | 259 arm_shift_q15("ient,shift,"ient,1); in dsp_zcr_q15() 326 arm_shift_q15(&(this->mIntercept_q15),this->mIntercept_shift-this->mCoef_shift,&scaled,1); in run()
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | appnodes.py | 147 …scaled=dsp.arm_shift_q15(np.array([self._intercept_q15]),self._intercept_shift-self._coef_shift)[0]
|
D | kws.ipynb | 1441 " return(dsp.arm_shift_q15(np.array([quotient]),shift)[0])\n", 1531 " scaled=dsp.arm_shift_q15(np.array([intercept_q15]),intercept_shift-coef_shift)[0]\n",
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions.h | 495 void arm_shift_q15(
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsQ15.cpp | 177 arm_shift_q15(inp1,1,outp,input1.nbSamples()); in test_shift_q15()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_basic.c | 1288 arm_shift_q15(pSrc_converted,(int8_t)shiftBits,pDst,blockSize); in cmsis_arm_shift_q15()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | Noise suppression.ipynb | 1535 " res = dsp.arm_shift_q15(res,self._fftShift)\n", 1565 " res = dsp.arm_shift_q15(res,self._fftShift)\n", 1587 " res = dsp.arm_shift_q15(res,self._fftShift)\n",
|