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