Home
last modified time | relevance | path

Searched refs:refsize (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Tests/
DDECIMF32.cpp34 this->refsize = pConfig[3]; in test_fir_decimate_f32()
57 pDst += this->refsize; in test_fir_decimate_f32()
89 this->refsize = pConfig[3]; in test_fir_interpolate_f32()
113 pDst += this->refsize; in test_fir_interpolate_f32()
DDECIMF64.cpp34 this->refsize = pConfig[3]; in test_fir_decimate_f64()
57 pDst += this->refsize; in test_fir_decimate_f64()
90 this->refsize = pConfig[3];
114 pDst += this->refsize;
DDECIMQ15.cpp37 this->refsize = pConfig[3]; in test_fir_decimate_q15()
57 pDst += this->refsize; in test_fir_decimate_q15()
89 this->refsize = pConfig[3]; in test_fir_interpolate_q15()
112 pDst += this->refsize; in test_fir_interpolate_q15()
DDECIMQ31.cpp37 this->refsize = pConfig[3]; in test_fir_decimate_q31()
60 pDst += this->refsize; in test_fir_decimate_q31()
92 this->refsize = pConfig[3]; in test_fir_interpolate_q31()
115 pDst += this->refsize; in test_fir_interpolate_q31()
/cmsis-dsp-latest/Testing/Include/Tests/
DDECIMF64.h31 int refsize; variable
DDECIMF32.h31 int refsize; variable
DDECIMQ15.h31 int refsize; variable
DDECIMQ31.h31 int refsize; variable