Searched refs:__lasx_xvdp2_w_h (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vc1dsp_lasx.c | 65 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_8x8_lasx() 73 temp2 = __lasx_xvdp2_w_h(const_5, temp0); in ff_vc1_inv_trans_8x8_lasx() 75 temp2 = __lasx_xvdp2_w_h(const_7, temp0); in ff_vc1_inv_trans_8x8_lasx() 77 temp2 = __lasx_xvdp2_w_h(const_9, temp0); in ff_vc1_inv_trans_8x8_lasx() 79 temp2 = __lasx_xvdp2_w_h(const_11, temp0); in ff_vc1_inv_trans_8x8_lasx() 102 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_8x8_lasx() 110 temp2 = __lasx_xvdp2_w_h(const_5, temp0); in ff_vc1_inv_trans_8x8_lasx() 112 temp2 = __lasx_xvdp2_w_h(const_7, temp0); in ff_vc1_inv_trans_8x8_lasx() 114 temp2 = __lasx_xvdp2_w_h(const_9, temp0); in ff_vc1_inv_trans_8x8_lasx() 116 temp2 = __lasx_xvdp2_w_h(const_1 in ff_vc1_inv_trans_8x8_lasx() [all...] |
H A D | simple_idct_lasx.c | 77 b0 = __lasx_xvdp2_w_h(temp0, temp1); \ 80 b1 = __lasx_xvdp2_w_h(temp0, temp2); \ 83 b2 = __lasx_xvdp2_w_h(temp0, temp2); \ 86 b3 = __lasx_xvdp2_w_h(temp0, temp2); \ 138 b0 = __lasx_xvdp2_w_h(temp0, temp1); \ 141 b1 = __lasx_xvdp2_w_h(temp0, temp2); \ 144 b2 = __lasx_xvdp2_w_h(temp0, temp2); \ 147 b3 = __lasx_xvdp2_w_h(temp0, temp2); \
|
/third_party/ffmpeg/libavutil/loongarch/ |
H A D | loongson_intrinsics.h | 730 * Example : See out = __lasx_xvdp2_w_h(in_h, in_l) 752 * Example : See out = __lasx_xvdp2_w_h(in_h, in_l) 774 * Example : out = __lasx_xvdp2_w_h(in_h, in_l) 780 static inline __m256i __lasx_xvdp2_w_h(__m256i in_h, __m256i in_l) { in __lasx_xvdp2_w_h() function 799 * Example : See out = __lasx_xvdp2_w_h(in_h, in_l) 821 * Example : See out = __lasx_xvdp2_w_h(in_h, in_l)
|
Completed in 5 milliseconds