/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct8x8_msa.c | 33 SRARI_H4_SH(in0, in1, in2, in3, 5); in vpx_idct8x8_64_add_msa() 34 SRARI_H4_SH(in4, in5, in6, in7, 5); in vpx_idct8x8_64_add_msa() 93 SRARI_H4_SH(in0, in1, in2, in3, 5); in vpx_idct8x8_12_add_msa() 94 SRARI_H4_SH(in4, in5, in6, in7, 5); in vpx_idct8x8_12_add_msa()
|
D | vpx_convolve8_horiz_msa.c | 71 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_4x8_msa() 113 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_8x4_msa() 146 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_8x8mult_msa() 192 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_16w_msa() 232 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_32w_msa() 251 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_32w_msa() 290 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_64w_msa() 307 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_64w_msa()
|
D | idct32x32_msa.c | 555 SRARI_H4_SH(m0, m2, m4, m6, 6); in idct8x32_column_butterfly_addblk() 559 SRARI_H4_SH(m0, m2, m4, m6, 6); in idct8x32_column_butterfly_addblk() 574 SRARI_H4_SH(m1, m3, m5, m7, 6); in idct8x32_column_butterfly_addblk() 578 SRARI_H4_SH(m1, m3, m5, m7, 6); in idct8x32_column_butterfly_addblk() 593 SRARI_H4_SH(n0, n2, n4, n6, 6); in idct8x32_column_butterfly_addblk() 597 SRARI_H4_SH(n0, n2, n4, n6, 6); in idct8x32_column_butterfly_addblk() 612 SRARI_H4_SH(n1, n3, n5, n7, 6); in idct8x32_column_butterfly_addblk() 616 SRARI_H4_SH(n1, n3, n5, n7, 6); in idct8x32_column_butterfly_addblk()
|
D | vpx_convolve8_vert_msa.c | 103 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_8w_msa() 172 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_16w_msa() 173 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); in common_vt_8t_16w_msa() 256 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_16w_mult_msa() 257 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); in common_vt_8t_16w_mult_msa()
|
D | idct16x16_msa.c | 191 SRARI_H4_SH(reg0, reg2, reg4, reg6, 6); in vpx_idct16_1d_columns_addblk_msa() 194 SRARI_H4_SH(reg8, reg10, reg12, reg14, 6); in vpx_idct16_1d_columns_addblk_msa() 197 SRARI_H4_SH(reg3, reg13, reg11, reg5, 6); in vpx_idct16_1d_columns_addblk_msa() 200 SRARI_H4_SH(reg7, reg9, reg1, reg15, 6); in vpx_idct16_1d_columns_addblk_msa()
|
D | idct4x4_msa.c | 83 SRARI_H4_SH(in0, in1, in2, in3, 4); in vpx_idct4x4_16_add_msa()
|
D | vpx_convolve8_avg_horiz_msa.c | 83 SRARI_H4_SH(vec0, vec1, vec2, vec3, FILTER_BITS); in common_hz_8t_and_aver_dst_4x8_msa() 135 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_and_aver_dst_8w_msa() 188 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_and_aver_dst_16w_msa() 243 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_and_aver_dst_32w_msa() 300 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_and_aver_dst_64w_msa()
|
D | vpx_convolve8_avg_vert_msa.c | 115 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_vt_8t_and_aver_dst_8w_msa() 191 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_and_aver_dst_16w_mult_msa() 192 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); in common_vt_8t_and_aver_dst_16w_mult_msa()
|
D | vpx_convolve8_avg_msa.c | 176 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
|
D | vpx_convolve8_msa.c | 177 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS); in common_hv_8ht_8vt_8w_msa()
|
D | macros_msa.h | 1499 #define SRARI_H4_SH(...) SRARI_H4(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp9/common/mips/msa/ |
D | vp9_idct8x8_msa.c | 71 SRARI_H4_SH(in0, in1, in2, in3, 5); in vp9_iht8x8_64_add_msa() 72 SRARI_H4_SH(in4, in5, in6, in7, 5); in vp9_iht8x8_64_add_msa()
|
D | vp9_idct4x4_msa.c | 57 SRARI_H4_SH(in0, in1, in2, in3, 4); in vp9_iht4x4_16_add_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 186 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); in common_hz_6t_4x8_msa() 227 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); in common_hz_6t_8w_msa() 240 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); in common_hz_6t_8w_msa() 276 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); in common_hz_6t_16w_msa() 277 SRARI_H4_SH(out4, out5, out6, out7, VP8_FILTER_SHIFT); in common_hz_6t_16w_msa() 373 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT); in common_vt_6t_8w_msa() 430 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT); in common_vt_6t_16w_msa() 431 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, VP8_FILTER_SHIFT); in common_vt_6t_16w_msa() 593 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, 7); in common_hv_6ht_6vt_8w_msa() 672 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); in common_hz_4t_4x8_msa() [all …]
|
D | vp8_macros_msa.h | 1413 #define SRARI_H4_SH(...) SRARI_H4(v8i16, __VA_ARGS__) macro
|
/external/libaom/libaom/aom_dsp/mips/ |
D | aom_convolve8_horiz_msa.c | 74 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_4x8_msa() 116 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_8x4_msa() 149 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_8x8mult_msa() 195 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_16w_msa() 235 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_32w_msa() 254 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_32w_msa() 293 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_64w_msa() 310 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_64w_msa()
|
D | aom_convolve8_vert_msa.c | 106 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_8w_msa() 175 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_16w_msa() 176 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); in common_vt_8t_16w_msa() 259 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); in common_vt_8t_16w_mult_msa() 260 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); in common_vt_8t_16w_mult_msa()
|
D | macros_msa.h | 1603 #define SRARI_H4_SH(...) SRARI_H4(v8i16, __VA_ARGS__) macro
|