OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mm_storeh_epi64
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
mem_sse2.h
102
static INLINE void
_mm_storeh_epi64
(__m128i *const d, const __m128i s) {
function
129
_mm_storeh_epi64
((__m128i *)(d + 1 * stride), s[0]);
131
_mm_storeh_epi64
((__m128i *)(d + 3 * stride), s[1]);
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c
425
_mm_storeh_epi64
((__m128i *)(dst + 1 * dst_stride), d[0]);
615
_mm_storeh_epi64
((__m128i *)(dst + 1 * dst_stride), d[0]);
617
_mm_storeh_epi64
((__m128i *)(dst + 3 * dst_stride), d[2]);
619
_mm_storeh_epi64
((__m128i *)(dst + 5 * dst_stride), d[4]);
[
all
...]
Completed in 292 milliseconds