Searched refs:_out3 (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 349 _out3 = __lsx_vilvh_d(_t3, _t1); \ 379 _out0, _out1, _out2, _out3, _out4, _out5, _out6, _out7)\ argument 398 _out3 = __lsx_vshuf_b(zero, _out2, shuf8); \ 421 _out0, _out1, _out2, _out3, _out4, _out5, _out6, _out7)\ argument 447 _out3 = __lsx_vpickod_d(_t1, _t5); \ 476 _out0, _out1, _out2, _out3) \ argument 493 _out3 = __lsx_vilvh_d(_out0, _out2); \ 524 _out1, _out2, _out3, _out4, _out5, _out6, _out7) \ argument 541 DUP2_ARG2(__lsx_vilvh_d, _tmp1, _tmp0, _tmp3, _tmp2, _out1, _out3); \ [all …]
|