HomeSort by relevance Sort by last modified time
    Searched refs:IS_ALIGNED_SSE (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/simd/
jsimd_i386.c 31 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
86 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
108 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
130 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
188 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
238 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
288 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
447 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
467 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
482 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)
    [all...]
jsimd_x86_64.c 31 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
74 IS_ALIGNED_SSE(jconst_rgb_ycc_convert_sse2))
94 IS_ALIGNED_SSE(jconst_rgb_gray_convert_sse2))
114 IS_ALIGNED_SSE(jconst_ycc_rgb_convert_sse2))
365 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
383 IS_ALIGNED_SSE(jconst_fancy_upsample_sse2))
423 IS_ALIGNED_SSE(jconst_merged_upsample_sse2))
441 IS_ALIGNED_SSE(jconst_merged_upsample_sse2))
592 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2))
609 if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_ifast_sse2)
    [all...]

Completed in 790 milliseconds