Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/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.c472 int sample_offset = FIR_F32_MAX_COEF_BLK; in arm_fir_f32() local
484 pSamples = pState + sample_offset; in arm_fir_f32()
541 sample_offset += FIR_F32_MAX_COEF_BLK; in arm_fir_f32()
544 pSamples = pState + sample_offset; in arm_fir_f32()