Home
last modified time | relevance | path

Searched refs:SAT_SH2_SH (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c164 SAT_SH2_SH(out0, out1, 7); in common_hz_6t_4x4_msa()
348 SAT_SH2_SH(out10, out32, 7); in common_vt_6t_4w_msa()
538 SAT_SH2_SH(tmp0, tmp1, 7); in common_hv_6ht_6vt_4w_msa()
672 SAT_SH2_SH(out0, out1, 7); in common_hz_4t_4x4_msa()
848 SAT_SH2_SH(out10, out32, 7); in common_vt_4t_4w_msa()
1009 SAT_SH2_SH(tmp0, tmp1, 7); in common_hv_4ht_4vt_4w_msa()
1156 SAT_SH2_SH(tmp0, tmp1, 7); in common_hv_6ht_4vt_4w_msa()
1309 SAT_SH2_SH(tmp0, tmp1, 7); in common_hv_4ht_6vt_4w_msa()
Dvp8_macros_msa.h1178 #define SAT_SH2_SH(...) SAT_SH2(v8i16, __VA_ARGS__) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_msa.c86 SAT_SH2_SH(tmp0, tmp1, 7); in common_hv_8ht_8vt_4w_msa()
Dvpx_convolve8_avg_msa.c83 SAT_SH2_SH(res0, res1, 7); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
Dvpx_convolve8_vert_msa.c54 SAT_SH2_SH(out10, out32, 7); in common_vt_8t_4w_msa()
Dvpx_convolve8_avg_vert_msa.c58 SAT_SH2_SH(out10, out32, 7); in common_vt_8t_and_aver_dst_4w_msa()
Dvpx_convolve8_horiz_msa.c38 SAT_SH2_SH(out0, out1, 7); in common_hz_8t_4x4_msa()
Dvpx_convolve8_avg_horiz_msa.c42 SAT_SH2_SH(res0, res1, 7); in common_hz_8t_and_aver_dst_4x4_msa()
Dmacros_msa.h1257 #define SAT_SH2_SH(...) SAT_SH2(v8i16, __VA_ARGS__) macro