Home
last modified time | relevance | path

Searched refs:_mm_storeh_pi (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dloopfilter_avx2.c358 _mm_storeh_pi((__m64 *) (s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_avx2_8()
364 _mm_storeh_pi((__m64 *) (s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_avx2_8()
370 _mm_storeh_pi((__m64 *) (s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_avx2_8()
376 _mm_storeh_pi((__m64 *) (s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_avx2_8()
382 _mm_storeh_pi((__m64 *) (s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_avx2_8()
388 _mm_storeh_pi((__m64 *) (s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_avx2_8()
394 _mm_storeh_pi((__m64 *) (s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_avx2_8()
Dloopfilter_sse2.c316 _mm_storeh_pi((__m64 *)(s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_sse2_8()
322 _mm_storeh_pi((__m64 *)(s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_sse2_8()
328 _mm_storeh_pi((__m64 *)(s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_sse2_8()
334 _mm_storeh_pi((__m64 *)(s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_sse2_8()
340 _mm_storeh_pi((__m64 *)(s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_sse2_8()
346 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_sse2_8()
352 _mm_storeh_pi((__m64 *)(s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_sse2_8()
/external/clang/lib/Headers/
Dxmmintrin.h623 _mm_storeh_pi(__m64 *__p, __m128 __a) in _mm_storeh_pi() function
/external/opencv3/modules/core/src/
Ddxt.cpp419 _mm_storeh_pi((__m64*)&v0[nx], y01); in operator ()()
421 _mm_storeh_pi((__m64*)&v1[nx], y23); in operator ()()
454 _mm_storeh_pi((__m64*)&v0[nx], y01); in operator ()()
456 _mm_storeh_pi((__m64*)&v1[nx], y23); in operator ()()
Dlapack.cpp878 _mm_storeh_pi((__m64*)((float*)(dstdata+dststep)), s0); in invert()