Searched refs:__lsx_vdp2add_h_b (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp8_mc_lsx.c | 48 out0_m = __lsx_vdp2add_h_b(out0_m, in1, coeff1); \ 49 out0_m = __lsx_vdp2add_h_b(out0_m, in2, coeff2); \ 94 DUP4_ARG3(__lsx_vdp2add_h_b, out0, vec0_m, filt1, out1, vec1_m, filt1, \ 96 DUP4_ARG3(__lsx_vdp2add_h_b, out0, vec4_m, filt2, out1, vec5_m, filt2, \ 105 tmp0 = __lsx_vdp2add_h_b(tmp0, vec1, filt1); \
|
H A D | vp9_mc_lsx.c | 49 DUP2_ARG3(__lsx_vdp2add_h_b, _reg0, _tmp2, _filter1, _reg1, _tmp3, \ 56 DUP2_ARG3(__lsx_vdp2add_h_b, _reg2, _tmp6, _filter3, _reg3, _tmp7, \ 79 DUP4_ARG3(__lsx_vdp2add_h_b, _reg0, _tmp4, _filter1, _reg1, _tmp5, \ 84 DUP4_ARG3(__lsx_vdp2add_h_b, _reg4, _tmp4, _filter3, _reg5, _tmp5, \ 97 _vec0 = __lsx_vdp2add_h_b(_vec0, _reg1, _filter1); \ 99 _vec1 = __lsx_vdp2add_h_b(_vec1, _reg3, _filter3); \ 1408 DUP4_ARG3(__lsx_vdp2add_h_b, tmp0, tmp4, filter1, tmp1, tmp5, filter1, tmp2, in common_hz_8t_and_aver_dst_16w_lsx() 1410 DUP4_ARG3(__lsx_vdp2add_h_b, tmp8, tmp12, filter3, tmp9, tmp13, filter3, tmp10, in common_hz_8t_and_aver_dst_16w_lsx() 1465 DUP4_ARG3(__lsx_vdp2add_h_b, tmp0, tmp4, filter1, tmp1, tmp5, filter1, in common_hz_8t_and_aver_dst_32w_lsx() 1467 DUP4_ARG3(__lsx_vdp2add_h_b, tmp in common_hz_8t_and_aver_dst_32w_lsx() [all...] |
/third_party/ffmpeg/libavutil/loongarch/ |
H A D | loongson_intrinsics.h | 102 * Example : out = __lsx_vdp2add_h_b(in_c, in_h, in_l) 109 static inline __m128i __lsx_vdp2add_h_b(__m128i in_c, __m128i in_h, in __lsx_vdp2add_h_b() function 180 * Example : out = __lsx_vdp2add_h_b(in_c, in_h, in_l)
|
Completed in 10 milliseconds