Lines Matching refs:row_pos
300 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_fast_s16() local
310 row_b1 = arm_nn_read_s8x4(row_pos); in arm_depthwise_conv_fast_s16()
311 row_a1 = arm_nn_read_s8x4(row_pos + input_ch); in arm_depthwise_conv_fast_s16()
340 row_pos += input_ch << 1; in arm_depthwise_conv_fast_s16()
348 sum_1 += row_pos[0] * col_pos[0]; in arm_depthwise_conv_fast_s16()
349 sum_2 += row_pos[1] * col_pos[1]; in arm_depthwise_conv_fast_s16()
350 sum_3 += row_pos[2] * col_pos[2]; in arm_depthwise_conv_fast_s16()
351 sum_4 += row_pos[3] * col_pos[3]; in arm_depthwise_conv_fast_s16()
353 row_pos += input_ch; in arm_depthwise_conv_fast_s16()
399 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_fast_s16() local
406 sum += row_pos[i * input_ch] * col_pos[i * input_ch]; in arm_depthwise_conv_fast_s16()