Searched refs:GETJSAMPLE (Results 1 – 3 of 3) 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
1446 pixel=(ssize_t) (scale*GETJSAMPLE(*p)); in ReadJPEGImage_()1458 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1460 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1462 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1470 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1472 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1474 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1476 (unsigned short) (scale*GETJSAMPLE(*p++))),q); in ReadJPEGImage_()1488 pixel=(ssize_t) GETJSAMPLE(*p); in ReadJPEGImage_()1500 GETJSAMPLE(*p++)),q); in ReadJPEGImage_()[all …]