Lines Matching refs:num_cols
33 int pitch = img_width * RGB_PIXELSIZE, num_cols; in jsimd_rgb_gray_convert_altivec() local
67 for (num_cols = pitch; num_cols > 0; in jsimd_rgb_gray_convert_altivec()
68 num_cols -= RGB_PIXELSIZE * 16, inptr += RGB_PIXELSIZE * 16, in jsimd_rgb_gray_convert_altivec()
76 int bytes = num_cols + offset; in jsimd_rgb_gray_convert_altivec()
86 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_rgb_gray_convert_altivec()
115 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) { in jsimd_rgb_gray_convert_altivec()
117 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_rgb_gray_convert_altivec()
127 if (num_cols > 16) in jsimd_rgb_gray_convert_altivec()
129 if (num_cols > 32) in jsimd_rgb_gray_convert_altivec()
132 if (num_cols > 48) in jsimd_rgb_gray_convert_altivec()
140 if (num_cols > 16) in jsimd_rgb_gray_convert_altivec()
142 if (num_cols > 32) in jsimd_rgb_gray_convert_altivec()
145 if (num_cols > 48) in jsimd_rgb_gray_convert_altivec()