Home
last modified time | relevance | path

Searched refs:_mm_storeh_epi64 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dmem_sse2.h72 static INLINE void _mm_storeh_epi64(__m128i *const d, const __m128i s) { in _mm_storeh_epi64() function
99 _mm_storeh_epi64((__m128i *)(d + 1 * stride), s[0]); in store_8bit_8x4_from_16x2()
101 _mm_storeh_epi64((__m128i *)(d + 3 * stride), s[1]); in store_8bit_8x4_from_16x2()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c425 _mm_storeh_epi64((__m128i *)(dst + 1 * dst_stride), d[0]); in scale_plane_4_to_1_general()
615 _mm_storeh_epi64((__m128i *)(dst + 1 * dst_stride), d[0]); in scale_plane_4_to_3_general()
617 _mm_storeh_epi64((__m128i *)(dst + 3 * dst_stride), d[2]); in scale_plane_4_to_3_general()
619 _mm_storeh_epi64((__m128i *)(dst + 5 * dst_stride), d[4]); in scale_plane_4_to_3_general()