Searched refs:_mm_storeh_pi (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_avx2.c | 355 _mm_storeh_pi((__m64 *) (s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_avx2_8() 361 _mm_storeh_pi((__m64 *) (s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_avx2_8() 367 _mm_storeh_pi((__m64 *) (s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_avx2_8() 373 _mm_storeh_pi((__m64 *) (s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_avx2_8() 379 _mm_storeh_pi((__m64 *) (s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_avx2_8() 385 _mm_storeh_pi((__m64 *) (s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_avx2_8() 391 _mm_storeh_pi((__m64 *) (s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_avx2_8()
|
D | vp9_loopfilter_intrin_sse2.c | 314 _mm_storeh_pi((__m64 *)(s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_sse2_8() 320 _mm_storeh_pi((__m64 *)(s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_sse2_8() 326 _mm_storeh_pi((__m64 *)(s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_sse2_8() 332 _mm_storeh_pi((__m64 *)(s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_sse2_8() 338 _mm_storeh_pi((__m64 *)(s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_sse2_8() 344 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_sse2_8() 350 _mm_storeh_pi((__m64 *)(s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_sse2_8()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_avx2.c | 355 _mm_storeh_pi((__m64 *) (s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_avx2_8() 361 _mm_storeh_pi((__m64 *) (s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_avx2_8() 367 _mm_storeh_pi((__m64 *) (s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_avx2_8() 373 _mm_storeh_pi((__m64 *) (s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_avx2_8() 379 _mm_storeh_pi((__m64 *) (s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_avx2_8() 385 _mm_storeh_pi((__m64 *) (s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_avx2_8() 391 _mm_storeh_pi((__m64 *) (s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_avx2_8()
|
D | vp9_loopfilter_intrin_sse2.c | 327 _mm_storeh_pi((__m64 *)(s + 6 * p), _mm_castsi128_ps(q6p6)); in mb_lpf_horizontal_edge_w_sse2_8() 333 _mm_storeh_pi((__m64 *)(s + 5 * p), _mm_castsi128_ps(q5p5)); in mb_lpf_horizontal_edge_w_sse2_8() 339 _mm_storeh_pi((__m64 *)(s + 4 * p), _mm_castsi128_ps(q4p4)); in mb_lpf_horizontal_edge_w_sse2_8() 345 _mm_storeh_pi((__m64 *)(s + 3 * p), _mm_castsi128_ps(q3p3)); in mb_lpf_horizontal_edge_w_sse2_8() 351 _mm_storeh_pi((__m64 *)(s + 2 * p), _mm_castsi128_ps(q2p2)); in mb_lpf_horizontal_edge_w_sse2_8() 357 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(q1p1)); in mb_lpf_horizontal_edge_w_sse2_8() 363 _mm_storeh_pi((__m64 *)(s - 0 * p), _mm_castsi128_ps(q0p0)); in mb_lpf_horizontal_edge_w_sse2_8()
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 618 _mm_storeh_pi(__m64 *__p, __m128 __a) in _mm_storeh_pi() function
|