Searched refs:_out1 (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/common/inc/ |
D | loongson_intrinsics.h | 338 #define LSX_TRANSPOSE4x4_W(_in0, _in1, _in2, _in3, _out0, _out1, _out2, _out3) \ argument 347 _out1 = __lsx_vilvh_d(_t2, _t0); \ 379 _out0, _out1, _out2, _out3, _out4, _out5, _out6, _out7)\ argument 397 _out1 = __lsx_vshuf_b(zero, _out0, shuf8); \ 421 _out0, _out1, _out2, _out3, _out4, _out5, _out6, _out7)\ argument 446 _out1 = __lsx_vpickod_d(_t0, _t4); \ 476 _out0, _out1, _out2, _out3) \ argument 492 _out1 = __lsx_vilvh_d(_out2, _out0); \ 524 _out1, _out2, _out3, _out4, _out5, _out6, _out7) \ argument 541 DUP2_ARG2(__lsx_vilvh_d, _tmp1, _tmp0, _tmp3, _tmp2, _out1, _out3); \ [all …]
|