Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_s8.c95 int32_t buffer_fill_cnt = 0; in arm_convolve_s8() local
123 buffer_fill_cnt++; in arm_convolve_s8()
126 if (buffer_fill_cnt == 4 && (padded == 0)) in arm_convolve_s8()
128 buffer_fill_cnt = 0; in arm_convolve_s8()
158 else if (buffer_fill_cnt == 4 && (padded != 0)) in arm_convolve_s8()
160 buffer_fill_cnt = 0; in arm_convolve_s8()
182 if (buffer_fill_cnt != 0) in arm_convolve_s8()
187 buffer_fill_cnt, in arm_convolve_s8()