HomeSort by relevance Sort by last modified time
    Searched refs:SRARI_H4_SH (Results 1 - 15 of 15) sorted by null

  /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 561 SRARI_H4_SH(m0, m2, m4, m6, 6);
565 SRARI_H4_SH(m0, m2, m4, m6, 6);
580 SRARI_H4_SH(m1, m3, m5, m7, 6);
585 SRARI_H4_SH(m1, m3, m5, m7, 6);
600 SRARI_H4_SH(n0, n2, n4, n6, 6);
605 SRARI_H4_SH(n0, n2, n4, n6, 6);
620 SRARI_H4_SH(n1, n3, n5, n7, 6);
625 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 81 SRARI_H4_SH(vec0, vec1, vec2, vec3, FILTER_BITS);
137 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
192 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
249 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
308 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
vpx_convolve8_avg_vert_msa.c 117 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
197 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, FILTER_BITS);
198 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
vpx_convolve8_avg_msa.c 181 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 73 SRARI_H4_SH(in0, in1, in2, in3, 5);
74 SRARI_H4_SH(in4, in5, in6, in7, 5);
vp9_idct4x4_msa.c 59 SRARI_H4_SH(in0, in1, in2, in3, 4);
  /external/libvpx/libvpx/vp8/common/mips/msa/
sixtap_filter_msa.c 195 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
241 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
255 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
293 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT);
294 SRARI_H4_SH(out4, out5, out6, out7, VP8_FILTER_SHIFT);
394 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT);
453 SRARI_H4_SH(out0_r, out1_r, out2_r, out3_r, VP8_FILTER_SHIFT);
454 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, VP8_FILTER_SHIFT);
620 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, 7);
703 SRARI_H4_SH(out0, out1, out2, out3, VP8_FILTER_SHIFT)
    [all...]
vp8_macros_msa.h     [all...]

Completed in 70 milliseconds