Home
last modified time | relevance | path

Searched refs:SRARI_H2_UH (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dvp9_mc_msa.c1812 SRARI_H2_UH(vec2, vec3, 7); in common_hz_2t_4x4_msa()
2137 SRARI_H2_UH(tmp0, tmp1, 7); in common_vt_2t_4x4_msa()
2298 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_bilin_16v_msa()
2306 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_bilin_16v_msa()
2312 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_bilin_16v_msa()
2318 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_bilin_16v_msa()
2355 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_bilin_32v_msa()
2359 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_bilin_32v_msa()
2366 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_bilin_32v_msa()
2371 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_bilin_32v_msa()
[all …]
Dme_cmp_msa.c311 SRARI_H2_UH(comp0, comp1, 2); in sad_hv_bilinear_filter_16width_msa()
321 SRARI_H2_UH(comp2, comp3, 2); in sad_hv_bilinear_filter_16width_msa()
331 SRARI_H2_UH(comp0, comp1, 2); in sad_hv_bilinear_filter_16width_msa()
341 SRARI_H2_UH(comp2, comp3, 2); in sad_hv_bilinear_filter_16width_msa()
357 SRARI_H2_UH(comp0, comp1, 2); in sad_hv_bilinear_filter_16width_msa()
367 SRARI_H2_UH(comp2, comp3, 2); in sad_hv_bilinear_filter_16width_msa()
377 SRARI_H2_UH(comp0, comp1, 2); in sad_hv_bilinear_filter_16width_msa()
387 SRARI_H2_UH(comp2, comp3, 2); in sad_hv_bilinear_filter_16width_msa()
Dvp8_mc_msa.c1509 SRARI_H2_UH(vec2, vec3, 7); in common_hz_2t_4x4_msa()
1745 SRARI_H2_UH(tmp0, tmp1, 7); in common_vt_2t_4x4_msa()
1906 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_vp8_bilinear16_v_msa()
1914 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_vp8_bilinear16_v_msa()
1920 SRARI_H2_UH(tmp0, tmp1, 7); in ff_put_vp8_bilinear16_v_msa()
1926 SRARI_H2_UH(tmp2, tmp3, 7); in ff_put_vp8_bilinear16_v_msa()
1962 SRARI_H2_UH(tmp0, tmp1, 7); in common_hv_2ht_2vt_4x4_msa()
2114 SRARI_H2_UH(tmp1, tmp2, 7); in common_hv_2ht_2vt_8x8mult_msa()
2127 SRARI_H2_UH(tmp3, tmp4, 7); in common_hv_2ht_2vt_8x8mult_msa()
2209 SRARI_H2_UH(tmp1, tmp2, 7); in ff_put_vp8_bilinear16_hv_msa()
[all …]
Dh264chroma_msa.c144 SRARI_H2_UH(res0_r, res1_r, 6); in avc_chroma_hz_4x4_msa()
418 SRARI_H2_UH(res0_r, res1_r, 6); in avc_chroma_vt_4x4_msa()
666 SRARI_H2_UH(res_vt0, res_vt1, 6); in avc_chroma_hv_4x4_msa()
991 SRARI_H2_UH(res0_r, res1_r, 6); in avc_chroma_hz_and_aver_dst_4x4_msa()
1273 SRARI_H2_UH(res0_r, res1_r, 6); in avc_chroma_vt_and_aver_dst_4x4_msa()
1584 SRARI_H2_UH(res_vt0, res_vt1, 6); in avc_chroma_hv_and_aver_dst_4x4_msa()
Dhpeldsp_msa.c553 SRARI_H2_UH(sum0, sum1, 2); in common_hv_bil_4w_msa()
951 SRARI_H2_UH(sum0, sum1, 2); in common_hv_bil_and_aver_dst_4w_msa()
Dhevcpred_msa.c497 SRARI_H2_UH(vec1, vec2, 2); in hevc_intra_pred_dc_16x16_msa()
507 SRARI_H2_UH(vec1, vec2, 2); in hevc_intra_pred_dc_16x16_msa()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2058 #define SRARI_H2_UH(...) SRARI_H2(v8u16, __VA_ARGS__) macro