Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_f16.c348 int sample_offset = FIR_F32_MAX_COEF_BLK; in arm_fir_f16() local
360 pSamples = pState + sample_offset; in arm_fir_f16()
418 sample_offset += FIR_F32_MAX_COEF_BLK; in arm_fir_f16()
421 pSamples = pState + sample_offset; in arm_fir_f16()
Darm_fir_f32.c474 int sample_offset = FIR_F32_MAX_COEF_BLK; in arm_fir_f32() local
486 pSamples = pState + sample_offset; in arm_fir_f32()
543 sample_offset += FIR_F32_MAX_COEF_BLK; in arm_fir_f32()
546 pSamples = pState + sample_offset; in arm_fir_f32()