Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/i386/
Djsimd.c32 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */ macro
98 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2)) in jsimd_can_rgb_ycc()
123 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2)) in jsimd_can_rgb_gray()
148 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2)) in jsimd_can_ycc_rgb()
515 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)) in jsimd_can_h2v2_fancy_upsample()
538 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)) in jsimd_can_h2v1_fancy_upsample()
597 IS_ALIGNED_SSE(jconst_merged_upsample_sse2)) in jsimd_can_h2v2_merged_upsample()
620 IS_ALIGNED_SSE(jconst_merged_upsample_sse2)) in jsimd_can_h2v1_merged_upsample()
831 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2)) in jsimd_can_fdct_islow()
850 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_ifast_sse2)) in jsimd_can_fdct_ifast()
[all …]
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c32 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */ macro
89 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2)) in jsimd_can_rgb_ycc()
112 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2)) in jsimd_can_rgb_gray()
135 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2)) in jsimd_can_ycc_rgb()
448 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)) in jsimd_can_h2v2_fancy_upsample()
469 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)) in jsimd_can_h2v1_fancy_upsample()
518 IS_ALIGNED_SSE(jconst_merged_upsample_sse2)) in jsimd_can_h2v2_merged_upsample()
539 IS_ALIGNED_SSE(jconst_merged_upsample_sse2)) in jsimd_can_h2v1_merged_upsample()
715 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2)) in jsimd_can_fdct_islow()
732 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_ifast_sse2)) in jsimd_can_fdct_ifast()
[all …]