Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp484 constexpr int UNROLL_FACTOR = 4; in filter() local
487 std::array<acc_type,UNROLL_FACTOR> accu; in filter()
493 for(;i<=BLOCK-UNROLL_FACTOR;i+=UNROLL_FACTOR) in filter()
496 state_.sub(TAPS-1+i,TAPS-1+i+UNROLL_FACTOR) = copy(signal.sub(i,i+UNROLL_FACTOR)); in filter()
502 dot(unroll<UNROLL_FACTOR>( in filter()
504 replicate<UNROLL_FACTOR>(coef_) in filter()
509 for(index_t k=0;k<UNROLL_FACTOR;k++) in filter()