Lines Matching refs:downsampled_width
60 JDIMENSION downsampled_width, in jsimd_h2v1_fancy_upsample_neon() argument
112 for (colctr = 16; colctr < downsampled_width; colctr += 16) { in jsimd_h2v1_fancy_upsample_neon()
154 outptr[2 * downsampled_width - 1] = in jsimd_h2v1_fancy_upsample_neon()
155 GETJSAMPLE(inptr[downsampled_width - 1]); in jsimd_h2v1_fancy_upsample_neon()
205 JDIMENSION downsampled_width, in jsimd_h2v2_fancy_upsample_neon() argument
308 for (colctr = 16; colctr < downsampled_width; colctr += 16) { in jsimd_h2v2_fancy_upsample_neon()
366 int s1colsum0 = GETJSAMPLE(inptr1[downsampled_width - 1]) * 3 + in jsimd_h2v2_fancy_upsample_neon()
367 GETJSAMPLE(inptr0[downsampled_width - 1]); in jsimd_h2v2_fancy_upsample_neon()
368 outptr0[2 * downsampled_width - 1] = (JSAMPLE)((s1colsum0 * 4 + 7) >> 4); in jsimd_h2v2_fancy_upsample_neon()
369 int s1colsum1 = GETJSAMPLE(inptr1[downsampled_width - 1]) * 3 + in jsimd_h2v2_fancy_upsample_neon()
370 GETJSAMPLE(inptr2[downsampled_width - 1]); in jsimd_h2v2_fancy_upsample_neon()
371 outptr1[2 * downsampled_width - 1] = (JSAMPLE)((s1colsum1 * 4 + 7) >> 4); in jsimd_h2v2_fancy_upsample_neon()
411 JDIMENSION downsampled_width, in jsimd_h1v2_fancy_upsample_neon() argument
440 for (colctr = 0; colctr < downsampled_width; colctr += 16) { in jsimd_h1v2_fancy_upsample_neon()