Home
last modified time | relevance | path

Searched refs:__lasx_xvdp2add_w_h (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c90 a0 = __lasx_xvdp2add_w_h(a0, temp0, temp1); \
95 a2 = __lasx_xvdp2add_w_h(a2, temp0, temp2); \
98 a3 = __lasx_xvdp2add_w_h(a3, temp0, temp2); \
101 b0 = __lasx_xvdp2add_w_h(b0, temp0, temp1); \
104 b2 = __lasx_xvdp2add_w_h(b2, temp0, temp2); \
107 b3 = __lasx_xvdp2add_w_h(b3, temp0, temp2); \
151 a0 = __lasx_xvdp2add_w_h(a0, temp0, temp1); \
156 a2 = __lasx_xvdp2add_w_h(a2, temp0, temp2); \
159 a3 = __lasx_xvdp2add_w_h(a3, temp0, temp2); \
162 b0 = __lasx_xvdp2add_w_h(b
[all...]
H A Dvc1dsp_lasx.c63 DUP2_ARG3(__lasx_xvdp2add_w_h, t2, temp0, const_1, t2, temp0, in ff_vc1_inv_trans_8x8_lasx()
74 t1 = __lasx_xvdp2add_w_h(temp2, temp1, const_6); in ff_vc1_inv_trans_8x8_lasx()
76 t2 = __lasx_xvdp2add_w_h(temp2, temp1, const_8); in ff_vc1_inv_trans_8x8_lasx()
78 t3 = __lasx_xvdp2add_w_h(temp2, temp1, const_10); in ff_vc1_inv_trans_8x8_lasx()
80 t4 = __lasx_xvdp2add_w_h(temp2, temp1, const_12); in ff_vc1_inv_trans_8x8_lasx()
100 DUP2_ARG3(__lasx_xvdp2add_w_h, t3, temp0, const_1, t3, temp0, in ff_vc1_inv_trans_8x8_lasx()
111 t1 = __lasx_xvdp2add_w_h(temp2, temp1, const_6); in ff_vc1_inv_trans_8x8_lasx()
113 t2 = __lasx_xvdp2add_w_h(temp2, temp1, const_8); in ff_vc1_inv_trans_8x8_lasx()
115 t3 = __lasx_xvdp2add_w_h(temp2, temp1, const_10); in ff_vc1_inv_trans_8x8_lasx()
117 t4 = __lasx_xvdp2add_w_h(temp in ff_vc1_inv_trans_8x8_lasx()
[all...]
/third_party/ffmpeg/libavutil/loongarch/
H A Dloongson_intrinsics.h843 * Example : See out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)
866 * Example : See out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)
889 * Example : See out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)
912 * Example : out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)
919 static inline __m256i __lasx_xvdp2add_w_h(__m256i in_c, __m256i in_h, in __lasx_xvdp2add_w_h() function
939 * Example : See out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)
962 * Example : See out = __lasx_xvdp2add_w_h(in_c, in_h, in_l)

Completed in 5 milliseconds