Searched refs:coefsmodp (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BIQUADF16.cpp | 29 arm_biquad_mod_coef_f16 *coefsmodp = (arm_biquad_mod_coef_f16*)vecCoefs.ptr(); in test_biquad_cascade_df1_ref() local 54 arm_biquad_cascade_df1_mve_init_f16(&this->Sdf1,3,coefsp,coefsmodp,statep); in test_biquad_cascade_df1_ref() 166 arm_biquad_mod_coef_f16 *coefsmodp = (arm_biquad_mod_coef_f16*)vecCoefs.ptr(); in test_biquad_cascade_df1_rand() local 198 arm_biquad_cascade_df1_mve_init_f16(&this->Sdf1,numStages,coefsp,coefsmodp,statep); in test_biquad_cascade_df1_rand()
|
D | BIQUADF32.cpp | 29 arm_biquad_mod_coef_f32 *coefsmodp = (arm_biquad_mod_coef_f32*)vecCoefs.ptr(); in test_biquad_cascade_df1_ref() local 53 arm_biquad_cascade_df1_mve_init_f32(&this->Sdf1,3,coefsp,coefsmodp,statep); in test_biquad_cascade_df1_ref() 176 arm_biquad_mod_coef_f32 *coefsmodp = (arm_biquad_mod_coef_f32*)vecCoefs.ptr(); in test_biquad_cascade_df1_rand() local 208 arm_biquad_cascade_df1_mve_init_f32(&this->Sdf1,numStages,coefsp,coefsmodp,statep); in test_biquad_cascade_df1_rand()
|