Searched refs:temp2 (Results 1 - 25 of 183) sorted by relevance

12345678

/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
123 temp2 = _mm_unpacklo_epi8(line3, line4);
127 line1 = _mm_unpacklo_epi16(temp1, temp2);
128 line2 = _mm_unpackhi_epi16(temp1, temp2);
147 temp2 = _mm_unpacklo_epi8(line3, line4);
151 line1 = _mm_unpacklo_epi16(temp1, temp2);
152 line2 = _mm_unpackhi_epi16(temp1, temp2);
157 temp2 = _mm_unpackhi_epi32(line1, line3);
165 p1_16x8 = _mm_unpacklo_epi64(p0_8x16, temp2);
166 p0_16x8 = _mm_unpackhi_epi64(p0_8x16, temp2);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1157 __m128i temp1, temp2; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1772 __m128i temp1, temp2, temp3, temp4; local
[all...]
H A Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; local
128 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
138 temp2 = _mm_sub_epi32(src_r1, src_r2);
142 src_r1 = _mm_add_epi32(temp2, temp3);
144 src_r3 = _mm_sub_epi32(temp3, temp2);
157 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b
[all...]
H A Dih264_resi_trans_quant_sse42.c120 __m128i temp0, temp1, temp2, temp3; local
166 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //c0 d0 c1 d1 c2 d2 c3 d3
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3
181 temp2 = _mm_sub_epi16(src_r1, src_r2);
189 src_r1 = _mm_add_epi16(src_r1, temp2);
193 src_r3 = _mm_slli_epi16(temp2, 1); //(x2<<1)
204 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //a2 a3 b2 b3 c2 c3 d2 d3
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
[all...]
H A Dih264_ihadamard_scaling_sse42.c98 __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); //b
[all...]
H A Dih264_iquant_itrans_recon_sse42.c119 __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
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp5 // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}}
39 template<class A, class B> B temp2(A);
42 apply(0, &temp2);
43 apply(0, &temp2<>);
44 apply(0, &temp2<int>);
47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}}
80 template<class A, class B> B temp2(A);
83 // (even though partial application temp2<int> could in theory
85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}}
86 invoke(&temp2<>); // expecte
[all...]
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp24 std::string temp2 = get_temp_file_name(); local
27 std::ofstream fs2(temp2.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
54 std::wofstream fs2(temp2.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());
H A Dnonmember_swap.pass.cpp25 std::string temp2 = get_temp_file_name(); local
28 std::ofstream fs2(temp2.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
55 std::wofstream fs2(temp2.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());
/external/jpeg/
H A Djidctintelsse.c117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
[all...]
/external/webp/src/dsp/
H A Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
33 temp2 = kUToG * u[0]; \
38 temp2 += temp3; \
41 g = VP8Clip8(temp0 - temp2); \
49 g = VP8Clip8(temp0 - temp2); \
63 temp2 = kUToG * u[0]; \
68 temp2 += temp3; \
71 g = VP8Clip8(temp0 - temp2); \
/external/eigen/blas/f2c/
H A Dchpmv.c29 complex temp1, temp2; local
250 temp2.r = 0.f, temp2.i = 0.f;
266 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i;
267 temp2.r = q__1.r, temp2.i = q__1.i;
277 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i =
278 alpha->r * temp2
[all...]
H A Dzhpmv.c29 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
[all...]
H A Ddsbmv.c24 doublereal temp1, temp2; local
266 temp2 = 0.;
273 temp2 += a[l + i__ + j * a_dim1] * x[i__];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
285 temp2 = 0.;
294 temp2 += a[l + i__ + j * a_dim1] * x[ix];
300 temp2;
318 temp2 = 0.;
326 temp2 += a[l + i__ + j * a_dim1] * x[i__];
329 y[j] += *alpha * temp2;
[all...]
H A Ddspmv.c24 doublereal temp1, temp2; local
225 temp2 = 0.;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
[all...]
H A Dssbmv.c24 real temp1, temp2; local
268 temp2 = 0.f;
275 temp2 += a[l + i__ + j * a_dim1] * x[i__];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
287 temp2 = 0.f;
296 temp2 += a[l + i__ + j * a_dim1] * x[ix];
302 temp2;
320 temp2 = 0.f;
328 temp2 += a[l + i__ + j * a_dim1] * x[i__];
331 y[j] += *alpha * temp2;
[all...]
H A Dsspmv.c24 real temp1, temp2; local
225 temp2 = 0.f;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.f;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.f;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
[all...]
/external/selinux/libselinux/src/
H A Dselinuxswig.i20 %typemap(in, numinputs=0) (char ***names, int *len) (char **temp1, int temp2) {
22 $2 = &temp2;
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc86 double temp1, temp2; local
117 temp2 = step[15] * C9;
118 output[ 8] = temp1 + temp2;
121 temp2 = step[14] * C5;
122 output[ 9] = temp1 - temp2;
125 temp2 = step[13] * C13;
126 output[10] = temp1 + temp2;
129 temp2 = step[12] * C1;
130 output[11] = temp1 - temp2;
133 temp2
[all...]
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp24 std::string temp2 = get_temp_file_name(); local
28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
47 std::remove(temp2.c_str());
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
70 std::remove(temp2.c_str());
H A Dnonmember_swap.pass.cpp25 std::string temp2 = get_temp_file_name(); local
29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
48 std::remove(temp2.c_str());
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
71 std::remove(temp2.c_str());
/external/libvpx/libvpx/vp8/common/
H A Dvariance_c.c293 unsigned char temp2[20*16]; local
304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter);
306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse);
322 unsigned char temp2[20*16]; local
329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter);
331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
346 unsigned char temp2[20*16]; local
353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter);
355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
422 unsigned char temp2[2 local
446 unsigned char temp2[20*16]; local
[all...]
H A Didctllm.c38 int temp1, temp2; local
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
48 c1 = temp1 - temp2;
51 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
52 d1 = temp1 + temp2;
73 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
74 c1 = temp1 - temp2;
77 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
78 d1 = temp1 + temp2;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c101 int temp1, temp2; local
104 temp2 = (input[0] - input[2]) * cospi_16_64;
106 step[1] = dct_const_round_shift(temp2);
108 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64;
110 step[3] = dct_const_round_shift(temp2);
161 int temp1, temp2; local
168 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
170 step1[7] = dct_const_round_shift(temp2);
172 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
174 step1[6] = dct_const_round_shift(temp2);
451 int temp1, temp2; local
882 int temp1, temp2; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
67 c1 = temp1 - temp2;
70 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
71 d1 = temp1 + temp2;
98 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16);
99 c1 = temp1 - temp2;
102 temp2 = (ip[14] * sinpi8sqrt2) >> 16;
103 d1 = temp1 + temp2;
136 temp2
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c37 int temp0, temp1, temp2, temp3; local
89 "extp %[temp2], $ac1, 31 \n\t"
96 "sub %[load1], %[temp3], %[temp2] \n\t"
107 "add %[step1_31], %[temp2], %[temp3] \n\t"
111 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3),
150 "extp %[temp2], $ac1, 31 \n\t"
158 "sub %[load2], %[temp2], %[temp3] \n\t"
168 "add %[step1_28], %[temp2], %[temp3] \n\t"
172 [temp2] "
[all...]

Completed in 482 milliseconds

12345678