Searched refs:pCoefs (Results 1 – 14 of 14) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | DECIMF32.cpp | 24 float32_t * pCoefs = coefs.ptr(); in test_fir_decimate_f32() local 42 pCoefs, in test_fir_decimate_f32() 59 pCoefs += this->numTaps; in test_fir_decimate_f32() 79 float32_t * pCoefs = coefs.ptr(); in test_fir_interpolate_f32() local 98 pCoefs, in test_fir_interpolate_f32() 115 pCoefs += this->numTaps; in test_fir_interpolate_f32()
|
D | DECIMF64.cpp | 24 float64_t * pCoefs = coefs.ptr(); in test_fir_decimate_f64() local 42 pCoefs, in test_fir_decimate_f64() 59 pCoefs += this->numTaps; in test_fir_decimate_f64() 80 float64_t * pCoefs = coefs.ptr(); 99 pCoefs, 116 pCoefs += this->numTaps;
|
D | DECIMQ15.cpp | 27 q15_t * pCoefs = coefs.ptr(); in test_fir_decimate_q15() local 44 pCoefs, in test_fir_decimate_q15() 59 pCoefs += this->numTaps; in test_fir_decimate_q15() 79 q15_t * pCoefs = coefs.ptr(); in test_fir_interpolate_q15() local 97 pCoefs, in test_fir_interpolate_q15() 114 pCoefs += this->numTaps; in test_fir_interpolate_q15()
|
D | DECIMQ31.cpp | 27 q31_t * pCoefs = coefs.ptr(); in test_fir_decimate_q31() local 45 pCoefs, in test_fir_decimate_q31() 62 pCoefs += this->numTaps; in test_fir_decimate_q31() 82 q31_t * pCoefs = coefs.ptr(); in test_fir_interpolate_q31() local 100 pCoefs, in test_fir_interpolate_q31() 117 pCoefs += this->numTaps; in test_fir_interpolate_q31()
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | FIRF32.cpp | 51 this->pCoefs = coeffArray; in setUp() 53 this->pCoefs=coefs.ptr(); in setUp() 60 arm_fir_init_f32(&instFir,this->nbTaps,this->pCoefs,state.ptr(),this->nbSamples); in setUp()
|
D | FIRF16.cpp | 41 this->pCoefs = coeffArray; in setUp() 43 this->pCoefs=coefs.ptr(); in setUp()
|
D | FIRQ7.cpp | 41 this->pCoefs = coeffArray; in setUp() 43 this->pCoefs=coefs.ptr(); in setUp()
|
D | FIRQ15.cpp | 49 this->pCoefs = coeffArray; in setUp() 51 this->pCoefs=coefs.ptr(); in setUp()
|
D | FIRQ31.cpp | 50 this->pCoefs = coeffArray; in setUp() 52 this->pCoefs=coefs.ptr(); in setUp()
|
/cmsis-dsp-latest/Testing/Include/Benchmarks/ |
D | FIRF16.h | 28 const float16_t *pCoefs; variable
|
D | FIRQ7.h | 28 const q7_t *pCoefs; variable
|
D | FIRF32.h | 30 const float32_t *pCoefs; variable
|
D | FIRQ15.h | 30 const q15_t *pCoefs; variable
|
D | FIRQ31.h | 30 const q31_t *pCoefs; variable
|