Home
last modified time | relevance | path

Searched refs:SRAR_W2_SW (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhevc_idct_msa.c586 SRAR_W2_SW(tmp0_r, tmp0_l, sum1_r); in hevc_idct_8x32_column_msa()
592 SRAR_W2_SW(tmp1_r, tmp1_l, sum1_r); in hevc_idct_8x32_column_msa()
Dhevc_mc_biw_msa.c125 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_biwgt_copy_4w_msa()
1071 SRAR_W2_SW(dst2_r, dst2_l, rnd_vec); in hevc_hz_biwgt_8t_24w_msa()
1102 SRAR_W2_SW(dst2_r, dst2_l, rnd_vec); in hevc_hz_biwgt_8t_24w_msa()
1676 SRAR_W2_SW(dst2_r, dst2_l, rnd_vec); in hevc_vt_biwgt_8t_12w_msa()
2685 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_hz_biwgt_4t_4x2_msa()
3556 SRAR_W2_SW(dst10_r, dst10_l, rnd_vec); in hevc_vt_biwgt_4t_4x2_msa()
4576 SRAR_W2_SW(dst0, dst1, rnd_vec); in hevc_hv_biwgt_4t_4x2_msa()
Dhevc_mc_uniw_msa.c88 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_uniwgt_copy_4w_msa()
2166 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_hv_uniwgt_8t_12w_msa()
2394 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_hz_uniwgt_4t_4x2_msa()
3295 SRAR_W2_SW(dst0_r, dst0_l, rnd_vec); in hevc_vt_uniwgt_4t_4x2_msa()
4247 SRAR_W2_SW(dst0, dst1, rnd_vec); in hevc_hv_uniwgt_4t_4x2_msa()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2048 #define SRAR_W2_SW(...) SRAR_W2(v4i32, __VA_ARGS__) macro