Searched refs:delaySize (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_sparse_f32.c | 126 uint32_t delaySize = S->maxDelay + blockSize; /* state length */ in arm_fir_sparse_f32() local 135 …arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, (int32_t *) pSrc, 1, blockSize… in arm_fir_sparse_f32() 143 readIndex += (int32_t) delaySize; in arm_fir_sparse_f32() 150 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32() 209 readIndex += (int32_t) delaySize; in arm_fir_sparse_f32() 221 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32() 280 readIndex += (int32_t) delaySize; in arm_fir_sparse_f32() 293 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32()
|
D | arm_fir_sparse_q15.c | 73 uint32_t delaySize = S->maxDelay + blockSize; /* state length */ in arm_fir_sparse_q15() local 86 arm_circularWrite_q15(py, (int32_t) delaySize, &S->stateIndex, 1,pSrc, 1, blockSize); in arm_fir_sparse_q15() 97 readIndex += (int32_t) delaySize; in arm_fir_sparse_q15() 104 arm_circularRead_q15(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q15() 160 readIndex += (int32_t) delaySize; in arm_fir_sparse_q15() 172 arm_circularRead_q15(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q15() 228 readIndex += (int32_t) delaySize; in arm_fir_sparse_q15() 241 arm_circularRead_q15(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q15()
|
D | arm_fir_sparse_q7.c | 73 uint32_t delaySize = S->maxDelay + blockSize; /* state length */ in arm_fir_sparse_q7() local 87 arm_circularWrite_q7(py, (int32_t) delaySize, &S->stateIndex, 1, pSrc, 1, blockSize); in arm_fir_sparse_q7() 98 readIndex += (int32_t) delaySize; in arm_fir_sparse_q7() 105 arm_circularRead_q7(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q7() 161 readIndex += (int32_t) delaySize; in arm_fir_sparse_q7() 173 arm_circularRead_q7(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q7() 234 readIndex += (int32_t) delaySize; in arm_fir_sparse_q7() 247 arm_circularRead_q7(py, (int32_t) delaySize, &readIndex, 1, in arm_fir_sparse_q7()
|
D | arm_fir_sparse_q31.c | 70 uint32_t delaySize = S->maxDelay + blockSize; /* state length */ in arm_fir_sparse_q31() local 81 arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, in arm_fir_sparse_q31() 90 readIndex += (int32_t) delaySize; in arm_fir_sparse_q31() 97 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_q31() 156 readIndex += (int32_t) delaySize; in arm_fir_sparse_q31() 168 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_q31() 237 readIndex += (int32_t) delaySize; in arm_fir_sparse_q31() 250 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_q31()
|