Searched defs:coef_g (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
| D | input.h | 342 static const int16_t coef_g[IIR_M] = {16384, 8192, 4096, 2048, 1024}; variable
|
| /Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
| D | cmsis_dsp_wrapper.c | 47 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32()
|
| D | nature_dsp_wrapper.c | 49 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32()
|