Searched refs:temp2 (Results 1 - 25 of 185) 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/libvpx/libvpx/vpx_dsp/arm/
H A Dsubpel_variance_neon.c89 DECLARE_ALIGNED(16, uint8_t, temp2[8 * 8]);
95 var_filter_block2d_bil_w8(fdata3, temp2, 8, 8, 8,
97 return vpx_variance8x8_neon(temp2, 8, dst, dst_stride, sse);
107 DECLARE_ALIGNED(16, uint8_t, temp2[16 * 16]);
113 var_filter_block2d_bil_w16(fdata3, temp2, 16, 16, 16,
115 return vpx_variance16x16_neon(temp2, 16, dst, dst_stride, sse);
125 DECLARE_ALIGNED(16, uint8_t, temp2[32 * 32]);
131 var_filter_block2d_bil_w16(fdata3, temp2, 32, 32, 32,
133 return vpx_variance32x32_neon(temp2, 32, dst, dst_stride, sse);
143 DECLARE_ALIGNED(16, uint8_t, temp2[6
[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); \
H A Denc_mips32.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14)
138 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
169 "lw %[temp2], "#K"(%[ppzthresh]) \n\t" \
174 "slt %[temp4], %[temp2], %[coeff] \n\t" \
179 "lw %[temp2], "#K"(%[ppbias]) \n\t" \
182 "addu %[level], %[level], %[temp2] \n\t" \
195 int temp0, temp1, temp2, temp local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
/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/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 Didctllm.c39 int temp1, temp2; local
48 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
49 c1 = temp1 - temp2;
52 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
53 d1 = temp1 + temp2;
74 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
75 c1 = temp1 - temp2;
78 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
79 d1 = temp1 + temp2;
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c96 tran_high_t temp1, temp2; local
99 temp2 = (input[0] - input[2]) * cospi_16_64;
101 step[1] = WRAPLOW(dct_const_round_shift(temp2), 8);
103 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64;
105 step[3] = WRAPLOW(dct_const_round_shift(temp2), 8);
158 tran_high_t temp1, temp2; local
165 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
167 step1[7] = WRAPLOW(dct_const_round_shift(temp2), 8);
169 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
171 step1[6] = WRAPLOW(dct_const_round_shift(temp2),
381 tran_high_t temp1, temp2; local
784 tran_high_t temp1, temp2; local
1320 tran_high_t temp1, temp2; local
1388 tran_high_t temp1, temp2; local
1618 tran_high_t temp1, temp2; local
2027 tran_high_t 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/vpx_dsp/mips/
H A Ditrans32_cols_dspr2.c32 int temp0, temp1, temp2, temp3; local
84 "extp %[temp2], $ac1, 31 \n\t"
91 "sub %[load1], %[temp3], %[temp2] \n\t"
102 "add %[step1_31], %[temp2], %[temp3] \n\t"
106 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3),
145 "extp %[temp2], $ac1, 31 \n\t"
153 "sub %[load2], %[temp2], %[temp3] \n\t"
163 "add %[step1_28], %[temp2], %[temp3] \n\t"
167 [temp2] "
[all...]

Completed in 832 milliseconds

12345678