Home
last modified time | relevance | path

Searched refs:sse (Results 1 – 25 of 167) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/
Dx86inc.asm1279 AVX_INSTR addps, sse, 1, 0, 1
1281 AVX_INSTR addss, sse, 1, 0, 0
1291 AVX_INSTR andnps, sse, 1, 0, 0
1293 AVX_INSTR andps, sse, 1, 0, 1
1299 AVX_INSTR cmpeqps, sse, 1, 0, 1
1301 AVX_INSTR cmpeqss, sse, 1, 0, 0
1303 AVX_INSTR cmpleps, sse, 1, 0, 0
1305 AVX_INSTR cmpless, sse, 1, 0, 0
1307 AVX_INSTR cmpltps, sse, 1, 0, 0
1309 AVX_INSTR cmpltss, sse, 1, 0, 0
[all …]
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm1293 AVX_INSTR addps, sse, 1, 0, 1
1295 AVX_INSTR addss, sse, 1, 0, 0
1305 AVX_INSTR andnps, sse, 1, 0, 0
1307 AVX_INSTR andps, sse, 1, 0, 1
1313 AVX_INSTR cmpeqps, sse, 1, 0, 1
1315 AVX_INSTR cmpeqss, sse, 1, 0, 0
1317 AVX_INSTR cmpleps, sse, 1, 0, 0
1319 AVX_INSTR cmpless, sse, 1, 0, 0
1321 AVX_INSTR cmpltps, sse, 1, 0, 0
1323 AVX_INSTR cmpltss, sse, 1, 0, 0
[all …]
Dfloat_dsp.asm54 INIT_XMM sse
147 INIT_XMM sse
184 INIT_XMM sse
308 %if cpuflag(sse)
348 INIT_XMM sse
381 INIT_XMM sse
430 INIT_XMM sse
442 INIT_XMM sse
469 INIT_XMM sse
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp.c34 decl_fpel_func(put, 16, , sse);
35 decl_fpel_func(put, 32, , sse);
36 decl_fpel_func(put, 64, , sse);
37 decl_fpel_func(put, 128, , sse);
49 decl_ipred_fns(v, 16, mmx, sse);
91 init_fpel_func(3, 0, 16, put, , sse); in ff_vp9dsp_init_16bpp_x86()
92 init_fpel_func(2, 0, 32, put, , sse); in ff_vp9dsp_init_16bpp_x86()
93 init_fpel_func(1, 0, 64, put, , sse); in ff_vp9dsp_init_16bpp_x86()
94 init_fpel_func(0, 0, 128, put, , sse); in ff_vp9dsp_init_16bpp_x86()
95 init_8_16_32_ipred_funcs(v, VERT, 16, sse); in ff_vp9dsp_init_16bpp_x86()
Dmpegaudiodsp.c36 DECL(sse)
232 DECL_IMDCT_BLOCKS(sse,sse) in DECL_IMDCT_BLOCKS() argument
234 DECL_IMDCT_BLOCKS(sse2,sse) in DECL_IMDCT_BLOCKS()
235 DECL_IMDCT_BLOCKS(sse3,sse) in DECL_IMDCT_BLOCKS()
236 DECL_IMDCT_BLOCKS(ssse3,sse) in DECL_IMDCT_BLOCKS()
Dvp9dsp_init.c34 decl_fpel_func(put, 16, , sse);
35 decl_fpel_func(put, 32, , sse);
36 decl_fpel_func(put, 64, , sse);
174 ipred_func(16, v, sse);
175 ipred_func(32, v, sse);
301 init_fpel_func(2, 0, 16, put, , sse); in ff_vp9dsp_init_x86()
302 init_fpel_func(1, 0, 32, put, , sse); in ff_vp9dsp_init_x86()
303 init_fpel_func(0, 0, 64, put, , sse); in ff_vp9dsp_init_x86()
304 init_ipred(16, sse, v, VERT); in ff_vp9dsp_init_x86()
305 init_ipred(32, sse, v, VERT); in ff_vp9dsp_init_x86()
Dac3dsp_init.c85 DOWNMIX_FUNCS(sse)
109 SET_DOWNMIX_ALL(sse, SSE) in DOWNMIX_FUNCS()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c364 double sse, maxdiff=0; in main() local
380 sse= sum_aa + sum_bb - 2*sum_ab; in main()
381 if(sse < 0 && sse > -0.00001) sse=0; //fix rounding error in main()
383 …fprintf(stderr, "[e:%f c:%f max:%f] len:%5d\n", out_count ? sqrt(sse/out_count) : 0, sum_ab/(sqrt(… in main()
394 double sse, maxdiff=0; in main() local
410 sse= sum_aa + sum_bb - 2*sum_ab; in main()
411 if(sse < 0 && sse > -0.00001) sse=0; //fix rounding error in main()
413 …fprintf(stderr, "[e:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*s… in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-x86-sse.h25 DECL_RESAMPLE_FUNC (gfloat, full, 1, sse);
26 DECL_RESAMPLE_FUNC (gfloat, linear, 1, sse);
27 DECL_RESAMPLE_FUNC (gfloat, cubic, 1, sse);
Daudio-resampler-x86-sse.c110 MAKE_RESAMPLE_FUNC (gfloat, full, 1, sse);
111 MAKE_RESAMPLE_FUNC (gfloat, linear, 1, sse);
112 MAKE_RESAMPLE_FUNC (gfloat, cubic, 1, sse);
/third_party/musl/src/fenv/i386/
Dfenv.s9 # consider sse fenv as well if the cpu has XMM capability
15 # maintain exceptions in the sse mxcsr, clear x87 exceptions
74 # consider sse fenv as well if the cpu has XMM capability
103 # consider sse fenv as well if the cpu has XMM capability
135 # consider sse fenv as well if the cpu has XMM capability
155 # consider sse fenv as well if the cpu has XMM capability
/third_party/ffmpeg/libavcodec/mips/
Dme_cmp_init_mips.c47 c->sse[0] = ff_sse16_msa; in ff_me_cmp_init_mips()
48 c->sse[1] = ff_sse8_msa; in ff_me_cmp_init_mips()
49 c->sse[2] = ff_sse4_msa; in ff_me_cmp_init_mips()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
DCMakeLists.txt1 project(lws-minimal-http-server-sse-ring C)
7 set(SAMP lws-minimal-http-server-sse-ring)
8 set(SRCS minimal-http-server-sse-ring.c)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DCMakeLists.txt1 project(lws-minimal-http-server-sse C)
8 set(SAMP lws-minimal-http-server-sse)
9 set(SRCS minimal-http-server-sse.c)
/third_party/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c274 const uint64_t* const sse = enc->sse_; in FinalizePSNR() local
275 stats->PSNR[0] = (float)GetPSNR(sse[0], size); in FinalizePSNR()
276 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4); in FinalizePSNR()
277 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4); in FinalizePSNR()
278 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2); in FinalizePSNR()
279 stats->PSNR[4] = (float)GetPSNR(sse[3], size); in FinalizePSNR()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c274 const uint64_t* const sse = enc->sse_; in FinalizePSNR() local
275 stats->PSNR[0] = (float)GetPSNR(sse[0], size); in FinalizePSNR()
276 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4); in FinalizePSNR()
277 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4); in FinalizePSNR()
278 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2); in FinalizePSNR()
279 stats->PSNR[4] = (float)GetPSNR(sse[3], size); in FinalizePSNR()
/third_party/ffmpeg/tests/
Dtiny_psnr.c136 uint64_t sse = 0; in run_psnr() local
192 sse += (a - b) * (a - b); in run_psnr()
229 uint64_t dev = int_sqrt(((sse / i) * F * F) + (((sse % i) * F * F) + i / 2) / i); in run_psnr()
230 if (sse) in run_psnr()
231 psnr = ((2 * log16(max << 16) + log16(i) - log16(sse)) * in run_psnr()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_utils.c28 int num_levels, uint64_t* const sse) { in QuantizeLevels() argument
136 if (sse != NULL) *sse = (uint64_t)err; in QuantizeLevels()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_utils.c28 int num_levels, uint64_t* const sse) { in QuantizeLevels() argument
136 if (sse != NULL) *sse = (uint64_t)err; in QuantizeLevels()
/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt_init.c30 DECLARE_CQT_CALC(sse);
58 SELECT_CQT_CALC(sse, SSE, 4, 0); in ff_showcqt_init_x86()
/third_party/ffmpeg/libavcodec/
Dlibaomenc.c55 uint64_t sse[4]; member
80 uint64_t sse[4]; member
952 memcpy(dst->sse, ctx->sse, sizeof(dst->sse)); in cx_pktcpy()
989 ff_side_data_set_encoder_stats(pkt, 0, cx_frame->sse + 1, in storeframe()
995 avctx->error[i] += cx_frame->sse[i + 1]; in storeframe()
1102 ctx->sse[0] = pkt->data.psnr.sse[0]; in queue_frames()
1103 ctx->sse[1] = pkt->data.psnr.sse[1]; in queue_frames()
1104 ctx->sse[2] = pkt->data.psnr.sse[2]; in queue_frames()
1105 ctx->sse[3] = pkt->data.psnr.sse[3]; in queue_frames()
Dlibvpxenc.c60 uint64_t sse[4]; member
75 uint64_t sse[4]; member
1163 memcpy(dst->sse, ctx->sse, sizeof(dst->sse)); in cx_pktcpy()
1218 ff_side_data_set_encoder_stats(pkt, 0, cx_frame->sse + 1, in storeframe()
1226 avctx->coded_frame->error[0] = cx_frame->sse[1]; in storeframe()
1227 avctx->coded_frame->error[1] = cx_frame->sse[2]; in storeframe()
1228 avctx->coded_frame->error[2] = cx_frame->sse[3]; in storeframe()
1233 avctx->error[i] += cx_frame->sse[i + 1]; in storeframe()
1348 ctx->sse[0] = pkt->data.psnr.sse[0]; in queue_frames()
1349 ctx->sse[1] = pkt->data.psnr.sse[1]; in queue_frames()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.c731 double* const sse) { in Accumulate() argument
734 *sse += diff * diff; in Accumulate()
743 double sse = 0.; in GetDiffAndPSNR() local
751 Accumulate(alpha1, alpha2, &f_max_diff, &sse); in GetDiffAndPSNR()
754 Accumulate(rgba1[offset + k], rgba2[offset + k], &f_max_diff, &sse); in GetDiffAndPSNR()
761 &f_max_diff, &sse); in GetDiffAndPSNR()
770 sse /= stride * height; in GetDiffAndPSNR()
771 *psnr = 4.3429448 * log(255. * 255. / sse); in GetDiffAndPSNR()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.c731 double* const sse) { in Accumulate() argument
734 *sse += diff * diff; in Accumulate()
743 double sse = 0.; in GetDiffAndPSNR() local
751 Accumulate(alpha1, alpha2, &f_max_diff, &sse); in GetDiffAndPSNR()
754 Accumulate(rgba1[offset + k], rgba2[offset + k], &f_max_diff, &sse); in GetDiffAndPSNR()
761 &f_max_diff, &sse); in GetDiffAndPSNR()
770 sse /= stride * height; in GetDiffAndPSNR()
771 *psnr = 4.3429448 * log(255. * 255. / sse); in GetDiffAndPSNR()
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c40 __int128_t sse[MAX_SSE_REGS]; member
567 reg_args->sse[ssecount++] = *(UINT64 *) a; in ffi_call()
571 reg_args->sse[ssecount++] = *(UINT32 *) a; in ffi_call()
701 avalue[i] = &reg_args->sse[ssecount]; in ffi_closure_unix64_inner()
723 memcpy (a, &reg_args->sse[ssecount++], 8); in ffi_closure_unix64_inner()

1234567