Lines Matching refs:col_pos
289 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt() local
302 op_a = arm_nn_read_s16x2(col_pos); in arm_depthwise_conv_s8_opt()
303 op_b = arm_nn_read_s16x2(col_pos + input_ch); in arm_depthwise_conv_s8_opt()
319 op_a = arm_nn_read_s16x2(col_pos + 2); in arm_depthwise_conv_s8_opt()
320 op_b = arm_nn_read_s16x2(col_pos + input_ch + 2); in arm_depthwise_conv_s8_opt()
331 col_pos += input_ch << 1; in arm_depthwise_conv_s8_opt()
338 sum += row_pos[0] * col_pos[0]; in arm_depthwise_conv_s8_opt()
339 sum_2 += row_pos[1] * col_pos[1]; in arm_depthwise_conv_s8_opt()
340 sum_3 += row_pos[2] * col_pos[2]; in arm_depthwise_conv_s8_opt()
341 sum_4 += row_pos[3] * col_pos[3]; in arm_depthwise_conv_s8_opt()
344 col_pos += input_ch; in arm_depthwise_conv_s8_opt()
377 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt() local
389 sum += row_pos[i * input_ch] * col_pos[i * input_ch]; in arm_depthwise_conv_s8_opt()