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

123456789

/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/webrtc/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)((WebRtcIlbcfix_kAlpha[temp1] * *ppi) >> 15);
45 temp1++;
/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/webp/src/dsp/
H A Dargb_mips_dsp_r2.c20 int temp0, temp1, temp2, temp3, offset; local
29 "lbux %[temp1], %[offset](%[r]) \n\t"
32 "ins %[temp1], %[temp0], 16, 16 \n\t"
35 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
42 "lbux %[temp1], %[offset](%[r]) \n\t"
45 "ins %[temp1], %[temp0], 16, 16 \n\t"
47 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
50 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
60 int temp0, temp1, temp local
[all...]
H A Dlossless_mips_dsp_r2.c95 int temp0, temp1, temp2, temp3, temp4, temp5; local
97 "preceu.ph.qbr %[temp1], %[c0] \n\t"
105 "addq.ph %[temp1], %[temp1], %[temp3] \n\t"
107 "shll_s.ph %[temp1], %[temp1], 7 \n\t"
109 "precrqu_s.qb.ph %[temp2], %[temp2], %[temp1] \n\t"
110 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
120 int temp0, temp1, temp local
149 int temp0, temp1, temp2, temp3, temp4, temp5; local
231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
285 int temp0, temp1, temp2, temp3, temp4, temp5; local
352 int temp0, temp1, temp2, temp3; local
404 int temp0, temp1, temp2, temp3; local
454 int temp0, temp1, temp2, temp3, temp4, temp5; local
528 int temp0, temp1, temp2, temp3, temp4, temp5; local
606 int temp0, temp1, temp2, temp3; local
[all...]
H A Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; local
35 "srl %[temp1], %[temp0], 8 \n\t"
40 "sb %[temp1], -12(%[pdst]) \n\t"
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
94 int temp0, temp1, temp2, temp3, alpha; local
103 "andi %[temp1], %[argb], 0xff \n\t"
106 "mul %[temp1], %[temp1], %[temp0] \n\t"
109 "precrq.ph.w %[temp1],
[all...]
H A Denc_mips_dsp_r2.c50 // dpa.w.ph $ac0 temp0 ,temp1
51 // $ac += temp0[31..16] * temp1[31..16] + temp0[15..0] * temp1[15..0]
52 // dpax.w.ph $ac0 temp0 ,temp1
53 // $ac += temp0[31..16] * temp1[15..0] + temp0[15..0] * temp1[31..16]
147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
154 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3)
160 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
175 int temp1, temp local
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
484 int temp0, temp1, temp2, temp3; local
547 int temp0, temp1, temp2, temp3; local
590 int temp0, temp1; local
611 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
666 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
697 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
733 int temp0, temp1, temp2, temp3, temp4, temp5; local
782 int temp0, temp1, temp2, temp3, temp4; local
832 int temp0, temp1, temp2, temp3, temp4, temp5; local
879 int temp0, temp1, temp2, temp3, temp4; local
928 int temp0, temp1, temp2, temp3, temp4; local
976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1082 int temp0, temp1, temp2, temp3; local
1112 int temp0, temp1, temp2, temp3; local
1134 int temp0, temp1, temp2, temp3; local
1152 int temp0, temp1, temp2, temp3; local
1275 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1362 int temp0, temp1, temp2, temp3, temp4; local
1463 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
[all...]
H A Dcost_mips32.c19 int temp0, temp1; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
46 "blez %[temp1], 2f \n\t"
52 "slti %[temp1], %[v_reg], 0 \n\t"
53 "movn %[v_reg], %[temp0], %[temp1] \n\t"
57 "sll %[temp1], %[v_reg], 1 \n\t"
58 "addu %[temp1], %[temp1], %[VP8LevelFixedCosts] \n\t"
59 "lhu %[temp1], 0(%[temp1]) \
102 int temp0, temp1, temp2, n, n1; local
[all...]
H A Ddec_mips_dsp_r2.c27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst,
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2,
39 temp3, temp1, temp2, temp3, temp4)
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
61 "replv.ph %[temp1], %[a] \n\t"
63 ADD_SUB_HALVES(temp2, temp3, temp1, c4)
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
73 PACK_2_HALVES_TO_WORD(temp12, temp18, temp7, temp6, temp1, temp
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
302 int step1, step2, temp1, temp2, temp3, temp4; local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
660 int temp0, temp1, temp2, temp3, temp4; local
682 int temp0, temp1, temp2, temp3, temp4; local
732 int temp0, temp1, temp2, temp3, temp4; local
779 int temp0, temp1, temp2, temp3, temp4; local
816 int temp0, temp1; local
839 int temp0, temp1, temp2, temp3, temp4; local
[all...]
H A Drescaler_mips32.c38 int temp1, temp2, temp3; local
44 "li %[temp1], 0x8000 \n\t"
63 "mult %[temp1], %[temp2] \n\t"
73 [temp2]"=&r"(temp2), [temp1]"=&r"(temp1)
97 int temp1, temp2, temp3, temp4; local
107 "addiu %[temp1], %[temp2], 0 \n\t"
110 "lbu %[temp1], 0(%[src1]) \n\t"
114 "subu %[temp3], %[temp2], %[temp1] \n\t"
116 "mul %[temp4], %[temp1],
152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
216 int temp0, temp1, temp3, temp4, temp5, loop_end; local
[all...]
H A Dyuv_mips32.c30 int temp0, temp1, temp2, temp3, temp4; \
32 temp1 = kVToR * v[0]; \
37 temp1 += kRCst; \
41 r = VP8Clip8(temp0 + temp1); \
49 r = VP8Clip8(temp0 + temp1); \
62 temp1 = kVToR * v[0]; \
67 temp1 += kRCst; \
71 r = VP8Clip8(temp0 + temp1); \
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c72 v8i16 temp0, temp1; local
81 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
82 SLLI_4V(temp0, temp1, in1, in3, 3);
83 in0 = temp0 + temp1;
84 in2 = temp0 - temp1;
97 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
98 in0 = temp0 + temp1 + 7;
99 in2 = temp0 - temp1 + 7;
103 temp1 = RET_1_IF_NZERO_H(in3);
104 ILVR_H2_SH(zero, temp1, in
119 v8i16 temp0, temp1, tmp0, tmp1; local
173 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; 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/vp8/common/
H A Didctllm.c39 int temp1, temp2; local
47 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
49 c1 = temp1 - temp2;
51 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
53 d1 = temp1 + temp2;
73 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
75 c1 = temp1 - temp2;
77 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
79 d1 = temp1 + temp2;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans32_cols_dspr2.c32 int temp0, temp1, temp2, temp3; local
80 "extp %[temp1], $ac2, 31 \n\t"
92 "sub %[load2], %[temp0], %[temp1] \n\t"
101 "add %[step1_16], %[temp0], %[temp1] \n\t"
105 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
141 "extp %[temp1], $ac2, 31 \n\t"
152 "sub %[load1], %[temp1], %[temp0] \n\t"
162 "add %[step1_19], %[temp0], %[temp1] \n\t"
166 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c96 tran_high_t temp1, temp2; local
98 temp1 = (input[0] + input[2]) * cospi_16_64;
100 step[0] = WRAPLOW(dct_const_round_shift(temp1), 8);
102 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
104 step[2] = WRAPLOW(dct_const_round_shift(temp1), 8);
158 tran_high_t temp1, temp2; local
164 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
166 step1[4] = WRAPLOW(dct_const_round_shift(temp1), 8);
168 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
170 step1[5] = WRAPLOW(dct_const_round_shift(temp1),
390 tran_high_t temp1, temp2; local
793 tran_high_t temp1, temp2; local
1329 tran_high_t temp1, temp2; local
1397 tran_high_t temp1, temp2; local
1627 tran_high_t temp1, temp2; local
2036 tran_high_t temp1, temp2; local
[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...]

Completed in 417 milliseconds

123456789