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

  /external/libvpx/libvpx/vpx_dsp/mips/
idct32x32_msa.c 25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8);
26 ST_SH4(m6, n6, m7, n7, (tmp_buf + 12 * 8), 8);
35 ST_SH4(m0, n0, m1, n1, (tmp_buf + 16 * 8), 8);
36 ST_SH4(m2, n2, m3, n3, (tmp_buf + 20 * 8), 8);
37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8);
38 ST_SH4(m6, n6, m7, n7, (tmp_buf + 28 * 8), 8);
215 ST_SH4(loc0, loc1, loc2, loc3, tmp_odd_buf, 8);
222 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 8 * 8), 8);
229 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 4 * 8), 8);
236 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 12 * 8), 8)
    [all...]
avg_msa.c 209 ST_SH4(src0, src1, src2, src3, dst, 64);
210 ST_SH4(src4, src5, src6, src7, dst + 8, 64);
223 ST_SH4(src0, src1, src2, src3, dst, 64);
224 ST_SH4(src4, src5, src6, src7, dst + 8, 64);
237 ST_SH4(src0, src1, src2, src3, dst, 64);
238 ST_SH4(src4, src5, src6, src7, dst + 8, 64);
251 ST_SH4(src0, src1, src2, src3, dst, 64);
252 ST_SH4(src4, src5, src6, src7, dst + 8, 64);
fwd_dct32x32_msa.c 34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
35 ST_SH4(in4, in5, in6, in7, temp_buff + (28 * 8), 8);
36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8);
37 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (24 * 8), 8);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
53 ST_SH4(in4, in5, in6, in7, temp_buff + (20 * 8), 8);
54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8);
55 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (15 * 8) + 8, 8);
    [all...]
macros_msa.h 445 #define ST_SH4(...) ST_H4(v8i16, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8);
260 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8);

Completed in 429 milliseconds