Searched refs:dst20 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_msa.c | 3249 v8i16 dst20, dst31, dst42, dst10, dst32, dst21, dst43; in hevc_hv_4t_4x2_msa() local 3272 dst20 = const_vec; in hevc_hv_4t_4x2_msa() 3275 DPADD_SB2_SH(vec0, vec1, filt0, filt1, dst20, dst20); in hevc_hv_4t_4x2_msa() 3278 ILVRL_H2_SH(dst31, dst20, dst10, dst32); in hevc_hv_4t_4x2_msa()
|
H A D | hevc_mc_uni_msa.c | 3102 v8i16 dst20, dst31, dst42, dst10, dst32, dst21, dst43; in hevc_hv_uni_4t_4x2_msa() local 3124 dst20 = HEVC_FILT_4TAP_SH(vec0, vec1, filt0, filt1); in hevc_hv_uni_4t_4x2_msa() 3128 ILVRL_H2_SH(dst31, dst20, dst10, dst32); in hevc_hv_uni_4t_4x2_msa()
|
H A D | hevc_mc_biw_msa.c | 4524 v8i16 dst20, dst31, dst42, dst10, dst32, dst21, dst43, tmp0, tmp1; in hevc_hv_biwgt_4t_4x2_msa() local 4557 dst20 = HEVC_FILT_4TAP_SH(vec0, vec1, filt0, filt1); in hevc_hv_biwgt_4t_4x2_msa() 4561 ILVRL_H2_SH(dst31, dst20, dst10, dst32); in hevc_hv_biwgt_4t_4x2_msa()
|
H A D | hevc_mc_uniw_msa.c | 4208 v8i16 dst20, dst31, dst42, dst10, dst32, dst21, dst43; in hevc_hv_uniwgt_4t_4x2_msa() local 4237 dst20 = HEVC_FILT_4TAP_SH(vec0, vec1, filt0, filt1); in hevc_hv_uniwgt_4t_4x2_msa() 4240 ILVRL_H2_SH(dst31, dst20, dst10, dst32); in hevc_hv_uniwgt_4t_4x2_msa()
|
H A D | hevc_mc_bi_msa.c | 3803 v8i16 dst20, dst31, dst42, dst10, dst32, dst21, dst43, tmp; in hevc_hv_bi_4t_4x2_msa() local 3832 dst20 = HEVC_FILT_4TAP_SH(vec0, vec1, filt0, filt1); in hevc_hv_bi_4t_4x2_msa() 3836 ILVRL_H2_SH(dst31, dst20, dst10, dst32); in hevc_hv_bi_4t_4x2_msa()
|
Completed in 50 milliseconds