Home
last modified time | relevance | path

Searched refs:pCoefs (Results 1 – 14 of 14) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Tests/
DDECIMF32.cpp24 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()
DDECIMF64.cpp24 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;
DDECIMQ15.cpp27 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()
DDECIMQ31.cpp27 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/
DFIRF32.cpp51 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()
DFIRF16.cpp41 this->pCoefs = coeffArray; in setUp()
43 this->pCoefs=coefs.ptr(); in setUp()
DFIRQ7.cpp41 this->pCoefs = coeffArray; in setUp()
43 this->pCoefs=coefs.ptr(); in setUp()
DFIRQ15.cpp49 this->pCoefs = coeffArray; in setUp()
51 this->pCoefs=coefs.ptr(); in setUp()
DFIRQ31.cpp50 this->pCoefs = coeffArray; in setUp()
52 this->pCoefs=coefs.ptr(); in setUp()
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DFIRF16.h28 const float16_t *pCoefs; variable
DFIRQ7.h28 const q7_t *pCoefs; variable
DFIRF32.h30 const float32_t *pCoefs; variable
DFIRQ15.h30 const q15_t *pCoefs; variable
DFIRQ31.h30 const q31_t *pCoefs; variable