/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_mc_uniw_lsx.c | 59 __m128i dst21_l, dst43_l, dst65_l, dst87_l; in hevc_hv_8t_8x2_lsx() local 158 dst87_l = __lsx_vilvh_h(dst8, dst7); in hevc_hv_8t_8x2_lsx() 165 dst87_l, filt_h3, dst1_r, dst1_l); in hevc_hv_8t_8x2_lsx() 200 dst65_l = dst87_l; in hevc_hv_8t_8x2_lsx()
|
H A D | hevc_mc_uni_lsx.c | 363 __m128i dst21_l, dst43_l, dst65_l, dst87_l; in hevc_hv_8t_8x2_lsx() local 460 dst87_l = __lsx_vilvh_h(dst8, dst7); in hevc_hv_8t_8x2_lsx() 467 dst87_l, filt_h3, dst1_r, dst1_l); in hevc_hv_8t_8x2_lsx() 491 dst65_l = dst87_l; in hevc_hv_8t_8x2_lsx() 929 __m128i dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_4t_8x6_lsx() local 976 dst54_l, dst65_l, dst76_l, dst87_l); in hevc_hv_4t_8x6_lsx() 991 filt_h1, dst5_r, dst87_r, filt_h1, dst5_l, dst87_l, filt_h1, in hevc_hv_4t_8x6_lsx()
|
H A D | hevc_mc_bi_lsx.c | 1891 __m128i dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_4t_8x6_lsx() local 1948 dst54_l, dst65_l, dst76_l, dst87_l); in hevc_hv_4t_8x6_lsx() 1963 filt_h1, dst5_r, dst87_r, filt_h1, dst5_l, dst87_l, filt_h1, in hevc_hv_4t_8x6_lsx()
|
H A D | hevcdsp_lsx.c | 2721 __m128i dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_4t_8x6_lsx() local 2768 dst54_l, dst65_l, dst76_l, dst87_l); in hevc_hv_4t_8x6_lsx() 2783 filt_h1, dst5_r, dst87_r, filt_h1, dst5_l, dst87_l, filt_h1, in hevc_hv_4t_8x6_lsx()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_uni_msa.c | 1493 v8i16 dst21_l, dst43_l, dst65_l, dst87_l; in hevc_hv_uni_8t_8multx2mult_msa() local 1579 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uni_8t_8multx2mult_msa() 1582 dst1_l = HEVC_FILT_8TAP(dst21_l, dst43_l, dst65_l, dst87_l, in hevc_hv_uni_8t_8multx2mult_msa() 1642 v8i16 dst1413_r, dst87_l, filter_vec; in hevc_hv_uni_8t_12w_msa() local 1725 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uni_8t_12w_msa() 1728 dst1_l = HEVC_FILT_8TAP(dst21_l, dst43_l, dst65_l, dst87_l, in hevc_hv_uni_8t_12w_msa() 3342 v8i16 dst98_l, dst65_l, dst54_l, dst76_l, dst87_l, dst109_l; in hevc_hv_uni_4t_6w_msa() local 3401 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_uni_4t_6w_msa() 3406 PCKEV_D2_SH(dst65_l, dst54_l, dst87_l, dst76_l, dst5465_l, dst7687_l); in hevc_hv_uni_4t_6w_msa() 3606 v8i16 dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_uni_4t_8x6_msa() local [all...] |
H A D | hevc_mc_biw_msa.c | 2104 v8i16 dst21_l, dst43_l, dst65_l, dst87_l; in hevc_hv_biwgt_8t_8multx2mult_msa() local 2212 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_biwgt_8t_8multx2mult_msa() 2215 dst1_l = HEVC_FILT_8TAP(dst21_l, dst43_l, dst65_l, dst87_l, in hevc_hv_biwgt_8t_8multx2mult_msa() 2304 v8i16 dst21, dst43, dst65, dst97, dst108, dst109, dst98, dst87_r, dst87_l; in hevc_hv_biwgt_8t_12w_msa() local 2399 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_biwgt_8t_12w_msa() 2402 dst3 = HEVC_FILT_8TAP(dst21_l, dst43_l, dst65_l, dst87_l, filt_h0, in hevc_hv_biwgt_8t_12w_msa() 4887 v8i16 dst98_l, dst21_l, dst43_l, dst65_l, dst87_l, dst109_l; in hevc_hv_biwgt_4t_6w_msa() local 4960 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_biwgt_4t_6w_msa() 4964 PCKEV_D2_SH(dst65_l, dst54_l, dst87_l, dst76_l, dst5465_l, dst7687_l); in hevc_hv_biwgt_4t_6w_msa() 5288 v8i16 dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_biwgt_4t_8x6_msa() local [all...] |
H A D | hevc_mc_uniw_msa.c | 1909 v8i16 dst21_l, dst43_l, dst65_l, dst87_l; in hevc_hv_uniwgt_8t_8multx2mult_msa() local 2004 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uniwgt_8t_8multx2mult_msa() 2007 dst1_l = HEVC_FILT_8TAP(dst21_l, dst43_l, dst65_l, dst87_l, in hevc_hv_uniwgt_8t_8multx2mult_msa() 2035 dst65_l = dst87_l; in hevc_hv_uniwgt_8t_8multx2mult_msa() 4479 v8i16 dst98_l, dst21_l, dst43_l, dst65_l, dst87_l, dst109_l; in hevc_hv_uniwgt_4t_6w_msa() local 4541 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_uniwgt_4t_6w_msa() 4545 PCKEV_D2_SH(dst65_l, dst54_l, dst87_l, dst76_l, dst5465_l, dst7687_l); in hevc_hv_uniwgt_4t_6w_msa() 4779 v8i16 dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_uniwgt_4t_8x6_msa() local 4833 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uniwgt_4t_8x6_msa() 4845 dst5_l = HEVC_FILT_4TAP(dst65_l, dst87_l, filt_h in hevc_hv_uniwgt_4t_8x6_msa() [all...] |
H A D | hevcdsp_msa.c | 3487 v8i16 dst98_l, dst21_l, dst43_l, dst65_l, dst87_l, dst109_l; in hevc_hv_4t_6w_msa() local 3560 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_4t_6w_msa() 3565 PCKEV_D2_SH(dst65_l, dst54_l, dst87_l, dst76_l, dst5465_l, dst7687_l); in hevc_hv_4t_6w_msa() 3765 v8i16 dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_4t_8x6_msa() local 3825 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_4t_8x6_msa() 3838 dst5_l = HEVC_FILT_4TAP(dst65_l, dst87_l, filt_h0, filt_h1); in hevc_hv_4t_8x6_msa()
|
H A D | hevc_mc_bi_msa.c | 4098 v8i16 dst54_l, dst76_l, dst98_l, dst65_l, dst87_l, dst109_l; in hevc_hv_bi_4t_6w_msa() local 4162 ILVRL_H2_SH(dsth8, dsth7, dst87_r, dst87_l); in hevc_hv_bi_4t_6w_msa() 4166 PCKEV_D2_SH(dst65_l, dst54_l, dst87_l, dst76_l, dst5465_l, dst7687_l); in hevc_hv_bi_4t_6w_msa() 4416 v8i16 dst76_r, dst76_l, dst87_r, dst87_l; in hevc_hv_bi_4t_8x6_msa() local 4472 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_bi_4t_8x6_msa() 4485 dst5_l = HEVC_FILT_4TAP(dst65_l, dst87_l, filt_h0, filt_h1); in hevc_hv_bi_4t_8x6_msa()
|