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

1234567

/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
34 temp1 = 0;
41 (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAlpha[temp1], *ppi, 15);
45 temp1++;
H A Dcb_search.c50 int16_t bits, temp1, temp2; local
111 temp1 = WebRtcSpl_MaxAbsValueW16(buf, (int16_t)lMem);
114 if ((temp1>0)&&(temp2>0)) {
115 temp1 = WEBRTC_SPL_MAX(temp1, temp2);
116 scale = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(temp1, temp1));
118 /* temp1 or temp2 is negative (maximum was -32768) */
353 temp1 = (int16_t)WebRtcSpl_NormW32(codedEner);
356 if(temp1 < temp
[all...]
/external/libcxx/test/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/chromium_org/third_party/sqlite/src/
H A Dmkdll.sh27 $NM tclsqlite3.o | grep ' T ' >temp1
28 grep '_Init$' temp1 >temp2
29 grep '_SafeInit$' temp1 >>temp2
30 grep ' T _sqlite3_' temp1 >>temp2
40 $NM sqlite3.o | grep ' T ' >temp1
42 grep ' _sqlite3_' temp1 | sed 's/^.* _//' >>sqlite3.def
/external/chromium_org/third_party/libwebp/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/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/libcxx/test/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/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c134 tran_high_t temp1, temp2; local
136 temp1 = (input[0] + input[2]) * cospi_16_64;
138 step[0] = dct_const_round_shift(temp1);
140 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
142 step[2] = dct_const_round_shift(temp1);
195 tran_high_t temp1, temp2; local
201 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
203 step1[4] = dct_const_round_shift(temp1);
205 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
207 step1[5] = dct_const_round_shift(temp1);
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
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/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/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddct16x16_test.cc83 double temp1, temp2; local
113 temp1 = step[ 8] * C7;
115 output[ 8] = temp1 + temp2;
117 temp1 = step[ 9] * C11;
119 output[ 9] = temp1 - temp2;
121 temp1 = step[10] * C3;
123 output[10] = temp1 + temp2;
125 temp1 = step[11] * C15;
127 output[11] = temp1 - temp2;
129 temp1
[all...]
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.h42 Register temp1,
/external/chromium_org/v8/src/arm64/
H A Dcodegen-arm64.h38 Register temp1,

Completed in 1910 milliseconds

1234567