Lines Matching refs:col_count
335 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt() local
342 while (col_count) in arm_depthwise_conv_s4_opt()
407 col_count--; in arm_depthwise_conv_s4_opt()
410 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()
412 while (col_count) in arm_depthwise_conv_s4_opt()
433 col_count--; in arm_depthwise_conv_s4_opt()
535 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt() local
543 while (col_count) in arm_depthwise_conv_s4_opt()
580 col_count--; in arm_depthwise_conv_s4_opt()
583 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()
585 col_count = num_cols; in arm_depthwise_conv_s4_opt()
587 while (col_count) in arm_depthwise_conv_s4_opt()
608 col_count--; in arm_depthwise_conv_s4_opt()