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

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_i386.c30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */ macro
79 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
102 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
124 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
178 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
232 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
285 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
439 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
459 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
474 IS_ALIGNED_SSE(jconst_fancy_upsample_sse
[all...]
H A Djsimd_x86_64.c30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */ macro
44 if (!IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
62 if (!IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
79 if (!IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
307 if (!IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
322 if (!IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
359 if (!IS_ALIGNED_SSE(jconst_merged_upsample_sse2))
374 if (!IS_ALIGNED_SSE(jconst_merged_upsample_sse2))
516 if (!IS_ALIGNED_SSE(jconst_fdct_islow_sse2))
531 if (!IS_ALIGNED_SSE(jconst_fdct_ifast_sse
[all...]

Completed in 73 milliseconds