Home
last modified time | relevance | path

Searched defs:butterfly (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dvp9itxfm_neon.S178 .macro butterfly out1, out2, in1, in2 macro
571 butterfly d4, d26, d20, d26 @ d4 = t2a, d26 = t5 define
572 butterfly d5, d6, d28, d6 @ d5 = t3a, d6 = t4 define
605 butterfly d4, d28, d16, d28 @ d4 = t0, d28 = t3 define
606 butterfly d5, d20, d24, d20 @ d5 = t1, d20 = t2 define
607 butterfly d6, d26, d18, d26 @ d6 = t4, d26 = t5 define
608 butterfly d7, d22, d30, d22 @ d7 = t7, d22 = t6 define
630 butterfly d4, d28, d16, d28 @ d4 = t0, d28 = t3 define
631 butterfly d5, d20, d24, d20 @ d5 = t1, d20 = t2 define
632 butterfly d6, d26, d18, d26 @ d6 = t4, d26 = t5 define
[all …]
Dvp9itxfm_16bpp_neon.S189 .macro butterfly out1, out2, in1, in2 macro
838 butterfly d8, d26, d20, d26 @ d8 = t2a, d26 = t5 define
839 butterfly d9, d10, d28, d10 @ d9 = t3a, d10 = t4 define
872 butterfly d8, d28, d16, d28 @ d8 = t0, d28 = t3 define
873 butterfly d9, d20, d24, d20 @ d9 = t1, d20 = t2 define
897 butterfly d8, d28, d16, d28 @ d8 = t0, d28 = t3 define
898 butterfly d9, d20, d24, d20 @ d9 = t1, d20 = t2 define
1000 butterfly d2, d6, d27, d25 @ d2 = out[0], d6 = t2a define
1001 butterfly d3, d7, d23, d21 @ d3 =-out[1], d7 = t10 define
1007 butterfly d5, d8, d20, d22 @ d5 =-out[15],d8 = t3a define
[all …]
Dhevcdsp_idct_neon.S510 .macro butterfly e, o, tmp_p, tmp_m macro
/third_party/ffmpeg/libavcodec/aarch64/
Dhevcdsp_idct_neon.S353 .macro butterfly e, o, tmp_p, tmp_m macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1938 OpRef HvxSelector::butterfly(ShuffleMask SM, OpRef Va, ResultStack &Results) { in butterfly() function in HvxSelector