Searched defs:temp3 (Results 1 - 25 of 67) sorted by relevance

123

/external/mesa3d/src/mesa/main/
H A Dstreaming-load-memcpy.c71 __m128i temp3 = _mm_stream_load_si128(src_cacheline + 2); local
76 _mm_store_si128(dst_cacheline + 2, temp3);
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp73 namespace temp3 { namespace
/external/libavc/common/x86/
H A Dih264_ihadamard_scaling_sse42.c98 __m128i temp0, temp1, temp2, temp3; local
128 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 d2 c3 d3
131 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
132 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
137 temp3 = _mm_sub_epi32(src_r0, src_r3);
140 src_r1 = _mm_add_epi32(temp2, temp3);
142 src_r3 = _mm_sub_epi32(temp3, temp2);
157 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 c3 d2 d3
160 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
161 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //d
[all...]
H A Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; local
130 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 d2 c3 d3
133 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
134 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
139 temp3 = _mm_sub_epi32(src_r0, src_r3);
142 src_r1 = _mm_add_epi32(temp2, temp3);
144 src_r3 = _mm_sub_epi32(temp3, temp2);
159 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 c3 d2 d3
162 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
163 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //d
[all...]
H A Dih264_deblk_chroma_ssse3.c105 __m128i temp1, temp2, temp3, temp4; local
126 temp3 = _mm_unpacklo_epi16(linee, linef);
130 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
132 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
220 temp3 = _mm_unpacklo_epi16(q0_uv_16x8, q1_uv_16x8);
223 linea = _mm_unpacklo_epi32(temp1, temp3);
225 linec = _mm_unpackhi_epi32(temp1, temp3);
442 __m128i temp1, temp2, temp3, temp4; local
475 temp3 = _mm_unpacklo_epi16(linee, linef);
479 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp
[all...]
H A Dih264_iquant_itrans_recon_dc_ssse3.c245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; local
292 temp3 = _mm_add_epi16(value_add, pred_r2);
309 sign_reg = _mm_cmpgt_epi16(temp3, zero_8x16b); // sign check
310 temp3 = _mm_and_si128(temp3, sign_reg);
324 temp3 = _mm_packus_epi16(temp3, zero_8x16b);
333 _mm_storel_epi64((__m128i *)(&pu1_out[2 * out_strd]), temp3);
H A Dih264_iquant_itrans_recon_sse42.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
184 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //c0 d0 c1 d1
187 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0
188 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1
201 temp3 = _mm_srai_epi32(resq_r3, 1); //(w3>>1) + w1
202 temp3 = _mm_add_epi32(temp3, resq_r1);
205 resq_r0 = _mm_add_epi32(temp0, temp3);
211 resq_r3 = _mm_sub_epi32(temp0, temp3);
220 temp3
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
H A Dih264_resi_trans_quant_sse42.c120 __m128i temp0, temp1, temp2, temp3; local
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3
172 src_r2 = _mm_unpacklo_epi64(temp3, zero_8x16b); //a2 b2 c2 d2
173 src_r3 = _mm_unpackhi_epi64(temp3, zero_8x16b); //a3 b3 c3 d3
183 temp3 = _mm_sub_epi16(src_r0, src_r3);
188 src_r1 = _mm_slli_epi16(temp3, 1); //(x3<<1)
194 src_r3 = _mm_sub_epi16(temp3, src_r3);
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d3
210 src_r2 = _mm_unpacklo_epi64(temp3, zero_8x16b); //c0 c1 c2 c3
211 src_r3 = _mm_unpackhi_epi64(temp3, zero_8x16
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
[all...]
H A Dih264_deblk_luma_ssse3.c104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
124 temp3 = _mm_unpacklo_epi8(line5, line6);
129 line3 = _mm_unpacklo_epi16(temp3, temp4);
130 line4 = _mm_unpackhi_epi16(temp3, temp4);
148 temp3 = _mm_unpacklo_epi8(line5, line6);
153 line3 = _mm_unpacklo_epi16(temp3, temp4);
154 line4 = _mm_unpackhi_epi16(temp3, temp4);
158 temp3 = _mm_unpacklo_epi32(line2, line4);
167 q0_16x8 = _mm_unpacklo_epi64(q0_8x16, temp3);
168 q1_16x8 = _mm_unpackhi_epi64(q0_8x16, temp3);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1772 __m128i temp1, temp2, temp3, temp4; local
[all...]
/external/libgsm/src/
H A Drpe.c361 word temp, temp1, temp2, temp3; local
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
380 temp = GSM_ADD( temp, temp3 );
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc43 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); local
45 const int d1 = temp3 + temp4;
61 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); local
63 const int d1 = temp3 + temp4;
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct_neon.c65 const int32x4_t temp3 = vmlal_n_s16(s_3_cospi_8_64, s_2, cospi_24_64); local
69 int16x4_t out_1 = vrshrn_n_s32(temp3, DCT_CONST_BITS);
H A Dfdct16x16_neon.c344 int16x8_t temp3[16]; local
361 cross_input(temp2, temp3, 1);
362 dct_body(temp3, temp2);
/external/webp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; local
37 "srl %[temp3], %[temp0], 24 \n\t"
42 "sb %[temp3], -4(%[pdst]) \n\t"
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst),
95 int temp0, temp1, temp2, temp3, alpha; local
106 "ext %[temp3], %[argb], 16, 8 \n\t"
109 "mul %[temp3], %[temp3], %[temp0] \n\t"
111 "addu %[temp3],
[all...]
H A Drescaler_mips32.c39 int temp1, temp2, temp3; local
62 "mul %[temp3], %[sum], %[x_sub] \n\t"
67 "subu %[temp3], %[temp3], %[frac] \n\t"
68 "sw %[temp3], 0(%[frow]) \n\t"
71 : [accum]"=&r"(accum), [src1]"+r"(src1), [temp3]"=&r"(temp3),
99 int temp1, temp2, temp3, temp4; local
105 "addiu %[temp3], %[src_width], -1 \n\t"
108 "bgtz %[temp3],
154 int temp0, temp1, temp3, temp4, temp5, loop_end; local
218 int temp0, temp1, temp3, temp4, temp5, loop_end; local
[all...]
H A Drescaler_mips_dsp_r2.c34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
45 "li %[temp3], 0x10000 \n\t"
53 "mult $ac0, %[temp3], %[temp4] \n\t"
55 "mult $ac1, %[temp3], %[temp4] \n\t"
57 "mult $ac2, %[temp3], %[temp4] \n\t"
59 "mult $ac3, %[temp3], %[temp4] \n\t"
76 "mult $ac0, %[temp3], %[temp4] \n\t"
78 "mult $ac1, %[temp3], %[temp4] \n\t"
80 "mult $ac2, %[temp3], %[temp4] \n\t"
82 "mult $ac3, %[temp3],
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
[all...]
H A Dlossless_enc_mips32.c154 int i, temp0, temp1, temp2, temp3; local
167 "lw %[temp3], 4(%[pY]) \n\t"
170 "addu %[temp2], %[temp2], %[temp3] \n\t"
180 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
192 "addiu %[temp3], %[streak], -3 \n\t" \
194 "blez %[temp3], 1f \n\t" \
196 "addu %[temp3], %[pcnts], %[temp1] \n\t" \
198 "lw %[temp1], 0(%[temp3]) \n\t" \
202 "sw %[temp1], 0(%[temp3]) \
222 int temp0, temp1, temp2, temp3; local
381 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
H A Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
35 "lw %[temp3], 12(%[argb_data]) \n\t"
39 "ext %[temp7], %[temp3], 8, 8 \n\t"
48 "subu.qb %[temp3], %[temp3], %[temp7] \n\t"
53 " sw %[temp3], -4(%[argb_data]) \n\t"
68 [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
83 int temp0, temp1, temp2, temp3, temp4, temp5; local
108 "precrq.qb.ph %[temp3],
189 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
240 int temp0, temp1, temp2, temp3, temp4; local
[all...]
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; local
100 "preceu.ph.qbr %[temp3], %[c1] \n\t"
104 "subq.ph %[temp3], %[temp3], %[temp5] \n\t"
106 "addq.ph %[temp1], %[temp1], %[temp3] \n\t"
112 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5)
121 int temp0, temp1, temp2, temp3, temp4, temp5; local
124 "preceu.ph.qbr %[temp3], %[c2] \n\t"
128 "subq.ph %[temp3],
150 int temp0, temp1, temp2, temp3, temp4, temp5; local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
295 int temp0, temp1, temp2, temp3, temp4, temp5; local
365 int temp0, temp1, temp2, temp3; local
417 int temp0, temp1, temp2, temp3; local
467 int temp0, temp1, temp2, temp3, temp4, temp5; local
541 int temp0, temp1, temp2, temp3, temp4, temp5; local
619 int temp0, temp1, temp2, temp3; local
[all...]
H A Ddec_mips32.c219 int temp0, temp1, temp2, temp3, temp4; local
257 "lh %[temp3], 6(%[in]) \n\t"
295 "addu %[temp16], %[temp3], %[temp11] \n\t"
296 "subu %[temp3], %[temp3], %[temp11] \n\t"
309 "addu %[temp15], %[temp3], %[temp17] \n\t"
310 "subu %[temp3], %[temp3], %[temp17] \n\t"
340 "mul %[temp13], %[temp3], %[kC1] \n\t"
342 "mul %[temp3],
[all...]
H A Denc_mips32.c119 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
126 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
134 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15)
137 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
178 "lhu %[temp3], " #J "(%[ppq]) \n\t" \
186 "mul %[temp5], %[level], %[temp3] \n\t" \
193 int temp0, temp1, temp2, temp3, temp4, temp5; local
224 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
368 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
484 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
546 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
580 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
606 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
628 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c49 int temp3, temp4; local
67 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
69 c2 = temp3 - temp4;
71 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
73 d2 = temp3 + temp4;
99 temp3 = (ip[7] * sinpi8sqrt2) >> 16;
101 c2 = temp3 - temp4;
103 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16);
105 d2 = temp3 + temp4;
137 temp3
[all...]
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c170 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; local
179 BUTTERFLY_4(in0_w, in1_w, in3_w, in2_w, temp0, temp3, temp2, temp1);
180 SLLI_4V(temp0, temp1, temp2, temp3, 2);
181 BUTTERFLY_4(temp0, temp1, temp2, temp3, in0_w, in1_w, in2_w, in3_w);
186 BUTTERFLY_4(in0_w, in1_w, in3_w, in2_w, temp0, temp3, temp2, temp1);
187 BUTTERFLY_4(temp0, temp1, temp2, temp3, in0_w, in1_w, in2_w, in3_w);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice.c102 int16_t temp2,temp3; local
123 temp3 = (int16_t)(2 * u + lo_hi);
131 gain32 = gain_lo_hiQ17[temp3];
238 int16_t temp2,temp3; local
247 temp3 = (int16_t)(2 * u + lo_hi);
261 tmp32 = gain_lo_hiQ17[temp3] << 10; // Q27
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c318 uint8_t *temp3 = cpi->consec_zero_mv; local
324 lc->consec_zero_mv = temp3;
345 uint8_t *temp3 = lc->consec_zero_mv; local
351 cpi->consec_zero_mv = temp3;

Completed in 390 milliseconds

123