Lines Matching refs:num_cols
31 int pitch = out_width * RGB_PIXELSIZE, num_cols; in jsimd_ycc_rgb_convert_altivec() local
78 for (num_cols = pitch; num_cols > 0; in jsimd_ycc_rgb_convert_altivec()
79 num_cols -= RGB_PIXELSIZE * 16, outptr += RGB_PIXELSIZE * 16, in jsimd_ycc_rgb_convert_altivec()
203 int bytes = num_cols + offset; in jsimd_ycc_rgb_convert_altivec()
219 memcpy(outptr, tmpbuf, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_ycc_rgb_convert_altivec()
224 edgeh = vec_ld(min(num_cols - 1, RGB_PIXELSIZE * 16), outptr); in jsimd_ycc_rgb_convert_altivec()
250 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) { in jsimd_ycc_rgb_convert_altivec()
258 memcpy(outptr, tmpbuf, min(num_cols, RGB_PIXELSIZE * 16)); in jsimd_ycc_rgb_convert_altivec()
262 if (num_cols > 16) in jsimd_ycc_rgb_convert_altivec()
264 if (num_cols > 32) in jsimd_ycc_rgb_convert_altivec()
267 if (num_cols > 48) in jsimd_ycc_rgb_convert_altivec()