HomeSort by relevance Sort by last modified time
    Searched full:temp2 (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/blas/f2c/
zhpmv.c 29 doublecomplex temp1, temp2; local
250 temp2.r = 0., temp2.i = 0.;
266 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i;
267 temp2.r = z__1.r, temp2.i = z__1.i;
277 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i =
278 alpha->r * temp2.i + alpha->i * temp2.r
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct16x16_neon.c 343 int16x8_t temp2[16]; local
353 cross_input(temp1, temp2, 0);
354 dct_body(temp2, temp1);
358 transpose_8x8(&temp0[0], &temp2[0]);
359 transpose_8x8(&temp1[0], &temp2[8]);
360 partial_round_shift(temp2);
361 cross_input(temp2, temp3, 1);
362 dct_body(temp3, temp2);
363 transpose_s16_8x8(&temp2[0], &temp2[1], &temp2[2], &temp2[3], &temp2[4]
    [all...]
  /external/webp/src/dsp/
rescaler_mips32.c 39 int temp1, temp2, temp3; local
46 "li %[temp2], 0x10000 \n\t"
64 "mult %[temp1], %[temp2] \n\t"
74 [temp2]"=&r"(temp2), [temp1]"=&r"(temp1)
99 int temp1, temp2, temp3, temp4; local
106 "lbu %[temp2], 0(%[src1]) \n\t"
109 "addiu %[temp1], %[temp2], 0 \n\t"
116 "subu %[temp3], %[temp2], %[temp1] \n\t"
127 "addiu %[temp2], %[temp1], 0 \n\t
155 const int temp2 = (int)wrk->fy_scale; local
219 const int temp2 = (int)wrk->fxy_scale; local
    [all...]
yuv_mips32.c 29 int temp0, temp1, temp2, temp3, temp4; \
33 temp2 = MultHi(u[0], 6419); \
38 temp2 += temp3; \
41 g = VP8Clip8(temp0 - temp2); \
49 g = VP8Clip8(temp0 - temp2); \
63 temp2 = MultHi(u[0], 6419); \
68 temp2 += temp3; \
71 g = VP8Clip8(temp0 - temp2); \
  /external/libvpx/libvpx/test/
dct16x16_test.cc 54 double temp1, temp2; local
85 temp2 = step[15] * C9;
86 output[8] = temp1 + temp2;
89 temp2 = step[14] * C5;
90 output[9] = temp1 - temp2;
93 temp2 = step[13] * C13;
94 output[10] = temp1 + temp2;
97 temp2 = step[12] * C1;
98 output[11] = temp1 - temp2;
101 temp2 = step[12] * C15
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 73 WORD32 temp2[4]; local
117 temp2[2] = mac32x16in32_dual(temp1[0], twid_re, temp1[1], twid_im);
118 temp2[3] = msu32x16in32_dual(temp1[0], twid_im, temp1[1], twid_re);
122 temp2[0] = *ptr_forward++;
123 temp2[1] = *ptr_forward--;
125 temp1[0] = -temp2[1] - temp2[3];
126 temp1[1] = temp2[0] - temp2[2];
127 temp2[0] = (temp2[0] + temp2[2] + temp1[0])
294 WORD32 temp1, temp2; local
1113 WORD32 temp1, temp2; local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 45 int temp1, temp2; local
60 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
61 c1 = temp1 - temp2;
64 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
65 d1 = temp1 + temp2;
92 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16);
93 c1 = temp1 - temp2;
96 temp2 = (ip[14] * sinpi8sqrt2) >> 16;
97 d1 = temp1 + temp2;
130 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16)
    [all...]
filter_dspr2.c 102 int Temp1, Temp2, Temp3, Temp4;
175 "extp %[Temp2], $ac3, 9 \n\t"
183 "lbux %[tn1], %[Temp2](%[cm]) \n\t"
196 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [Temp3] "=&r"(Temp3),
245 "extp %[Temp2], $ac3, 9 \n\t"
252 "lbux %[tn1], %[Temp2](%[cm]) \n\t"
263 [Temp2] "=&r"(Temp2), [Temp3] "=&r"(Temp3), [Temp4] "=&r"(Temp4)
281 int Temp1, Temp2, Temp3, Temp4
    [all...]
  /external/libavc/common/x86/
