Home
last modified time | relevance | path

Searched refs:instInterpol (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Benchmarks/
DDECIMQ15.cpp15 arm_fir_interpolate_q15(&instInterpol,this->pSrc,this->pDst,this->nbSamples); in test_fir_interpolate_q15()
48 arm_fir_interpolate_init_q15(&instInterpol, in setUp()
DDECIMQ31.cpp15 arm_fir_interpolate_q31(&instInterpol,this->pSrc,this->pDst,this->nbSamples); in test_fir_interpolate_q31()
48 arm_fir_interpolate_init_q31(&instInterpol, in setUp()
DDECIMF32.cpp15 arm_fir_interpolate_f32(&instInterpol,this->pSrc,this->pDst,this->nbSamples); in test_fir_interpolate_f32()
55 arm_fir_interpolate_init_f32(&instInterpol, in setUp()
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DDECIMF32.h26 arm_fir_interpolate_instance_f32 instInterpol; variable
DDECIMQ15.h26 arm_fir_interpolate_instance_q15 instInterpol; variable
DDECIMQ31.h26 arm_fir_interpolate_instance_q31 instInterpol; variable