Lines Matching refs:IS_ALIGNED_SSE
32 #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()
869 if ((simd_support & JSIMD_SSE) && IS_ALIGNED_SSE(jconst_fdct_float_sse)) in jsimd_can_fdct_float()
891 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2)) in jsimd_fdct_ifast()
900 if ((simd_support & JSIMD_SSE) && IS_ALIGNED_SSE(jconst_fdct_float_sse)) in jsimd_fdct_float()
992 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_red_sse2)) in jsimd_can_idct_2x2()
1017 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_red_sse2)) in jsimd_can_idct_4x4()
1030 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_red_sse2)) in jsimd_idct_2x2()
1042 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_red_sse2)) in jsimd_idct_4x4()
1068 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_islow_sse2)) in jsimd_can_idct_islow()
1095 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_ifast_sse2)) in jsimd_can_idct_ifast()
1121 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_float_sse2)) in jsimd_can_idct_float()
1123 if ((simd_support & JSIMD_SSE) && IS_ALIGNED_SSE(jconst_idct_float_sse)) in jsimd_can_idct_float()
1152 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_ifast_sse2)) in jsimd_idct_ifast()
1165 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_idct_float_sse2)) in jsimd_idct_float()
1168 else if ((simd_support & JSIMD_SSE) && IS_ALIGNED_SSE(jconst_idct_float_sse)) in jsimd_idct_float()
1187 IS_ALIGNED_SSE(jconst_huff_encode_one_block)) in jsimd_can_huff_encode_one_block()