Lines Matching refs:idx_x
137 int32_t idx_x = base_idx_x + dilation_x * ker_x_start; in depthwise_conv_s4_generic() local
138 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
154 idx_x += dilation_x; in depthwise_conv_s4_generic()
228 int32_t idx_x = base_idx_x + dilation_x * ker_x_start; in depthwise_conv_s4_generic() local
229 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
251 idx_x += dilation_x; in depthwise_conv_s4_generic()
321 int32_t idx_x = base_idx_x + dilation_x * ker_x_start; in depthwise_conv_s4_generic() local
322 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
339 idx_x += dilation_x; in depthwise_conv_s4_generic()
431 int32_t idx_x = base_idx_x + dilation_x * ker_x_start; in depthwise_conv_s4_generic() local
432 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
456 idx_x += dilation_x; in depthwise_conv_s4_generic()