Searched refs:readIndex (Results 1 – 4 of 4) sorted by relevance
| /cmsis-dsp-latest/Source/FilteringFunctions/ |
| D | arm_fir_sparse_f32.c | 128 int32_t readIndex; /* Read index of the state buffer */ in arm_fir_sparse_f32() local 138 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 141 if (readIndex < 0) 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() 204 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 207 if (readIndex < 0) 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() 275 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() [all …]
|
| D | arm_fir_sparse_q15.c | 75 int32_t readIndex; /* Read index of the state buffer */ in arm_fir_sparse_q15() local 92 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 95 if (readIndex < 0) 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() 155 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 158 if (readIndex < 0) 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() 223 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() [all …]
|
| D | arm_fir_sparse_q7.c | 75 int32_t readIndex; /* Read index of the state buffer */ in arm_fir_sparse_q7() local 93 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 96 if (readIndex < 0) 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() 156 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 159 if (readIndex < 0) 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() 229 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() [all …]
|
| D | arm_fir_sparse_q31.c | 72 int32_t readIndex; /* Read index of the state buffer */ in arm_fir_sparse_q31() local 85 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 88 if (readIndex < 0) 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() 151 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 154 if (readIndex < 0) 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() 232 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() [all …]
|