Lines Matching refs:pConfig
23 uint32_t *pConfig = config.ptr(); in test_fir_decimate_q31() local
34 this->q = pConfig[0]; in test_fir_decimate_q31()
35 this->numTaps = pConfig[1]; in test_fir_decimate_q31()
36 this->blocksize = pConfig[2]; in test_fir_decimate_q31()
37 this->refsize = pConfig[3]; in test_fir_decimate_q31()
40 pConfig += 4; in test_fir_decimate_q31()
78 uint32_t *pConfig = config.ptr(); in test_fir_interpolate_q31() local
89 this->q = pConfig[0]; in test_fir_interpolate_q31()
90 this->numTaps = pConfig[1]; in test_fir_interpolate_q31()
91 this->blocksize = pConfig[2]; in test_fir_interpolate_q31()
92 this->refsize = pConfig[3]; in test_fir_interpolate_q31()
95 pConfig += 4; in test_fir_interpolate_q31()