Lines Matching refs:rhs_cols
93 const int32_t rhs_cols = kernel_x * kernel_y * kernel_ch; in arm_convolve_s8() local
118 const int32_t remainder = rhs_cols % 4; in arm_convolve_s8()
119 const int32_t aligned_rhs_cols = remainder != 0 ? rhs_cols + 4 - remainder : rhs_cols; in arm_convolve_s8()
125 const int32_t aligned_rhs_cols_offset = aligned_rhs_cols - rhs_cols; in arm_convolve_s8()
226 rhs_cols, in arm_convolve_s8()
243 … im2col_buf - rhs_cols, im2col_buf_start_s16, rhs_cols, (int16_t)input_offset); in arm_convolve_s8()
247 … im2col_buf - rhs_cols, im2col_buf_start_s16, rhs_cols, (int16_t)input_offset); in arm_convolve_s8()
264 rhs_cols, in arm_convolve_s8()
280 rhs_cols, in arm_convolve_s8()
312 rhs_cols, in arm_convolve_s8()
341 uint16_t col_count = rhs_cols / 4; in arm_convolve_s8()
357 col_count = rhs_cols & 0x3; in arm_convolve_s8()
359 uint16_t col_count = rhs_cols; in arm_convolve_s8()
383 filter_data_ptr += output_ch_per_group * rhs_cols; in arm_convolve_s8()