Lines Matching refs:pConfig
20 uint32_t *pConfig = config.ptr(); in test_fir_decimate_f64() local
31 this->q = pConfig[0]; in test_fir_decimate_f64()
32 this->numTaps = pConfig[1]; in test_fir_decimate_f64()
33 this->blocksize = pConfig[2]; in test_fir_decimate_f64()
34 this->refsize = pConfig[3]; in test_fir_decimate_f64()
37 pConfig += 4; in test_fir_decimate_f64()
76 uint64_t *pConfig = config.ptr();
87 this->q = pConfig[0];
88 this->numTaps = pConfig[1];
89 this->blocksize = pConfig[2];
90 this->refsize = pConfig[3];
94 pConfig += 4;