/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | fwd_txfm_sse2.c | 28 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 D | loopfilter_sse2.c | 184 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 D | highbd_loopfilter_sse2.c | 273 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 D | loopfilter_avx2.c | 205 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 D | inv_txfm_sse2.c | 19 d0 = _mm_add_epi16(in_x, d0); \ 79 input2 = _mm_add_epi16(input0, input1); 118 input2 = _mm_add_epi16(input0, input1); 122 input2 = _mm_add_epi16(input2, eight); 123 input3 = _mm_add_epi16(input3, eight); 138 d0 = _mm_add_epi16(d0, input2); 139 d2 = _mm_add_epi16(d2, input3); 212 in[0] = _mm_add_epi16(u[0], u[1]); 229 in7 = _mm_add_epi16(in7, in[0]); 700 s0 = _mm_add_epi16(i [all...] |
/external/libavc/common/x86/ |
H A D | ih264_deblk_luma_ssse3.c | 219 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 D | ih264_luma_intra_pred_filters_ssse3.c | 346 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 D | ih264_chroma_intra_pred_filters_ssse3.c | 340 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 D | ih264_deblk_chroma_ssse3.c | 160 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 D | ih264_inter_pred_filters_ssse3.c | 279 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 D | ih264_iquant_itrans_recon_dc_ssse3.c | 148 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/webrtc/webrtc/modules/video_processing/ |
H A D | content_analysis_sse2.cc | 171 _mm_add_epi16(_mm_unpacklo_epi8(l, z), _mm_unpacklo_epi8(r, z)); 173 _mm_add_epi16(_mm_unpackhi_epi8(l, z), _mm_unpackhi_epi8(r, z)); 177 _mm_add_epi16(_mm_unpacklo_epi8(t, z), _mm_unpacklo_epi8(b, z)); 179 _mm_add_epi16(_mm_unpackhi_epi8(t, z), _mm_unpackhi_epi8(b, z)); 182 msa_16 = _mm_add_epi16(msa_16, _mm_add_epi16(chi, clo)); 193 const __m128i setlo = _mm_subs_epi16(clo, _mm_add_epi16(lrlo, tblo)); 194 const __m128i sethi = _mm_subs_epi16(chi, _mm_add_epi16(lrhi, tbhi)); 198 _mm_add_epi16(se_16, _mm_max_epi16(setlo, _mm_subs_epi16(z, setlo))); 200 _mm_add_epi16(se_1 [all...] |
/external/libavc/encoder/x86/ |
H A D | ih264e_intra_modes_eval_ssse3.c | 229 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 D | ih264e_half_pel_ssse3.c | 173 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 D | quantize_sse4.c | 69 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 D | vp8_quantize_sse2.c | 75 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 D | ihevc_inter_pred_filters_ssse3_intr.c | 356 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 D | ihevc_chroma_intra_pred_filters_sse42_intr.c | 203 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 D | ihevc_intra_pred_filters_sse42_intr.c | 266 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 D | ihevc_intra_pred_filters_ssse3_intr.c | 552 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 D | ihevc_deblk_ssse3_intr.c | 326 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 D | vp9_avg_intrin_sse2.c | 149 __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/opencv3/3rdparty/libwebp/dsp/ |
H A D | enc_sse2.c | 161 const __m128i a = _mm_add_epi16(in0, in2); 168 const __m128i c = _mm_add_epi16(c3, c4); 172 const __m128i d3 = _mm_add_epi16(in1, in3); 173 const __m128i d4 = _mm_add_epi16(d1, d2); 174 const __m128i d = _mm_add_epi16(d3, d4); 177 const __m128i tmp0 = _mm_add_epi16(a, d); 178 const __m128i tmp1 = _mm_add_epi16(b, c); 218 const __m128i dc = _mm_add_epi16(T0, four); 219 const __m128i a = _mm_add_epi16(dc, T2); 226 const __m128i c = _mm_add_epi16(c [all...] |
/external/libhevc/decoder/x86/ |
H A D | ihevcd_it_rec_dc_sse42_intr.c | 108 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 D | ihevcd_it_rec_dc_ssse3_intr.c | 109 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...] |