Searched refs:__lasx_xvdp2add_w_h (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
D | simple_idct_lasx.c | 90 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(b0, temp0, temp1); \ [all …]
|
D | vc1dsp_lasx.c | 63 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(temp2, temp1, const_12); in ff_vc1_inv_trans_8x8_lasx() [all …]
|
/third_party/openh264/codec/common/inc/ |
D | loongson_intrinsics.h | 891 static inline __m256i __lasx_xvdp2add_w_h(__m256i in_c, __m256i in_h, in __lasx_xvdp2add_w_h() function
|
/third_party/ffmpeg/libavutil/loongarch/ |
D | loongson_intrinsics.h | 919 static inline __m256i __lasx_xvdp2add_w_h(__m256i in_c, __m256i in_h, in __lasx_xvdp2add_w_h() function
|