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

123456789

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinterpolate_samples.c27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
35 temp2 = 3;
40 *tmpPtr++ = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAlpha[temp2],*ppo, 15) +
46 temp2--;
/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/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/qemu/distrib/jpeg-6b/
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/vp9/encoder/
H A Dvp9_variance.c187 uint8_t temp2[68 * 64]; local
195 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
197 return vp9_variance64x32(temp2, 64, dst_ptr, dst_pixels_per_line, sse);
209 uint8_t temp2[68 * 64]; local
218 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64);
244 uint8_t temp2[68 * 64]; local
252 var_filter_block2d_bil_second_pass(fdata3, temp2, 32, 32, 64, 32, vfilter);
254 return vp9_variance32x64(temp2, 32, dst_ptr, dst_pixels_per_line, sse);
266 uint8_t temp2[6 local
301 uint8_t temp2[36 * 32]; local
323 uint8_t temp2[36 * 32]; local
358 uint8_t temp2[36 * 32]; local
380 uint8_t temp2[36 * 32]; local
584 uint8_t temp2[20 * 16]; local
609 uint8_t temp2[20 * 16]; local
635 uint8_t temp2[20 * 16]; local
657 uint8_t temp2[20 * 16]; local
679 uint8_t temp2[20 * 16]; local
701 uint8_t temp2[20 * 16]; local
724 uint8_t temp2[68 * 64]; local
746 uint8_t temp2[68 * 64]; local
768 uint8_t temp2[36 * 32]; local
790 uint8_t temp2[36 * 32]; local
932 uint8_t temp2[20 * 16]; local
954 uint8_t temp2[20 * 16]; local
976 uint8_t temp2[20 * 16]; local
998 uint8_t temp2[20 * 16]; local
1020 uint8_t temp2[20 * 16]; local
1042 uint8_t temp2[20 * 16]; local
1066 uint8_t temp2[20 * 16]; local
1088 uint8_t temp2[20 * 16]; local
[all...]
/external/chromium_org/third_party/libwebp/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/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/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/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/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c134 tran_high_t temp1, temp2; local
137 temp2 = (input[0] - input[2]) * cospi_16_64;
139 step[1] = dct_const_round_shift(temp2);
141 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64;
143 step[3] = dct_const_round_shift(temp2);
195 tran_high_t temp1, temp2; local
202 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
204 step1[7] = dct_const_round_shift(temp2);
206 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
208 step1[6] = dct_const_round_shift(temp2);
485 tran_high_t temp1, temp2; local
919 tran_high_t temp1, temp2; local
1507 tran_high_t temp1, temp2; local
1602 tran_high_t temp1, temp2; local
1902 tran_high_t temp1, temp2; local
2341 tran_high_t temp1, temp2; local
[all...]
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/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...]
/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...]
/external/chromium_org/third_party/sqlite/src/
H A Dmkdll.sh28 grep '_Init$' temp1 >temp2
29 grep '_SafeInit$' temp1 >>temp2
30 grep ' T _sqlite3_' temp1 >>temp2
32 sed 's/^.* T _//' temp2 | sort | uniq >>tclsqlite3.def

Completed in 666 milliseconds

123456789