HomeSort by relevance Sort by last modified time
    Searched defs:tmp6 (Results 1 - 25 of 37) sorted by null

1 2

  /art/libartbase/base/unix_file/
fd_file_test.cc 276 art::ScratchFile tmp6; local
277 EXPECT_TRUE(tmp6.GetFile()->WriteFully(&buffer[0], length));
278 EXPECT_EQ(reset_compare(tmp, tmp6), 0);
  /external/libaom/libaom/aom_dsp/mips/
intrapred8_dspr2.c 17 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp6], 5(%[left]) \n\t"
35 "replv.qb %[tmp6], %[tmp6] \n\t"
54 "sw %[tmp6], (%[dst]) \n\t"
55 "sw %[tmp6], 4(%[dst]) \n\t"
65 [tmp6] "=&r"(tmp6), [tmp8] "=&r"(tmp8)
intrapred16_dspr2.c 17 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
28 "lb %[tmp6], 5(%[left]) \n\t"
45 "replv.qb %[tmp6], %[tmp6] \n\t"
87 "sw %[tmp6], (%[dst]) \n\t"
88 "sw %[tmp6], 4(%[dst]) \n\t"
89 "sw %[tmp6], 8(%[dst]) \n\t"
90 "sw %[tmp6], 12(%[dst]) \n\t"
154 [tmp6] "=&r"(tmp6), [tmp8] "=&r"(tmp8), [tmp9] "=&r"(tmp9)
    [all...]
aom_convolve8_vert_msa.c 567 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
600 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
601 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
602 PCKEV_ST_SB(tmp6, tmp7, dst + 16 + dst_stride);
620 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
621 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
622 PCKEV_ST_SB(tmp6, tmp7, dst + 48 + dst_stride);
  /external/libjpeg-turbo/
jfdctflt.c 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
75 tmp6 = dataptr[1] - dataptr[6];
98 tmp11 = tmp5 + tmp6;
99 tmp12 = tmp6 + tmp7;
125 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
148 tmp11 = tmp5 + tmp6;
149 tmp12 = tmp6 + tmp7;
jfdctfst.c 119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp6 = dataptr[1] - dataptr[6];
156 tmp11 = tmp5 + tmp6;
157 tmp12 = tmp6 + tmp7;
183 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
206 tmp11 = tmp5 + tmp6;
207 tmp12 = tmp6 + tmp7;
jfdctint.c 145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
161 tmp6 = dataptr[1] - dataptr[6];
191 z2 = tmp5 + tmp6;
192 z3 = tmp4 + tmp6;
198 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
210 dataptr[3] = (DCTELEM)DESCALE(tmp6 + z2 + z3, CONST_BITS - PASS1_BITS);
226 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
258 z2 = tmp5 + tmp6;
259 z3 = tmp4 + tmp6;
    [all...]
jidctflt.c 76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
148 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5] * _0_125);
151 z13 = tmp6 + tmp5; /* phase 6 */
152 z10 = tmp6 - tmp5;
163 tmp6 = tmp12 - tmp7; /* phase 2 */
164 tmp5 = tmp11 - tmp6;
169 wsptr[DCTSIZE * 1] = tmp1 + tmp6;
170 wsptr[DCTSIZE * 6] = tmp1 - tmp6;
221 tmp6 = tmp12 - tmp7;
222 tmp5 = tmp11 - tmp6;
    [all...]
jidctfst.c 175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
247 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]);
250 z13 = tmp6 + tmp5; /* phase 6 */
251 z10 = tmp6 - tmp5;
262 tmp6 = tmp12 - tmp7; /* phase 2 */
263 tmp5 = tmp11 - tmp6;
268 wsptr[DCTSIZE * 1] = (int)(tmp1 + tmp6);
269 wsptr[DCTSIZE * 6] = (int)(tmp1 - tmp6);
344 tmp6 = tmp12 - tmp7; /* phase 2 */
345 tmp5 = tmp11 - tmp6;
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_fft_mips.c 35 int32_t tmp6 = 0; local
75 "lh %[tmp6], 0(%[ptr_i]) \n\t"
87 "sll %[tmp6], %[tmp6], 14 \n\t"
91 "subu %[tmp4], %[tmp6], %[tmp1] \n\t"
92 "addu %[tmp1], %[tmp6], %[tmp1] \n\t"
93 "addu %[tmp6], %[tmp5], %[tmp2] \n\t"
96 "shra_r.w %[tmp6], %[tmp6], 15 \n\t"
104 "sll %[tmp6], %[tmp6], 14 \n\t
157 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
46 "lh %[tmp6], 2(%[tmp_x]) \n\t"
51 "mul %[tmp6], %[tmp2], %[tmp6] \n\t"
60 "srav %[tmp6], %[tmp6], %[scaling] \n\t"
69 "addu %[csum32], %[csum32], %[tmp6] \n\t"
79 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6),
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8 local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 131 int32 tmp6 = vec[6] - vec[2]; local
151 vec[1] = fxp_mac32_Q32(vec[1], tmp6 << 1, cos_13pi_18);
154 vec[3] = fxp_mul32_Q32((tmp5 + tmp6 - tmp8) << 1, cos_pi_6);
156 vec[5] = fxp_mac32_Q32(vec[5], tmp6 << 1, cos_7pi_18);
160 vec[7] = fxp_mac32_Q32(vec[7], tmp6 << 1, cos_17pi_18);
pvmp3_dct_16.cpp 161 int32 tmp6; local
190 tmp6 = vec[ 6] + vec[ 9];
194 itmp_e1 = (tmp1 + tmp6);
195 tmp6 = fxp_mul32_Q32((tmp1 - tmp6), Qfmt_31(0.60134488693505F));
234 tmp3 = fxp_mul32_Q32((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
235 tmp6 += tmp5;
237 tmp4 = fxp_mul32_Q32((tmp7 - tmp6) << 1, Qfmt_31(0.70710678118655F));
238 tmp6 += tmp7;
242 vec[ 2] = tmp1 + tmp6;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp6], 5(%[left]) \n\t"
43 "replv.qb %[tmp6], %[tmp6] \n\t"
85 "sw %[tmp6], (%[dst]) \n\t"
86 "sw %[tmp6], 4(%[dst]) \n\t"
87 "sw %[tmp6], 8(%[dst]) \n\t"
88 "sw %[tmp6], 12(%[dst]) \n\t"
152 [tmp6] "=&r"(tmp6), [tmp8] "=&r"(tmp8), [tmp9] "=&r"(tmp9)
    [all...]
intrapred8_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp6], 5(%[left]) \n\t"
34 "replv.qb %[tmp6], %[tmp6] \n\t"
53 "sw %[tmp6], (%[dst]) \n\t"
54 "sw %[tmp6], 4(%[dst]) \n\t"
64 [tmp6] "=&r"(tmp6), [tmp8] "=&r"(tmp8)
    [all...]
