Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dmem_sse2.h41 #define mm_storehu(dst, v) memcpy((dst), (const char *)&(v) + 8, 8) macro
Dloopfilter_sse2.c1643 mm_storehu(out + 1 * out_p, x6); // 01 11 21 31 41 51 61 71 in transpose()
1647 mm_storehu(out + 3 * out_p, x7); // 03 13 23 33 43 53 63 73 in transpose()
1656 mm_storehu(out + 5 * out_p, x6); // 05 15 25 35 45 55 65 75 in transpose()
1661 mm_storehu(out + 7 * out_p, x7); // 07 17 27 37 47 57 67 77 in transpose()