Home
last modified time | relevance | path

Searched refs:coef_g (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dnature_dsp_wrapper.c49 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32() argument
62 handle = bqriir32x32_df1_init(objmem, M, coef_sos, coef_g, 0); in real_block_iir_32()
Dcmsis_dsp_wrapper.c47 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32() argument
Dmath_ops.c113 real_block_iir_32(IIR_M, coef_sos, coef_g, iir_in, iir_out, IIR_LENGTH); in test_iir_op()
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dinput.h342 static const int16_t coef_g[IIR_M] = {16384, 8192, 4096, 2048, 1024}; variable
Dmath_ops.h104 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g,