fwd_txfm_msa.c 30 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
51 ADD4(in4, in11, in5, in10, in6, in9, in7, in8, tmp4, tmp5, tmp6, tmp7);
52 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp0, tmp1,
53 tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
54 ST_SH8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp_ptr, 32);
149 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
168 in12, in13, in14, in15, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6,
171 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp0, tmp1,
172 tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
179 TRANSPOSE8x8_SH_SH(tmp4, in4, tmp5, in5, tmp6, in6, tmp7, in7, tmp4, in4
    [all...]
vpx_convolve8_avg_vert_msa.c 544 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
581 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
582 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
583 PCKEV_AVG_ST_UB(tmp7, tmp6, dst3, dst + 16 + dst_stride);
601 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
602 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
603 PCKEV_AVG_ST_UB(tmp7, tmp6, dst7, dst + 48 + dst_stride);
vpx_convolve8_vert_msa.c 564 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
597 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
598 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
599 PCKEV_ST_SB(tmp6, tmp7, dst + 16 + dst_stride);
617 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp6, tmp7);
618 SRARI_H2_UH(tmp6, tmp7, FILTER_BITS);
619 PCKEV_ST_SB(tmp6, tmp7, dst + 48 + dst_stride);
  /external/libjpeg-turbo/simd/loongson/
jfdctint-mmi.c 144 z3 = _mm_add_pi16(tmp4, tmp6); \
165 * z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; \
167 * tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; \
170 * out3 = tmp6 + z2 + z3; out1 = tmp7 + z1 + z4; \
174 * tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; \
175 * tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447); \
178 * out3 = tmp6 + z3; out1 = tmp7 + z4; \
207 tmp56l = _mm_unpacklo_pi16(tmp5, tmp6); \
381 __m64 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /external/libjpeg-turbo/simd/powerpc/
jfdctfst-altivec.c 66 tmp11 = vec_add(tmp5, tmp6); \
67 tmp12 = vec_add(tmp6, tmp7); \
94 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
123 tmp6 = vec_sub(col1, col6);
138 tmp6 = vec_sub(row1, row6);
jidctfst-altivec.c 97 tmp6 = vec_sub(tmp12, tmp7); \
98 tmp5 = vec_sub(tmp11, tmp6); \
102 out1 = vec_add(tmp1, tmp6); \
107 out6 = vec_sub(tmp1, tmp6); \
121 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
jfdctint-altivec.c 76 z3 = vec_add(tmp4, tmp6); \
98 * z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; \
100 * tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; \
103 * data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; \
107 * tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; \
108 * tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447); \
111 * data3 = tmp6 + z3; data1 = tmp7 + z4; \
130 tmp56l = vec_mergeh(tmp5, tmp6); \
186 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_msa.cc 566 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
603 LOAD_INDEXED_DATA(src_ptr, vec4, tmp6);
607 tmp6 -= tmp2;
611 tmp6 *= vec8;
615 tmp6 += const_0x40;
619 tmp6 >>= 7;
623 tmp2 += tmp6;
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
bilinear_filter_msa.c 563 v8u16 hz_out0, hz_out1, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
613 tmp6 = __msa_dotp_u_h(vec0, filt_vt);
623 SRARI_H4_UH(tmp5, tmp6, tmp7, tmp8, VP8_FILTER_SHIFT);
624 PCKEV_B2_SB(tmp6, tmp5, tmp8, tmp7, out0, out1);
loopfilter_filters_msa.c 372 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
391 ILVRL_H2_SH(tmp1, tmp0, tmp6, tmp7);
411 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, temp_src, 4);
413 VP8_ST6x1_UB(tmp6, 1, tmp5, 1, temp_src, 4);
415 VP8_ST6x1_UB(tmp6, 2, tmp5, 2, temp_src, 4);
417 VP8_ST6x1_UB(tmp6, 3, tmp5, 3, temp_src, 4);
437 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
457 ILVRL_H2_SH(tmp1, tmp0, tmp6, tmp7);
478 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, src_v, 4);
480 VP8_ST6x1_UB(tmp6, 1, tmp5, 1, src_v, 4)
    [all...]

Completed in 3925 milliseconds

1 2