/external/pdfium/third_party/libpng16/intel/ |
D | filter_sse2_intrinsics.c | 68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2() 76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2() 101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2() 138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2() 283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2() 319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2() 381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 68 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2() 76 d = _mm_add_epi8(d, a); in png_read_filter_row_sub3_sse2() 101 d = _mm_add_epi8(d, a); in png_read_filter_row_sub4_sse2() 138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 192 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg4_sse2() 283 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2() 319 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth3_sse2() 381 d = _mm_add_epi8(d, nearest); in png_read_filter_row_paeth4_sse2()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_sse2.c | 63 count = _mm_add_epi8(count, level[1]); in get_coeff_contexts_kernel_sse2() 64 count = _mm_add_epi8(count, level[2]); in get_coeff_contexts_kernel_sse2() 65 count = _mm_add_epi8(count, level[3]); in get_coeff_contexts_kernel_sse2() 66 count = _mm_add_epi8(count, level[4]); in get_coeff_contexts_kernel_sse2() 93 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_2d() 127 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_hor() 159 count = _mm_add_epi8(count, pos_to_offset); in get_4_nz_map_contexts_ver() 202 count = _mm_add_epi8(count, pos_to_offset[0]); in get_8_coeff_contexts_2d() 237 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_hor() 269 count = _mm_add_epi8(count, pos_to_offset); in get_8_coeff_contexts_ver() [all …]
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 173 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 186 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 201 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 217 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 232 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 245 temp1 = _mm_add_epi8(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 387 p0_16x8 = _mm_add_epi8(p0_16x8, p0_16x8_1); in ih264_deblk_luma_vert_bs4_ssse3() 391 q0_16x8 = _mm_add_epi8(q0_16x8, q0_16x8_1); in ih264_deblk_luma_vert_bs4_ssse3() 397 p0_16x8 = _mm_add_epi8(p0_16x8, p0_16x8_2); in ih264_deblk_luma_vert_bs4_ssse3() 401 q0_16x8 = _mm_add_epi8(q0_16x8, q0_16x8_2); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
D | ih264_deblk_chroma_ssse3.c | 210 p0_uv_16x8 = _mm_add_epi8(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_ssse3() 215 q0_uv_16x8 = _mm_add_epi8(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_ssse3() 379 p0_uv_8x16_1 = _mm_add_epi8(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_horz_bs4_ssse3() 385 q0_uv_8x16_1 = _mm_add_epi8(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_horz_bs4_ssse3() 578 p0_uv_16x8 = _mm_add_epi8(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_vert_bslt4_ssse3() 583 q0_uv_16x8 = _mm_add_epi8(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_vert_bslt4_ssse3() 784 p0_uv_8x16_1 = _mm_add_epi8(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_horz_bslt4_ssse3() 790 q0_uv_8x16_1 = _mm_add_epi8(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_horz_bslt4_ssse3() 906 p0_uv_16x8 = _mm_add_epi8(p0_uv_8x16_1, p0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_mbaff_ssse3() 911 q0_uv_16x8 = _mm_add_epi8(q0_uv_8x16_1, q0_uv_8x16_2); in ih264_deblk_chroma_vert_bs4_mbaff_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_dc_ssse3.c | 459 out_r0 = _mm_add_epi8(out_r0, pred_r0); in ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3() 460 out_r1 = _mm_add_epi8(out_r1, pred_r1); in ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3() 461 out_r2 = _mm_add_epi8(out_r2, pred_r2); in ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3() 462 out_r3 = _mm_add_epi8(out_r3, pred_r3); in ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3()
|
D | ih264_iquant_itrans_recon_sse42.c | 563 out_r0 = _mm_add_epi8(out_r0, resq_r0); in ih264_iquant_itrans_recon_chroma_4x4_sse42() 564 out_r1 = _mm_add_epi8(out_r1, resq_r1); in ih264_iquant_itrans_recon_chroma_4x4_sse42() 565 out_r2 = _mm_add_epi8(out_r2, resq_r2); in ih264_iquant_itrans_recon_chroma_4x4_sse42() 566 out_r3 = _mm_add_epi8(out_r3, resq_r3); in ih264_iquant_itrans_recon_chroma_4x4_sse42()
|
/external/libhevc/common/x86/ |
D | ihevc_sao_ssse3_intr.c | 999 edge0_16x8b = _mm_add_epi8(edge0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1000 edge1_16x8b = _mm_add_epi8(edge1_16x8b, left1_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1002 edge0_16x8b = _mm_add_epi8(edge0_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1003 edge1_16x8b = _mm_add_epi8(edge1_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1144 edge0_16x8b = _mm_add_epi8(edge0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1145 edge1_16x8b = _mm_add_epi8(edge1_16x8b, left1_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1147 edge0_16x8b = _mm_add_epi8(edge0_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1148 edge1_16x8b = _mm_add_epi8(edge1_16x8b, const2_16x8b); in ihevc_sao_edge_offset_class0_ssse3() 1349 edge0_16x8b = _mm_add_epi8(edge0_16x8b, left0_16x8b); in ihevc_sao_edge_offset_class0_chroma_ssse3() 1350 edge1_16x8b = _mm_add_epi8(edge1_16x8b, left1_16x8b); in ihevc_sao_edge_offset_class0_chroma_ssse3() [all …]
|
/external/fec/ |
D | viterbi27_sse2.c | 153 m0 = _mm_add_epi8(vp->old_metrics->v[i],metric); 154 m3 = _mm_add_epi8(vp->old_metrics->v[2+i],metric); 155 m1 = _mm_add_epi8(vp->old_metrics->v[2+i],m_metric); 156 m2 = _mm_add_epi8(vp->old_metrics->v[i],m_metric);
|
/external/webp/src/dsp/ |
D | filters_sse2.c | 232 const __m128i A1 = _mm_add_epi8(A0, last); in HorizontalUnfilter_SSE2() 234 const __m128i A3 = _mm_add_epi8(A1, A2); in HorizontalUnfilter_SSE2() 236 const __m128i A5 = _mm_add_epi8(A3, A4); in HorizontalUnfilter_SSE2() 238 const __m128i A7 = _mm_add_epi8(A5, A6); in HorizontalUnfilter_SSE2() 258 const __m128i C0 = _mm_add_epi8(A0, B0); in VerticalUnfilter_SSE2() 259 const __m128i C1 = _mm_add_epi8(A1, B1); in VerticalUnfilter_SSE2() 288 const __m128i tmp5 = _mm_add_epi8(tmp4, D); // add to in[] in GradientPredictInverse_SSE2()
|
D | lossless_sse2.c | 190 const __m128i res = _mm_add_epi8(src, black); in PredictorAdd0_SSE2() 210 const __m128i sum0 = _mm_add_epi8(src, shift0); in PredictorAdd1_SSE2() 214 const __m128i sum1 = _mm_add_epi8(sum0, shift1); in PredictorAdd1_SSE2() 215 const __m128i res = _mm_add_epi8(sum1, prev); in PredictorAdd1_SSE2() 234 const __m128i res = _mm_add_epi8(src, other); \ 266 res = _mm_add_epi8(avg, src); \ in GENERATE_PREDICTOR_ADD() 284 L = _mm_add_epi8(avg, src); \ 330 L = _mm_add_epi8(src, pred); \ 382 const __m128i res = _mm_add_epi8(src, alls); \ 440 const __m128i out = _mm_add_epi8(in, C); in GENERATE_PREDICTOR_ADD() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | intra_edge_sse4.c | 80 __m128i shuf_b = _mm_add_epi8(shuf_a, two); in av1_filter_intra_edge_sse4_1() 81 __m128i shuf_c = _mm_add_epi8(shuf_b, two); in av1_filter_intra_edge_sse4_1() 82 __m128i shuf_d = _mm_add_epi8(shuf_c, two); in av1_filter_intra_edge_sse4_1()
|
/external/marisa-trie/lib/marisa/grimoire/vector/ |
D | bit-vector.cc | 196 _mm_add_epi8(lower_counts, upper_counts))); 276 counts = _mm_add_epi8(lower_counts, upper_counts); 285 x = _mm_add_epi8(x, y); 288 x = _mm_add_epi8(x, y);
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 41 const __m128i t = _mm_add_epi8(reference_offset, reference_offset); in LoadDivision() 43 const __m128i idx = _mm_add_epi8(tt, kOne); in LoadDivision() 117 *position_xy = _mm_add_epi8(positions, k01234567); in GetPosition()
|
D | intrapred_directional_sse4.cc | 609 const __m128i adjacent = _mm_add_epi8(offset_y, index_increment); in DirectionalZone2FromLeftCol_4x4_SSE4_1() 614 sampler = _mm_add_epi8(sampler, positive_offset); in DirectionalZone2FromLeftCol_4x4_SSE4_1() 648 const __m128i adjacent = _mm_add_epi8(offset_y, index_increment); in DirectionalZone2FromLeftCol_8x8_SSE4_1() 653 sampler = _mm_add_epi8(sampler, denegation); in DirectionalZone2FromLeftCol_8x8_SSE4_1() 722 y_selector = _mm_add_epi8(y_selector, index_increment), in DirectionalZone1Blend_8xH()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 89 adj2 = _mm_add_epi8(adj2, adj1); in vp8_denoiser_filter_sse2() 265 adj2 = _mm_add_epi8(adj2, adj1); in vp8_denoiser_filter_uv_sse2()
|
/external/webrtc/modules/video_processing/util/ |
D | denoiser_filter_sse2.cc | 177 adj2 = _mm_add_epi8(adj2, adj1); in MbDenoise()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_a64_mask_sse4.c | 285 const __m128i v_rvs_b = _mm_add_epi8(v_ra_b, v_rb_b); in blend_a64_mask_sx_sy_w4_sse4_1() 318 const __m128i v_rvs_b = _mm_add_epi8(v_ra_b, v_rb_b); in blend_a64_mask_sx_sy_w8_sse4_1() 353 const __m128i v_rvsl_b = _mm_add_epi8(v_ral_b, v_rbl_b); in blend_a64_mask_sx_sy_w16n_sse4_1() 354 const __m128i v_rvsh_b = _mm_add_epi8(v_rah_b, v_rbh_b); in blend_a64_mask_sx_sy_w16n_sse4_1() 721 const __m128i v_rvs_b = _mm_add_epi8(v_ra_b, v_rb_b); in blend_a64_mask_bn_sx_sy_w4_sse4_1() 775 const __m128i v_rvs_b = _mm_add_epi8(v_ra_b, v_rb_b); in blend_a64_mask_bn_sx_sy_w8n_sse4_1()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v64_intrinsics_x86.h | 110 SIMD_INLINE v64 v64_add_8(v64 a, v64 b) { return _mm_add_epi8(a, b); } in v64_add_8() 149 return _mm_xor_si128(sign, _mm_add_epi8(a, sign)); in v64_abs_s8()
|
D | v128_intrinsics_x86.h | 96 SIMD_INLINE v128 v128_add_8(v128 a, v128 b) { return _mm_add_epi8(a, b); } in v128_add_8() 143 return _mm_xor_si128(sign, _mm_add_epi8(a, sign)); in v128_abs_s8()
|
/external/skqp/src/core/ |
D | SkBlitRow_D32.cpp | 56 return _mm_add_epi8(dst, diff); in SkPMLerp_SSE2()
|
/external/skia/src/core/ |
D | SkBlitRow_D32.cpp | 55 return _mm_add_epi8(dst, diff); in SkPMLerp_SSE2()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 68 adj2 = _mm_add_epi8(adj2, adj1); in vp9_denoiser_16x1_sse2()
|
/external/skia/include/private/ |
D | SkNx_sse.h | 563 return _mm_add_epi8(top_8x, _mm_min_epi16(_mm_sub_epi8(a.fVec, top_8x), in Min() 623 AI SkNx operator + (const SkNx& o) const { return _mm_add_epi8(fVec, o.fVec); } 665 AI SkNx operator + (const SkNx& o) const { return _mm_add_epi8(fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_sse.h | 567 return _mm_add_epi8(top_8x, _mm_min_epi16(_mm_sub_epi8(a.fVec, top_8x), in Min() 627 AI SkNx operator + (const SkNx& o) const { return _mm_add_epi8(fVec, o.fVec); } 669 AI SkNx operator + (const SkNx& o) const { return _mm_add_epi8(fVec, o.fVec); }
|