Lines Matching refs:pConfig
23 uint32_t *pConfig = config.ptr(); in test_fir_decimate_q15() local
34 this->q = pConfig[0]; in test_fir_decimate_q15()
35 this->numTaps = pConfig[1]; in test_fir_decimate_q15()
36 this->blocksize = pConfig[2]; in test_fir_decimate_q15()
37 this->refsize = pConfig[3]; in test_fir_decimate_q15()
39 pConfig += 4; in test_fir_decimate_q15()
75 uint32_t *pConfig = config.ptr(); in test_fir_interpolate_q15() local
86 this->q = pConfig[0]; in test_fir_interpolate_q15()
87 this->numTaps = pConfig[1]; in test_fir_interpolate_q15()
88 this->blocksize = pConfig[2]; in test_fir_interpolate_q15()
89 this->refsize = pConfig[3]; in test_fir_interpolate_q15()
92 pConfig += 4; in test_fir_interpolate_q15()