Searched refs:temp1 (Results 1 - 25 of 152) sorted by relevance

1234567

/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
122 temp1 = _mm_unpacklo_epi8(line1, line2);
127 line1 = _mm_unpacklo_epi16(temp1, temp2);
128 line2 = _mm_unpackhi_epi16(temp1, temp2);
146 temp1 = _mm_unpacklo_epi8(line1, line2);
151 line1 = _mm_unpacklo_epi16(temp1, temp2);
152 line2 = _mm_unpackhi_epi16(temp1, temp2);
156 temp1 = _mm_unpacklo_epi32(line1, line3);
161 p3_16x8 = _mm_unpacklo_epi64(p1_8x16, temp1);
162 p2_16x8 = _mm_unpackhi_epi64(p1_8x16, temp1);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
865 temp1; 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_sse42.c98 __m128i temp0, temp1, temp2, temp3; local
127 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //a2 b2 a3 b3
131 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
132 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
135 temp1 = _mm_add_epi32(src_r1, src_r2);
139 src_r0 = _mm_add_epi32(temp0, temp1);
141 src_r2 = _mm_sub_epi32(temp0, temp1);
156 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //c0 c1 d0 d1
160 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
161 src_r3 = _mm_unpackhi_epi64(temp1, temp
211 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
[all...]
H A Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; local
129 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //a2 b2 a3 b3
133 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
134 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
137 temp1 = _mm_add_epi32(src_r1, src_r2);
141 src_r0 = _mm_add_epi32(temp0, temp1);
143 src_r2 = _mm_sub_epi32(temp0, temp1);
158 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //c0 c1 d0 d1
162 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
163 src_r3 = _mm_unpackhi_epi64(temp1, temp
[all...]
H A Dih264_resi_trans_quant_sse42.c120 __m128i temp0, temp1, temp2, temp3; local
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
170 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 b0 c0 d0
171 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16b); //a1 b1 c1 d1
179 temp1 = _mm_add_epi16(src_r1, src_r2);
186 src_r0 = _mm_add_epi16(temp0, temp1);
191 src_r2 = _mm_sub_epi16(temp0, temp1);
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
208 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 a1 a2 a3
209 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
[all...]
H A Dih264_deblk_chroma_ssse3.c105 __m128i temp1, temp2, temp3, temp4; local
124 temp1 = _mm_unpacklo_epi16(linea, lineb);
129 p1_uv_8x16 = _mm_unpacklo_epi32(temp1, temp2);
131 q0_uv_8x16 = _mm_unpackhi_epi32(temp1, temp2);
159 temp1 = _mm_slli_epi16(p1_uv_8x16, 1);
161 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
162 temp1 = _mm_add_epi16(temp1, temp2);
163 p0_uv_8x16_1 = _mm_srai_epi16(temp1,
296 __m128i temp1, temp2; local
442 __m128i temp1, temp2, temp3, temp4; local
843 __m128i temp1, temp2; local
981 __m128i temp1, temp2; local
[all...]
H A Dih264_iquant_itrans_recon_sse42.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
137 temp1 = _mm_mullo_epi16(scalemat_r2_r3, dequant_r2_r3); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
141 temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
142 temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
183 temp1 = _mm_unpacklo_epi32(resq_r0, resq_r1); //a0 b0 a1 b1
187 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0
188 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1
196 temp1 = _mm_sub_epi32(resq_r0, resq_r2);
207 resq_r1 = _mm_add_epi32(temp1, temp2);
209 resq_r2 = _mm_sub_epi32(temp1, temp
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); local
26 std::ofstream fs1(temp1.c_str());
35 std::ifstream fs(temp1.c_str());
42 std::remove(temp1.c_str());
53 std::wofstream fs1(temp1.c_str());
62 std::wifstream fs(temp1.c_str());
69 std::remove(temp1.c_str());
H A Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); local
27 std::ofstream fs1(temp1.c_str());
36 std::ifstream fs(temp1.c_str());
43 std::remove(temp1.c_str());
54 std::wofstream fs1(temp1.c_str());
63 std::wifstream fs(temp1.c_str());
70 std::remove(temp1.c_str());
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc86 double temp1, temp2; local
116 temp1 = step[ 8] * C7;
118 output[ 8] = temp1 + temp2;
120 temp1 = step[ 9] * C11;
122 output[ 9] = temp1 - temp2;
124 temp1 = step[10] * C3;
126 output[10] = temp1 + temp2;
128 temp1 = step[11] * C15;
130 output[11] = temp1 - temp2;
132 temp1
[all...]
/external/webp/src/dsp/
H A Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
31 temp1 = kVToR * v[0]; \
36 temp1 += kRCst; \
40 r = VP8Clip8(temp0 + temp1); \
48 r = VP8Clip8(temp0 + temp1); \
61 temp1 = kVToR * v[0]; \
66 temp1 += kRCst; \
70 r = VP8Clip8(temp0 + temp1); \
H A Dlossless_mips32.c111 int i, temp0, temp1; local
121 "lw %[temp1], 4(%[pop]) \n\t"
125 "madd %[i], %[temp1] \n\t"
129 "mflo %[temp1] \n\t"
130 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
136 return (double)((int64_t)temp0 << 32 | temp1);
157 int i, temp0, temp1, temp2, temp3; local
168 "lw %[temp1], 0(%[pY]) \n\t"
172 "addu %[temp0], %[temp0], %[temp1] \
226 int temp0, temp1, temp2, temp3; local
251 int temp0, temp1, temp2, temp3; local
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
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)
134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13)
138 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
168 "lhu %[temp1], "#J"(%[ppsharpen]) \n\t" \
173 "addu %[coeff], %[coeff], %[temp1] \n\t" \
178 "lhu %[temp1], "#J"(%[ppiq]) \n\t" \
181 "mul %[level], %[coeff], %[temp1] \n\t" \
195 int temp0, temp1, 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/selinux/libselinux/src/
H A Dselinuxswig.i20 %typemap(in, numinputs=0) (char ***names, int *len) (char **temp1, int temp2) {
21 $1 = &temp1;
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); local
26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
46 std::remove(temp1.c_str());
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp1.c_str());
H A Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); local
27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
47 std::remove(temp1.c_str());
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
70 std::remove(temp1.c_str());
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c101 int temp1, temp2; local
103 temp1 = (input[0] + input[2]) * cospi_16_64;
105 step[0] = dct_const_round_shift(temp1);
107 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
109 step[2] = dct_const_round_shift(temp1);
161 int temp1, temp2; local
167 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
169 step1[4] = dct_const_round_shift(temp1);
171 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
173 step1[5] = dct_const_round_shift(temp1);
451 int temp1, temp2; local
882 int temp1, temp2; local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c38 int temp1, temp2; local
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
48 c1 = temp1 - temp2;
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
52 d1 = temp1 + temp2;
72 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
74 c1 = temp1 - temp2;
76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
78 d1 = temp1 + temp2;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c37 int temp0, temp1, temp2, temp3; local
85 "extp %[temp1], $ac2, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
146 "extp %[temp1], $ac2, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
67 c1 = temp1 - temp2;
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
71 d1 = temp1 + temp2;
97 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
99 c1 = temp1 - temp2;
101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
103 d1 = temp1 + temp2;
135 temp1
[all...]
/external/eigen/blas/f2c/
H A Ddsbmv.c24 doublereal temp1, temp2; local
265 temp1 = *alpha * x[j];
272 y[i__] += temp1 * a[l + i__ + j * a_dim1];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
284 temp1 = *alpha * x[jx];
293 y[iy] += temp1 * a[l + i__ + j * a_dim1];
299 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
317 temp1 = *alpha * x[j];
319 y[j] += temp1 * a[j * a_dim1 + 1];
325 y[i__] += temp1 *
[all...]
H A Ddspmv.c24 doublereal temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * a
[all...]
H A Dssbmv.c24 real temp1, temp2; local
267 temp1 = *alpha * x[j];
274 y[i__] += temp1 * a[l + i__ + j * a_dim1];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
286 temp1 = *alpha * x[jx];
295 y[iy] += temp1 * a[l + i__ + j * a_dim1];
301 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
319 temp1 = *alpha * x[j];
321 y[j] += temp1 * a[j * a_dim1 + 1];
327 y[i__] += temp1 *
[all...]
H A Dsspmv.c24 real temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * a
[all...]
H A Dchpmv.c29 complex temp1, temp2; local
249 temp1.r = q__1.r, temp1.i = q__1.i;
257 q__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i,
258 q__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5]
275 q__3.r = r__1 * temp1.r, q__3.i = r__1 * temp1.i;
292 temp1
[all...]
H A Dzhpmv.c29 doublecomplex temp1, temp2; local
249 temp1.r = z__1.r, temp1.i = z__1.i;
257 z__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i,
258 z__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5]
275 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
292 temp1
[all...]

Completed in 527 milliseconds

1234567