Home
last modified time | relevance | path

Searched refs:INTERLEAVE_2X (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_ssse3_x86_64.asm23 %macro INTERLEAVE_2X 4
30 INTERLEAVE_2X wd, %1, %2, %9
31 INTERLEAVE_2X wd, %3, %4, %9
32 INTERLEAVE_2X wd, %5, %6, %9
33 INTERLEAVE_2X wd, %7, %8, %9
35 INTERLEAVE_2X dq, %1, %3, %9 define
36 INTERLEAVE_2X dq, %2, %4, %9 define
37 INTERLEAVE_2X dq, %5, %7, %9 define
38 INTERLEAVE_2X dq, %6, %8, %9 define
40 INTERLEAVE_2X qdq, %1, %5, %9
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_ssse3_x86_64.asm61 %macro INTERLEAVE_2X 4
68 INTERLEAVE_2X wd, %1, %2, %9
69 INTERLEAVE_2X wd, %3, %4, %9
70 INTERLEAVE_2X wd, %5, %6, %9
71 INTERLEAVE_2X wd, %7, %8, %9
73 INTERLEAVE_2X dq, %1, %3, %9 define
74 INTERLEAVE_2X dq, %2, %4, %9 define
75 INTERLEAVE_2X dq, %5, %7, %9 define
76 INTERLEAVE_2X dq, %6, %8, %9 define
78 INTERLEAVE_2X qdq, %1, %5, %9
[all …]
Dinv_txfm_ssse3_x86_64.asm84 %macro INTERLEAVE_2X 4
91 INTERLEAVE_2X wd, %1, %2, %9
92 INTERLEAVE_2X wd, %3, %4, %9
93 INTERLEAVE_2X wd, %5, %6, %9
94 INTERLEAVE_2X wd, %7, %8, %9
96 INTERLEAVE_2X dq, %1, %3, %9 define
97 INTERLEAVE_2X dq, %2, %4, %9 define
98 INTERLEAVE_2X dq, %5, %7, %9 define
99 INTERLEAVE_2X dq, %6, %8, %9 define
101 INTERLEAVE_2X qdq, %1, %5, %9
[all …]