Searched refs:stateIndex (Results 1 – 10 of 10) sorted by relevance
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/ |
D | arm_fir_sparse_f32.c | 135 …arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, (int32_t *) pSrc, 1, blockSize… in arm_fir_sparse_f32() 138 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 204 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 275 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32()
|
D | arm_fir_sparse_q15.c | 86 arm_circularWrite_q15(py, (int32_t) delaySize, &S->stateIndex, 1,pSrc, 1, blockSize); in arm_fir_sparse_q15() 92 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 155 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 223 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15()
|
D | arm_fir_sparse_q31.c | 81 arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, in arm_fir_sparse_q31() 85 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 151 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 232 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31()
|
D | arm_fir_sparse_q7.c | 87 arm_circularWrite_q7(py, (int32_t) delaySize, &S->stateIndex, 1, pSrc, 1, blockSize); in arm_fir_sparse_q7() 93 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 156 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 229 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7()
|
D | arm_fir_sparse_init_q31.c | 80 S->stateIndex = 0U; in arm_fir_sparse_init_q31()
|
D | arm_fir_sparse_init_q7.c | 81 S->stateIndex = 0U; in arm_fir_sparse_init_q7()
|
D | arm_fir_sparse_init_f32.c | 81 S->stateIndex = 0U; in arm_fir_sparse_init_f32()
|
D | arm_fir_sparse_init_q15.c | 81 S->stateIndex = 0U; in arm_fir_sparse_init_q15()
|
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/ |
D | filtering_functions.h | 1994 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 2007 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 2020 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 2033 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_filtering.c | 2869 ,&self->instance->stateIndex in arm_fir_sparse_instance_f32_init() 2882 GETFIELD(arm_fir_sparse_instance_f32,stateIndex,"h"); 2973 ,&self->instance->stateIndex in arm_fir_sparse_instance_q31_init() 2986 GETFIELD(arm_fir_sparse_instance_q31,stateIndex,"h"); 3077 ,&self->instance->stateIndex in arm_fir_sparse_instance_q15_init() 3090 GETFIELD(arm_fir_sparse_instance_q15,stateIndex,"h"); 3181 ,&self->instance->stateIndex in arm_fir_sparse_instance_q7_init() 3194 GETFIELD(arm_fir_sparse_instance_q7,stateIndex,"h");
|