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

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_i386.c 30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
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_sse2)
    [all...]
jsimd_x86_64.c 30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
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_sse2)
    [all...]

Completed in 41 milliseconds