/external/libvpx/libvpx/vpx_dsp/mips/ |
idct8x8_msa.c | 33 SRARI_H4_SH(in0, in1, in2, in3, 5); 34 SRARI_H4_SH(in4, in5, in6, in7, 5); 93 SRARI_H4_SH(in0, in1, in2, in3, 5); 94 SRARI_H4_SH(in4, in5, in6, in7, 5);
|
idct4x4_msa.c | 83 SRARI_H4_SH(in0, in1, in2, in3, 4);
|
idct32x32_msa.c | 555 SRARI_H4_SH(m0, m2, m4, m6, 6); 559 SRARI_H4_SH(m0, m2, m4, m6, 6); 574 SRARI_H4_SH(m1, m3, m5, m7, 6); 578 SRARI_H4_SH(m1, m3, m5, m7, 6); 593 SRARI_H4_SH(n0, n2, n4, n6, 6); 597 SRARI_H4_SH(n0, n2, n4, n6, 6); 612 SRARI_H4_SH(n1, n3, n5, n7, 6); 616 SRARI_H4_SH(n1, n3, n5, n7, 6);
|
vpx_convolve8_horiz_msa.c | 71 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 113 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 146 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 192 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 232 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 251 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 290 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 307 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
|
idct16x16_msa.c | 191 SRARI_H4_SH(reg0, reg2, reg4, reg6, 6); 194 SRARI_H4_SH(reg8, reg10, reg12, reg14, 6); 197 SRARI_H4_SH(reg3, reg13, reg11, reg5, 6); 200 SRARI_H4_SH(reg7, reg9, reg1, reg15, 6);
|
vpx_convolve8_vert_msa.c | 103 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); 172 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); 173 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS); 256 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); 257 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
|
vpx_convolve8_avg_horiz_msa.c | 79 SRARI_H4_SH(vec0, vec1, vec2, vec3, FILTER_BITS); 131 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 184 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 239 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 296 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
|
vpx_convolve8_avg_vert_msa.c | 113 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); 189 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS); 190 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
|
vpx_convolve8_avg_msa.c | 173 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS);
|
vpx_convolve8_msa.c | 177 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS);
|
macros_msa.h | [all...] |
/external/libvpx/libvpx/vp9/common/mips/msa/ |
vp9_idct8x8_msa.c | 71 SRARI_H4_SH(in0, in1, in2, in3, 5); 72 SRARI_H4_SH(in4, in5, in6, in7, 5);
|
vp9_idct4x4_msa.c | 57 SRARI_H4_SH(in0, in1, in2, in3, 4);
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
sixtap_filter_msa.c | 186 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); 227 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); 240 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); 276 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT); 277 SRARI_H4_SH(out4, out5, out6, out7, VP8_FILTER_SHIFT); 373 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT); 430 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT); 431 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, VP8_FILTER_SHIFT); 593 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, 7); 672 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT) [all...] |
vp8_macros_msa.h | [all...] |