Searched defs:tp0 (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dsetuid2.c16 unsigned long long tp0, tp1; local
17 tp0 = monotonic_clock_ns();
19 while (tp1 - tp0 < 3 * 1000000000ull) {
H A Dbench.h34 timespec tp0; local
35 clock_gettime(CLOCK_MONOTONIC, &tp0);
41 (tp0.tv_sec * 1000000000ULL + tp0.tv_nsec);
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dbilinear_filter_msa.c725 uint32_t tp0, tp1, tp2, tp3; local
727 LW4(src, src_stride, tp0, tp1, tp2, tp3);
728 SW4(tp0, tp1, tp2, tp3, dst, dst_stride);
H A Dsixtap_filter_msa.c1420 uint32_t tp0, tp1, tp2, tp3; local
1422 LW4(src, src_stride, tp0, tp1, tp2, tp3);
1423 SW4(tp0, tp1, tp2, tp3, dst, dst_stride);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve8_avg_horiz_msa.c19 uint32_t tp0, tp1, tp2, tp3; local
40 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
41 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
53 uint32_t tp0, tp1, tp2, tp3; local
73 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
74 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
75 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
76 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1);
109 int64_t tp0, tp1, tp2, tp3; local
132 LD4(dst, dst_stride, tp0, tp
316 uint32_t tp0, tp1, tp2, tp3; local
342 uint32_t tp0, tp1, tp2, tp3; local
386 int64_t tp0, tp1, tp2, tp3; local
412 int64_t tp0, tp1, tp2, tp3; local
[all...]
H A Dvpx_convolve8_avg_msa.c19 uint32_t tp0, tp1, tp2, tp3; local
63 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
64 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
97 uint64_t tp0, tp1, tp2, tp3; local
148 LD4(dst, dst_stride, tp0, tp1, tp2, tp3);
149 INSERT_D2_UB(tp0, tp1, dst0);
231 uint32_t tp0, tp1, tp2, tp3; local
255 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
256 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
267 uint32_t tp0, tp local
326 uint64_t tp0, tp1, tp2, tp3; local
372 uint64_t tp0, tp1, tp2, tp3; local
[all...]
H A Dvpx_convolve8_avg_vert_msa.c20 uint32_t tp0, tp1, tp2, tp3; local
47 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
48 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
77 uint64_t tp0, tp1, tp2, tp3; local
101 LD4(dst, dst_stride, tp0, tp1, tp2, tp3);
102 INSERT_D2_UB(tp0, tp1, dst0);
251 uint32_t tp0, tp1, tp2, tp3; local
267 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
268 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0);
285 uint32_t tp0, tp local
333 int64_t tp0, tp1, tp2, tp3; local
359 int64_t tp0, tp1, tp2, tp3; local
[all...]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
47 ST_SH2(tp0, tp2, int_buf, 8);
81 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3);
82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8);
88 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
100 tp0 = LD_SH(int_buf + 4 * 8);
106 MADD_BF(tp0, tp1, tp2, tp3, k0, k1, k2, k0, out4, out6, out5, out7);
118 tp0 = LD_SH(int_buf);
123 BUTTERFLY_4(tp0, tp
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
266 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_loopfilter_neon.c179 uint16x8_t tp1, tp0, tq0, tq1; local
180 calc_7_tap_filter(p3, p2, p1, p0, q0, q1, q2, q3, op2, &tp1, &tp0, &tq0, &tq1,
184 *op0 = vbslq_u16(flat, tp0, *op0);

Completed in 387 milliseconds