Lines Matching refs:num_cols
32 int pitch = img_width * RGB_PIXELSIZE, num_cols; in jsimd_rgb_gray_convert_altivec() local
68 for (num_cols = pitch; num_cols > 0; in jsimd_rgb_gray_convert_altivec()
69 num_cols -= RGB_PIXELSIZE * 16, inptr += RGB_PIXELSIZE * 16, in jsimd_rgb_gray_convert_altivec()
77 int bytes = num_cols + offset; in jsimd_rgb_gray_convert_altivec()
87 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_rgb_gray_convert_altivec()
116 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) { in jsimd_rgb_gray_convert_altivec()
118 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_rgb_gray_convert_altivec()
128 if (num_cols > 16) in jsimd_rgb_gray_convert_altivec()
130 if (num_cols > 32) in jsimd_rgb_gray_convert_altivec()
133 if (num_cols > 48) in jsimd_rgb_gray_convert_altivec()
141 if (num_cols > 16) in jsimd_rgb_gray_convert_altivec()
143 if (num_cols > 32) in jsimd_rgb_gray_convert_altivec()
146 if (num_cols > 48) in jsimd_rgb_gray_convert_altivec()