Searched refs:_mm_add_epi16 (Results 1 - 25 of 59) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.c28 tmp = _mm_add_epi16(in0, in1);
53 u0 = _mm_add_epi16(in0, in1);
54 u1 = _mm_add_epi16(in2, in3);
61 sum = _mm_add_epi16(u0, u1);
63 in0 = _mm_add_epi16(in0, in1);
64 in2 = _mm_add_epi16(in2, in3);
65 sum = _mm_add_epi16(sum, in0);
68 sum = _mm_add_epi16(sum, in2);
100 u0 = _mm_add_epi16(in0, in1);
101 u1 = _mm_add_epi16(in
[all...]
H A Dloopfilter_sse2.c184 pixelFilter_p = _mm_add_epi16(_mm_add_epi16(p6_16, p5_16),
185 _mm_add_epi16(p4_16, p3_16));
186 pixelFilter_q = _mm_add_epi16(_mm_add_epi16(q6_16, q5_16),
187 _mm_add_epi16(q4_16, q3_16));
189 pixetFilter_p2p1p0 = _mm_add_epi16(p0_16, _mm_add_epi16(p2_16, p1_16));
190 pixelFilter_p = _mm_add_epi16(pixelFilter_p, pixetFilter_p2p1p0);
192 pixetFilter_q2q1q0 = _mm_add_epi16(q0_1
[all...]
H A Dhighbd_loopfilter_sse2.c273 pixelFilter_p = _mm_add_epi16(_mm_add_epi16(p6, p5),
274 _mm_add_epi16(p4, p3));
275 pixelFilter_q = _mm_add_epi16(_mm_add_epi16(q6, q5),
276 _mm_add_epi16(q4, q3));
278 pixetFilter_p2p1p0 = _mm_add_epi16(p0, _mm_add_epi16(p2, p1));
279 pixelFilter_p = _mm_add_epi16(pixelFilter_p, pixetFilter_p2p1p0);
281 pixetFilter_q2q1q0 = _mm_add_epi16(q
[all...]
H A Dloopfilter_avx2.c205 pixelFilter_p = _mm_add_epi16(_mm_add_epi16(p6_16, p5_16),
206 _mm_add_epi16(p4_16, p3_16));
207 pixelFilter_q = _mm_add_epi16(_mm_add_epi16(q6_16, q5_16),
208 _mm_add_epi16(q4_16, q3_16));
210 pixetFilter_p2p1p0 = _mm_add_epi16(p0_16,
211 _mm_add_epi16(p2_16, p1_16));
212 pixelFilter_p = _mm_add_epi16(pixelFilter_p, pixetFilter_p2p1p0);
214 pixetFilter_q2q1q0 = _mm_add_epi16(q0_1
[all...]
H A Dinv_txfm_sse2.c19 d0 = _mm_add_epi16(in_x, d0); \
78 input2 = _mm_add_epi16(input0, input1);
117 input2 = _mm_add_epi16(input0, input1);
121 input2 = _mm_add_epi16(input2, eight);
122 input3 = _mm_add_epi16(input3, eight);
137 d0 = _mm_add_epi16(d0, input2);
138 d2 = _mm_add_epi16(d2, input3);
210 in[0] = _mm_add_epi16(u[0], u[1]);
227 in7 = _mm_add_epi16(in7, in[0]);
696 s0 = _mm_add_epi16(i
[all...]
/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c219 Alpha_8x16 = _mm_add_epi16(Alpha_8x16, const_val2_16x8);
266 temp1 = _mm_add_epi16(p0_8x16, q1_8x16);
267 temp2 = _mm_add_epi16(p1_8x16, q0_8x16);
268 temp5 = _mm_add_epi16(temp1, const_val2_16x8);
269 temp6 = _mm_add_epi16(temp2, const_val2_16x8);
272 temp1 = _mm_add_epi16(temp5, temp3);
273 temp2 = _mm_add_epi16(temp6, temp4);
278 temp6 = _mm_add_epi16(temp6, p0_8x16);
279 temp5 = _mm_add_epi16(temp5, q0_8x16);
280 temp1 = _mm_add_epi16(temp
[all...]
H A Dih264_luma_intra_pred_filters_ssse3.c346 res1_8x16b = _mm_add_epi16(top_8x16b, top_sh_8x16b);
349 res1_8x16b = _mm_add_epi16(res1_8x16b, const_2_8x16b);
350 res1_8x16b = _mm_add_epi16(res2_8x16b, res1_8x16b);
431 res1_8x16b = _mm_add_epi16(top_left_8x16b, top_left_sh_8x16b); //l3+l2 l2+l1 l1+l0 l0+tl tl+t0 t0+t1 t1+t2 t2+t3...
435 res1_8x16b = _mm_add_epi16(res1_8x16b, const_2_8x16b);
436 res1_8x16b = _mm_add_epi16(res2_8x16b, res1_8x16b); //l3+2*l2+l1+2 l2+2*l1+l0+2...
519 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, w121_a2_8x16b); //l2+l1 l1+l0 l0+tl tl+t0 t0+t1 t1+t2 t2+t3 t3
524 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, w121_a2_8x16b); //l2+2*l1+l0 l1+2*l0+tl ...
525 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, const_2_8x16b);
612 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16
[all...]
H A Dih264_chroma_intra_pred_filters_ssse3.c340 res1_l_8x16b = _mm_add_epi16(res1_l_8x16b, const_8x16b);
341 res1_h_8x16b = _mm_add_epi16(res1_h_8x16b, const_8x16b);
342 res2_l_8x16b = _mm_add_epi16(res1_l_8x16b, c2_8x16b);
343 res2_h_8x16b = _mm_add_epi16(res1_h_8x16b, c2_8x16b);
360 res1_l_8x16b = _mm_add_epi16(res1_l_8x16b, c2_8x16b);
361 res1_h_8x16b = _mm_add_epi16(res1_h_8x16b, c2_8x16b);
362 res2_l_8x16b = _mm_add_epi16(res2_l_8x16b, c2_8x16b);
363 res2_h_8x16b = _mm_add_epi16(res2_h_8x16b, c2_8x16b);
379 res1_l_8x16b = _mm_add_epi16(res1_l_8x16b, c2_8x16b);
380 res1_h_8x16b = _mm_add_epi16(res1_h_8x16
[all...]
H A Dih264_deblk_chroma_ssse3.c160 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16);
161 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
162 temp1 = _mm_add_epi16(temp1, temp2);
166 temp2 = _mm_add_epi16(p1_uv_8x16, q0_uv_8x16);
167 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
168 temp1 = _mm_add_epi16(temp1, temp2);
191 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16);
192 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
193 temp1 = _mm_add_epi16(temp1, temp2);
197 temp2 = _mm_add_epi16(p1_uv_8x1
[all...]
H A Dih264_inter_pred_filters_ssse3.c279 res_r0r1_t1_8x16b = _mm_add_epi16(res_r0r1_t1_8x16b, res_r0r1_t2_8x16b);
280 res_r0r1_t3_8x16b = _mm_add_epi16(const_val16_8x16b, res_r0r1_t3_8x16b);
281 res_r0r1_t1_8x16b = _mm_add_epi16(res_r0r1_t1_8x16b, res_r0r1_t3_8x16b); //a0*c0+a1*c1+a2*c2+a3*c3+a4*a4+a5*c5 + 16;
358 res_r0_t1_8x16b = _mm_add_epi16(res_r0_t1_8x16b, res_r0_t2_8x16b);
359 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t2_8x16b);
360 res_r0_t3_8x16b = _mm_add_epi16(res_r0_t3_8x16b, const_val16_8x16b);
361 res_r1_t3_8x16b = _mm_add_epi16(res_r1_t3_8x16b, const_val16_8x16b);
362 res_r0_t1_8x16b = _mm_add_epi16(res_r0_t1_8x16b, res_r0_t3_8x16b);
363 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t3_8x16b);
435 res_r0_t1_8x16b = _mm_add_epi16(res_r0_t1_8x16
[all...]
H A Dih264_iquant_itrans_recon_dc_ssse3.c148 temp4 = _mm_add_epi16(value_add, pred_r0);
149 temp5 = _mm_add_epi16(value_add, pred_r2);
288 temp1 = _mm_add_epi16(value_add, pred_r0);
290 temp2 = _mm_add_epi16(value_add, pred_r1);
292 temp3 = _mm_add_epi16(value_add, pred_r2);
294 temp4 = _mm_add_epi16(value_add, pred_r3);
296 temp5 = _mm_add_epi16(value_add, pred_r4);
298 temp6 = _mm_add_epi16(value_add, pred_r5);
300 temp7 = _mm_add_epi16(value_add, pred_r6);
302 temp8 = _mm_add_epi16(value_ad
[all...]
/external/libavc/encoder/x86/
H A Dih264e_intra_modes_eval_ssse3.c229 sad_8x16b = _mm_add_epi16(sad_8x16b, sad1_8x16b);
280 sad_8x16b = _mm_add_epi16(sad_8x16b, sad1_8x16b);
353 sad_8x16b = _mm_add_epi16(sad_8x16b, sad1_8x16b);
601 temp1_8x16b = _mm_add_epi16(temp1_8x16b, temp2_8x16b); //l3+l3 l3+l2 l2+l1... t1+t2
604 temp1_8x16b = _mm_add_epi16(temp1_8x16b, temp2_8x16b); //4*l3 l3+2*l3+l2 l3+2*l2+l1... t0+2*t1+t2
606 temp1_8x16b = _mm_add_epi16(const_2_8x16b, temp1_8x16b); //4*l3+2 3*l3+l2+2 l3+2*l2+l1+2.. t0+2*t1+t2+2
617 temp2_8x16b = _mm_add_epi16(temp2_8x16b, temp3_8x16b); //t1+t2 t2+t3... t6+t7 t7+t7 0
619 temp2_8x16b = _mm_add_epi16(temp2_8x16b, temp3_8x16b); //t1+2*t2+t3 t2+2*t3+t4.. t6+2*t7+t7 t7+t7 0
621 temp2_8x16b = _mm_add_epi16(const_2_8x16b, temp2_8x16b); //t1+2*t2+t3+2 t2+2*t3+t4+2 t3+2*t4+t5+2... t6+2*t7+t7+2 t7+t7+2 2
885 sad_8x16b = _mm_add_epi16(tmp1_8x16
[all...]
H A Dih264e_half_pel_ssse3.c173 res_r0_t1_8x16b = _mm_add_epi16(res_r0_t1_8x16b, res_r0_t2_8x16b);
174 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t2_8x16b);
175 res_r0_t3_8x16b = _mm_add_epi16(res_r0_t3_8x16b, const_val16_8x16b);
176 res_r1_t3_8x16b = _mm_add_epi16(res_r1_t3_8x16b, const_val16_8x16b);
177 res_r0_t1_8x16b = _mm_add_epi16(res_r0_t1_8x16b, res_r0_t3_8x16b);
178 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t3_8x16b);
316 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b);
317 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b);
329 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b);
330 res_t1_8x16b = _mm_add_epi16(res_t3_8x16
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.c69 zbin0 = _mm_add_epi16(zbin0, zbin_extra);
70 zbin1 = _mm_add_epi16(zbin1, zbin_extra);
80 x0 = _mm_add_epi16(x0, round0);
81 x1 = _mm_add_epi16(x1, round1);
86 y0 = _mm_add_epi16(y0, x0);
87 y1 = _mm_add_epi16(y1, x1);
H A Dvp8_quantize_sse2.c75 zbin0 = _mm_add_epi16(zbin0, zbin_extra);
76 zbin1 = _mm_add_epi16(zbin1, zbin_extra);
89 x0 = _mm_add_epi16(x0, round0);
90 x1 = _mm_add_epi16(x1, round1);
95 y0 = _mm_add_epi16(y0, x0);
96 y1 = _mm_add_epi16(y1, x1);
171 x0 = _mm_add_epi16(x0, round0);
172 x1 = _mm_add_epi16(x1, round1);
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_ssse3_intr.c356 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
357 res_temp6_8x16b = _mm_add_epi16(res_temp3_8x16b, res_temp4_8x16b);
358 res_temp5_8x16b = _mm_add_epi16(res_temp5_8x16b, res_temp6_8x16b);
389 res_temp15_8x16b = _mm_add_epi16(res_temp11_8x16b, res_temp12_8x16b);
390 res_temp16_8x16b = _mm_add_epi16(res_temp13_8x16b, res_temp14_8x16b);
391 res_temp15_8x16b = _mm_add_epi16(res_temp15_8x16b, res_temp16_8x16b);
445 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
446 res_temp6_8x16b = _mm_add_epi16(res_temp3_8x16b, res_temp4_8x16b);
447 res_temp5_8x16b = _mm_add_epi16(res_temp5_8x16b, res_temp6_8x16b);
483 res_temp15_8x16b = _mm_add_epi16(res_temp11_8x16
[all...]
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c203 res_temp_8x16b = _mm_add_epi16(res_temp_8x16b, const_temp6_4x32b);
223 res_temp1_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp1_8x16b);
224 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
225 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp3_8x16b);
233 col_8x16b = _mm_add_epi16(col_8x16b, const_temp7_4x32b);
343 src_temp4 = _mm_add_epi16(src_temp4, src_temp6);
344 src_temp6 = _mm_add_epi16(src_temp3, src_temp5);
345 src_temp8 = _mm_add_epi16(src_temp7, src_temp8);
346 src_temp10 = _mm_add_epi16(src_temp9, src_temp10);
348 src_temp4 = _mm_add_epi16(src_temp
[all...]
H A Dihevc_intra_pred_filters_sse42_intr.c266 src_temp1 = _mm_add_epi16(src_temp1, src_temp2);
267 src_temp1 = _mm_add_epi16(src_temp1, src_temp3);
268 src_temp1 = _mm_add_epi16(src_temp1, const_value_8x16);
282 src_temp4 = _mm_add_epi16(src_temp4, src_temp5);
283 src_temp4 = _mm_add_epi16(src_temp4, src_temp6);
284 src_temp4 = _mm_add_epi16(src_temp4, const_value_8x16);
458 src_temp4 = _mm_add_epi16(src_temp3, src_temp4);
459 src_temp8 = _mm_add_epi16(src_temp7, src_temp8);
460 src_temp4 = _mm_add_epi16(src_temp4, src_temp8);
560 src_temp2 = _mm_add_epi16(src_temp
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c552 src_temp1 = _mm_add_epi16(src_temp1, src_temp2);
553 src_temp1 = _mm_add_epi16(src_temp1, src_temp3);
554 src_temp1 = _mm_add_epi16(src_temp1, const_value_8x16);
568 src_temp4 = _mm_add_epi16(src_temp4, src_temp5);
569 src_temp4 = _mm_add_epi16(src_temp4, src_temp6);
570 src_temp4 = _mm_add_epi16(src_temp4, const_value_8x16);
739 row1_16x8b = _mm_add_epi16(row_16x8b, const_temp8_4x32b);
741 row2_16x8b = _mm_add_epi16(row1_16x8b, const_temp8_4x32b);
743 row3_16x8b = _mm_add_epi16(row2_16x8b, const_temp8_4x32b);
764 res_temp_8x16b = _mm_add_epi16(res_temp_8x16
[all...]
H A Dihevc_deblk_ssse3_intr.c326 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b);
328 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b);
337 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, const2_8x16b);
339 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq_str0_16x8b, const2_8x16b);
341 temp_pq2_str0_16x8b = _mm_add_epi16(temp_pq2_str0_16x8b, const2_8x16b);
343 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq_str0_16x8b);
345 temp_pq2_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq2_str0_16x8b);
423 tmp2_const_8x16b = _mm_add_epi16(tmp2_const_8x16b, tmp0_const_8x16b);
471 tmp2_const_8x16b = _mm_add_epi16(tmp_delta0_8x16b, tmp_delta0_8x16b);
477 tmp_delta3_8x16b = _mm_add_epi16(tmp_delta3_8x16
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_avg_intrin_sse2.c149 __m128i b0 = _mm_add_epi16(a0, a1);
151 __m128i b2 = _mm_add_epi16(a2, a3);
153 __m128i b4 = _mm_add_epi16(a4, a5);
155 __m128i b6 = _mm_add_epi16(a6, a7);
158 a0 = _mm_add_epi16(b0, b2);
159 a1 = _mm_add_epi16(b1, b3);
162 a4 = _mm_add_epi16(b4, b6);
163 a5 = _mm_add_epi16(b5, b7);
168 b0 = _mm_add_epi16(a0, a4);
169 b7 = _mm_add_epi16(a
[all...]
/external/libhevc/decoder/x86/
H A Dihevcd_it_rec_dc_sse42_intr.c108 m_temp_reg_6 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
109 m_temp_reg_7 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
151 m_temp_reg_8 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
152 m_temp_reg_9 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
153 m_temp_reg_10 = _mm_add_epi16(m_temp_reg_6, m_temp_reg_20);
154 m_temp_reg_11 = _mm_add_epi16(m_temp_reg_7, m_temp_reg_20);
260 m_temp_reg_6 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
261 m_temp_reg_7 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
330 m_temp_reg_8 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
331 m_temp_reg_9 = _mm_add_epi16(m_temp_reg_
[all...]
H A Dihevcd_it_rec_dc_ssse3_intr.c109 m_temp_reg_6 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
110 m_temp_reg_7 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
152 m_temp_reg_8 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
153 m_temp_reg_9 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
154 m_temp_reg_10 = _mm_add_epi16(m_temp_reg_6, m_temp_reg_20);
155 m_temp_reg_11 = _mm_add_epi16(m_temp_reg_7, m_temp_reg_20);
260 m_temp_reg_6 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
261 m_temp_reg_7 = _mm_add_epi16(m_temp_reg_5, m_temp_reg_20);
330 m_temp_reg_8 = _mm_add_epi16(m_temp_reg_4, m_temp_reg_20);
331 m_temp_reg_9 = _mm_add_epi16(m_temp_reg_
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c159 const __m128i a = _mm_add_epi16(in0, in2);
166 const __m128i c = _mm_add_epi16(c3, c4);
170 const __m128i d3 = _mm_add_epi16(in1, in3);
171 const __m128i d4 = _mm_add_epi16(d1, d2);
172 const __m128i d = _mm_add_epi16(d3, d4);
175 const __m128i tmp0 = _mm_add_epi16(a, d);
176 const __m128i tmp1 = _mm_add_epi16(b, c);
216 const __m128i dc = _mm_add_epi16(T0, four);
217 const __m128i a = _mm_add_epi16(dc, T2);
224 const __m128i c = _mm_add_epi16(c
[all...]
/external/libmpeg2/common/x86/
H A Dimpeg2_inter_pred_sse42_intr.c498 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 0 horizontal interpolation
499 tmp1 = _mm_add_epi16(src_r1, src_r1_1); //Row 1 horizontal interpolation
500 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 0 vertical interpolation
501 tmp0 = _mm_add_epi16(tmp0, value_2);
518 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 2 horizontal interpolation
519 tmp1 = _mm_add_epi16(tmp0, tmp1); //Row 1 vertical interpolation
520 tmp1 = _mm_add_epi16(tmp1, value_2);
537 tmp1 = _mm_add_epi16(src_r0, src_r0_1); //Row 3 horizontal interpolation
539 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 2 vertical interpolation
540 tmp0 = _mm_add_epi16(tmp
[all...]

Completed in 172 milliseconds

123