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

  /external/libvpx/libvpx/vpx_dsp/mips/
subtract_msa.c 53 ST_SH2(diff0, diff1, diff_ptr, diff_stride);
77 ST_SH2(diff0, diff1, diff, 8);
82 ST_SH2(diff0, diff1, diff, 8);
87 ST_SH2(diff0, diff1, diff, 8);
92 ST_SH2(diff0, diff1, diff, 8);
97 ST_SH2(diff0, diff1, diff, 8);
102 ST_SH2(diff0, diff1, diff, 8);
107 ST_SH2(diff0, diff1, diff, 8);
112 ST_SH2(diff0, diff1, diff, 8);
147 ST_SH2(diff0, diff1, diff, 8)
    [all...]
idct32x32_msa.c 157 ST_SH2(vec0, vec1, (tmp_odd_buf + 4 * 8), 8);
161 ST_SH2(vec0, vec1, (tmp_odd_buf), 8);
167 ST_SH2(vec0, vec1, (tmp_odd_buf + 6 * 8), 8);
170 ST_SH2(vec2, vec3, (tmp_odd_buf + 2 * 8), 8);
194 ST_SH2(vec0, vec1, (tmp_odd_buf + 12 * 8), 3 * 8);
197 ST_SH2(vec0, vec1, (tmp_odd_buf + 10 * 8), 8);
206 ST_SH2(reg0, reg1, (tmp_odd_buf + 8 * 8), 8);
414 ST_SH2(loc1, loc3, tmp_eve_buf, 8);
415 ST_SH2(loc2, loc0, (tmp_eve_buf + 14 * 8), 8);
418 ST_SH2(loc1, loc3, (tmp_eve_buf + 2 * 8), 8)
    [all...]
avg_msa.c 425 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
467 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
509 ST_SH2(hbuf_r, hbuf_l, hbuf, 8);
fwd_txfm_msa.c 196 ST_SH2(in0, in2, output, 8);
fwd_dct32x32_msa.c 333 ST_SH2(vec5, vec4, out, 8);
342 ST_SH2(vec5, vec4, out + 16, 8);
    [all...]
macros_msa.h 438 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 112 ST_SH2(in0, in2, output, 8);
162 ST_SH2(temp0, temp1, output, 8);
165 ST_SH2(in0, in2, output + 16, 8);
195 ST_SH2(in0_h, in1_h, output, 8);
quantize_msa.c 60 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8);
64 ST_SH2(q_coeff0, q_coeff1, dq_coeff, 8);
176 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8);
179 ST_SH2(de_quant0, de_quant1, dq_coeff, 8);
temporal_filter_msa.c 67 ST_SH2(mod0_h, mod1_h, cnt, 8);
105 ST_SH2(mod0_h, mod1_h, cnt, 8);
187 ST_SH2(mod0_h, mod1_h, cnt, 8);
227 ST_SH2(mod0_h, mod1_h, cnt, 8);
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 47 ST_SH2(tp0, tp2, int_buf, 8);
48 ST_SH2(tp1, tp3, int_buf + 4 * 8, 8);
54 ST_SH2(h0, h1, int_buf + 8 * 8, 8);
55 ST_SH2(h3, h2, int_buf + 12 * 8, 8);
67 ST_SH2(g1, g3, int_buf + 3 * 8, 4 * 8);
79 ST_SH2(h1, h3, int_buf + 11 * 8, 4 * 8);
231 ST_SH2(tp0, tp1, int_buf, 4 * 8);
232 ST_SH2(tp2, tp3, int_buf + 8, 4 * 8);
237 ST_SH2(h0, h3, int_buf + 8 * 8, 4 * 8);
238 ST_SH2(h1, h2, int_buf + 9 * 8, 4 * 8)
    [all...]
vp9_fdct4x4_msa.c 96 ST_SH2(in0, in2, output, 8);
  /external/webp/src/dsp/
enc_msa.c 167 ST_SH2(out0, out1, out, 8);
243 ST_SH2(coeff0, coeff1, &out[0], 8);
845 ST_SH2(in0, in1, &in[0], 8);
846 ST_SH2(out0, out1, &out[0], 8);
msa_macro.h 353 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
idct_msa.c 311 ST_SH2(dq0, dq1, d->dqcoeff, 8);
vp8_macros_msa.h 377 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
    [all...]

Completed in 148 milliseconds