HomeSort by relevance Sort by last modified time
    Searched full:_mm_deinterleave_ps (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
sse_utils.hpp 489 inline void _mm_deinterleave_ps(__m128 & v_r0, __m128 & v_r1, __m128 & v_g0, __m128 & v_g1) function
507 inline void _mm_deinterleave_ps(__m128 & v_r0, __m128 & v_r1, __m128 & v_g0, function
532 inline void _mm_deinterleave_ps(__m128 & v_r0, __m128 & v_r1, __m128 & v_g0, __m128 & v_g1, function
    [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]
  /external/opencv3/modules/core/src/
convert.cpp 265 SPLIT2_KERNEL_TEMPLATE( int, __m128, float, _mm_deinterleave_ps, ps);
269 SPLIT3_KERNEL_TEMPLATE( int, __m128, float, _mm_deinterleave_ps, ps);
273 SPLIT4_KERNEL_TEMPLATE( int, __m128, float, _mm_deinterleave_ps, ps);
    [all...]

Completed in 633 milliseconds