ih264_deblk_chroma_ssse3.c 105 __m128i temp1, temp2, temp3, temp4; local
125 temp2 = _mm_unpacklo_epi16(linec, lined);
129 p1_uv_8x16 = _mm_unpacklo_epi32(temp1, temp2);
131 q0_uv_8x16 = _mm_unpackhi_epi32(temp1, temp2);
160 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16);
162 temp1 = _mm_add_epi16(temp1, temp2);
166 temp2 = _mm_add_epi16(p1_uv_8x16, q0_uv_8x16);
168 temp1 = _mm_add_epi16(temp1, temp2);
191 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16);
193 temp1 = _mm_add_epi16(temp1, temp2);
296 __m128i temp1, temp2; local
442 __m128i temp1, temp2, temp3, temp4; local
843 __m128i temp1, temp2; local
981 __m128i temp1, temp2; local
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
185 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //a2 b2 a3 b3
189 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d2
190 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3
198 temp2 = _mm_srai_epi32(resq_r1, 1); //(w1>>1)
199 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3
207 resq_r1 = _mm_add_epi32(temp1, temp2);
209 resq_r2 = _mm_sub_epi32(temp1, temp2);
221 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //c0 c1 d0 d
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
ih264_ihadamard_scaling_sse42.c 98 __m128i temp0, temp1, temp2, temp3; local
126 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1
129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
136 temp2 = _mm_sub_epi32(src_r1, src_r2);
140 src_r1 = _mm_add_epi32(temp2, temp3);
142 src_r3 = _mm_sub_epi32(temp3, temp2);
155 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3
158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
48 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
67 std::remove(temp2.c_str());
71 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
90 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 45 std::string& temp2 = temp_files.second; local
46 assert(temp1 != temp2);
50 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp2.c_str());
73 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
92 std::remove(temp2.c_str());
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 19 int Temp0, Temp1, Temp2, Temp3;
38 "add %[Temp2], %[Temp0], %[Temp1] \n\t"
40 "madd $ac0, %[Temp2], %[cospi_16_64] \n\t"
61 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64;
62 step_3 = dct_const_round_shift(temp2);
80 "sub %[Temp2], %[step_1], %[step_2] \n\t"
81 "sh %[Temp2], 16(%[output]) \n\t"
86 : [Temp0] "=&r"(Temp0), [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2),
101 int Temp0, Temp1, Temp2, Temp3
    [all...]
convolve2_dspr2.c 27 int32_t Temp1, Temp2;
59 "extp %[Temp2], $ac2, 31 \n\t"
71 "lbux %[tp2], %[Temp2](%[cm]) \n\t"
75 "extp %[Temp2], $ac2, 31 \n\t"
79 "lbux %[p2], %[Temp2](%[cm]) \n\t"
95 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [dst_ptr] "+r"(dst_ptr)
112 int32_t Temp1, Temp2, Temp3;
152 "lbux %[Temp2], %[Temp1](%[cm]) \n\t"
166 "sb %[Temp2], 0(%[dst_ptr]) \n\t
    [all...]
itrans8_dspr2.c 20 int Temp0, Temp1, Temp2, Temp3, Temp4;
38 "add %[Temp2], %[Temp0], %[Temp1] \n\t"
39 "madd $ac0, %[Temp2], %[cospi_16_64] \n\t"
46 "extp %[Temp2], $ac1, 31 \n\t"
64 "add %[step1_1], %[Temp2], %[Temp3] \n\t"
65 "sub %[step1_2], %[Temp2], %[Temp3] \n\t"
181 [Temp0] "=&r"(Temp0), [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2),
197 int Temp0, Temp1, Temp2, Temp3;
220 "add %[Temp2], %[Temp0], %[Temp1] \n\t
    [all...]
convolve2_avg_dspr2.c 34 int32_t Temp1, Temp2;
79 "extp %[Temp2], $ac1, 31 \n\t"
88 "lbux %[store2], %[Temp2](%[cm]) \n\t"
90 "extp %[Temp2], $ac3, 31 \n\t"
98 "lbux %[store2], %[Temp2](%[cm]) \n\t"
108 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1),
133 int32_t Temp1, Temp2;
179 "extp %[Temp2], $ac1, 31 \n\t"
188 "lbux %[store2], %[Temp2](%[cm]) \n\t
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 143 uint8_t temp2[H * W]; \
147 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
150 return vpx_variance##W##x##H##_c(temp2, W, b, b_stride, sse); \
159 uint8_t temp2[H * W]; \
164 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
167 vpx_comp_avg_pred_c(temp3, second_pred, W, H, temp2, W); \
411 uint16_t temp2[H * W]; \
415 highbd_var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
418 return vpx_highbd_8_variance##W##x##H##_c(CONVERT_TO_BYTEPTR(temp2), W, \
426 uint16_t temp2[H * W];
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 154 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); local
165 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0));
169 ureg_MUL(ureg, temp2, ureg_src(temp2), ureg_src(temp3));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
183 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler);
187 ureg_release_temporary(ureg, temp2);
205 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); local
216 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
48 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
67 std::remove(temp2.c_str());
71 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
90 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 45 std::string& temp2 = temp_files.second; local
46 assert(temp1 != temp2);
50 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp2.c_str());
73 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
92 std::remove(temp2.c_str());
  /external/libvpx/libvpx/vp8/common/
idctllm.c 38 int temp1, temp2; local
46 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
47 c1 = temp1 - temp2;
50 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
51 d1 = temp1 + temp2;
71 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
72 c1 = temp1 - temp2;
75 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
76 d1 = temp1 + temp2;
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 44 void* temp2 = malloc(size); local
46 memset(temp2, 0, size);
73 memcpy(temp, temp2, size);
92 lamecpy(temp, temp2, size);
  /external/ltp/testcases/commands/lsmod/
lsmod01.sh 41 echo "$modules_output" > temp2
42 diff temp1 temp2
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 98 Atomic32 temp, temp2; local
104 "addu %1, %0, %3\n" // temp2 = temp + increment
105 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
107 "addu %1, %0, %3\n" // temp2 = temp + increment
109 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
112 // temp2 now holds the final value.
113 return temp2;
230 Atomic64 temp, temp2; local
236 "daddu %1, %0, %3\n" // temp2 = temp + increment
237 "scd %1, %2\n" // *ptr = temp2 (with atomic check
    [all...]

Completed in 2094 milliseconds

1 23 4 5 6 7 8 91011>>