Home
last modified time | relevance | path

Searched refs:GETJSAMPLE (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djdsample-neon.c76 *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()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h49 #define GETJSAMPLE(value) ((int)(value)) macro
63 #define GETJSAMPLE(value) ((int)(value)) macro