Searched refs:GETJSAMPLE (Results 1 – 2 of 2) sorted by relevance
76 *outptr = (JSAMPLE)GETJSAMPLE(*inptr); in jsimd_h2v1_fancy_upsample_neon()155 GETJSAMPLE(inptr[downsampled_width - 1]); in jsimd_h2v1_fancy_upsample_neon()230 int s0colsum0 = GETJSAMPLE(*inptr1) * 3 + GETJSAMPLE(*inptr0); in jsimd_h2v2_fancy_upsample_neon()232 int s0colsum1 = GETJSAMPLE(*inptr1) * 3 + GETJSAMPLE(*inptr2); 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()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()
49 #define GETJSAMPLE(value) ((int)(value)) macro63 #define GETJSAMPLE(value) ((int)(value)) macro