Home
last modified time | relevance | path

Searched +refs:prior +refs:frame (Results 1 – 25 of 10240) sorted by relevance

12345678910>>...410

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/samples/
H A Dseeds.cpp73 int prior = 2; in main() local
79 createTrackbar("Smoothing Prior", window_name, &prior, 5, trackbarChanged); in main()
90 Mat frame; in main() local
92 cap >> frame; in main()
94 input_image.copyTo(frame); in main()
96 if( frame.empty() ) in main()
101 width = frame.size().width; in main()
102 height = frame.size().height; in main()
104 num_levels, prior, num_histogram_bins, double_step); in main()
108 cvtColor(frame, converted, COLOR_BGR2HSV); in main()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dspeex_preprocess.c221 st->prior[i]=1; in speex_preprocess_state_init()
264 speex_free(st->prior); in speex_preprocess_state_destroy()
596 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
696 float gamma = .1+.9*st->prior[i]*st->prior[i]/((1+st->prior[i])*(1+st->prior[i])); in speex_preprocess()
702 if (st->prior[i]>100.f) in speex_preprocess()
703 st->prior[i]=100.f; in speex_preprocess()
705 mean_prior+=st->prior[i]; in speex_preprocess()
792 prior_ratio = st->prior[i]/(1.0001f+st->prior[i]); in speex_preprocess()
865 st->frame[0]=0; in speex_preprocess()
866 st->frame[1]=0; in speex_preprocess()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/libspeex/
H A Dpreprocess.c215 st->prior[i]=1; in speex_preprocess_state_init()
258 speex_free(st->prior); in speex_preprocess_state_destroy()
590 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
690 float gamma = .1+.9*st->prior[i]*st->prior[i]/((1+st->prior[i])*(1+st->prior[i])); in speex_preprocess()
696 if (st->prior[i]>100.f) in speex_preprocess()
697 st->prior[i]=100.f; in speex_preprocess()
699 mean_prior+=st->prior[i]; in speex_preprocess()
786 prior_ratio = st->prior[i]/(1.0001f+st->prior[i]); in speex_preprocess()
859 st->frame[0]=0; in speex_preprocess()
860 st->frame[1]=0; in speex_preprocess()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dspeex_preprocess.c221 st->prior[i]=1; in speex_preprocess_state_init()
264 speex_free(st->prior); in speex_preprocess_state_destroy()
596 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
696 float gamma = .1+.9*st->prior[i]*st->prior[i]/((1+st->prior[i])*(1+st->prior[i])); in speex_preprocess()
702 if (st->prior[i]>100.f) in speex_preprocess()
703 st->prior[i]=100.f; in speex_preprocess()
705 mean_prior+=st->prior[i]; in speex_preprocess()
792 prior_ratio = st->prior[i]/(1.0001f+st->prior[i]); in speex_preprocess()
865 st->frame[0]=0; in speex_preprocess()
866 st->frame[1]=0; in speex_preprocess()
[all …]
/dports/net/opal/opal-3.10.10/src/codec/speex/libspeex/
H A Dspeex_preprocess.c221 st->prior[i]=1; in speex_preprocess_state_init()
264 speex_free(st->prior); in speex_preprocess_state_destroy()
596 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
696 float gamma = .1+.9*st->prior[i]*st->prior[i]/((1+st->prior[i])*(1+st->prior[i])); in speex_preprocess()
702 if (st->prior[i]>100.f) in speex_preprocess()
703 st->prior[i]=100.f; in speex_preprocess()
705 mean_prior+=st->prior[i]; in speex_preprocess()
792 prior_ratio = st->prior[i]/(1.0001f+st->prior[i]); in speex_preprocess()
865 st->frame[0]=0; in speex_preprocess()
866 st->frame[1]=0; in speex_preprocess()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/speex_echo/
H A Dpreprocess.c221 st->prior[i]=1; in speex_preprocess_state_init()
264 speex_free(st->prior); in speex_preprocess_state_destroy()
596 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
696 float gamma = .1+.9*st->prior[i]*st->prior[i]/((1+st->prior[i])*(1+st->prior[i])); in speex_preprocess()
702 if (st->prior[i]>100.f) in speex_preprocess()
703 st->prior[i]=100.f; in speex_preprocess()
705 mean_prior+=st->prior[i]; in speex_preprocess()
792 prior_ratio = st->prior[i]/(1.0001f+st->prior[i]); in speex_preprocess()
865 st->frame[0]=0; in speex_preprocess()
866 st->frame[1]=0; in speex_preprocess()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DFrame.cpp778 OnStepHandler* prior = frame->onStepHandler(); in setOnStepHandler() local
779 if (handler.get() == prior) { in setOnStepHandler()
789 if (handler && !prior) { in setOnStepHandler()
793 } else if (!handler && prior) { in setOnStepHandler()
799 if (handler && !prior) { in setOnStepHandler()
803 } else if (!handler && prior) { in setOnStepHandler()
813 if (prior) { in setOnStepHandler()
814 prior->drop(fop, frame); in setOnStepHandler()
1130 if (handler == prior) { in setOnPopHandler()
1136 if (prior) { in setOnPopHandler()
[all …]
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DFrame.cpp778 OnStepHandler* prior = frame->onStepHandler(); in setOnStepHandler() local
779 if (handler.get() == prior) { in setOnStepHandler()
789 if (handler && !prior) { in setOnStepHandler()
793 } else if (!handler && prior) { in setOnStepHandler()
799 if (handler && !prior) { in setOnStepHandler()
803 } else if (!handler && prior) { in setOnStepHandler()
813 if (prior) { in setOnStepHandler()
814 prior->drop(fop, frame); in setOnStepHandler()
1125 if (handler == prior) { in setOnPopHandler()
1131 if (prior) { in setOnPopHandler()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DFrame.cpp778 OnStepHandler* prior = frame->onStepHandler(); in setOnStepHandler() local
779 if (handler.get() == prior) { in setOnStepHandler()
789 if (handler && !prior) { in setOnStepHandler()
793 } else if (!handler && prior) { in setOnStepHandler()
799 if (handler && !prior) { in setOnStepHandler()
803 } else if (!handler && prior) { in setOnStepHandler()
813 if (prior) { in setOnStepHandler()
814 prior->drop(fop, frame); in setOnStepHandler()
1130 if (handler == prior) { in setOnPopHandler()
1136 if (prior) { in setOnPopHandler()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/
H A Dpreprocess.c170 st->prior = (float*)speex_alloc(N*sizeof(float)); in speex_preprocess_state_init()
211 st->prior[i]=1; in speex_preprocess_state_init()
254 speex_free(st->prior); in speex_preprocess_state_destroy()
586 ps[i]=1+st->frame[2*i-1]*st->frame[2*i-1] + st->frame[2*i]*st->frame[2*i]; in preprocess_analysis()
709 st->prior[i] = gamma*max(0.0f,st->post[i]) + in speex_preprocess()
712 if (st->prior[i]>100.f) in speex_preprocess()
713 st->prior[i]=100.f; in speex_preprocess()
715 mean_prior+=st->prior[i]; in speex_preprocess()
723 fprintf (stderr, "%f ", st->prior[i]); in speex_preprocess()
775 st->zeta[i] = .7f*st->zeta[i] + .3f*st->prior[i]; in speex_preprocess()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dpreprocess.c491 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
631 st->frame[N3+i]=x[i]; in preprocess_analysis()
639 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
648 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
809 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
851 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
892 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
963 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dpreprocess.c491 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
631 st->frame[N3+i]=x[i]; in preprocess_analysis()
639 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
648 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
809 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
851 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
892 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
963 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dpreprocess.c492 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
630 st->frame[N3+i]=x[i]; in preprocess_analysis()
638 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
647 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
850 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
891 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
962 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dpreprocess.c492 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
630 st->frame[N3+i]=x[i]; in preprocess_analysis()
638 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
647 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
850 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
891 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
962 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dpreprocess.c491 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
631 st->frame[N3+i]=x[i]; in preprocess_analysis()
639 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
648 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
809 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
851 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
892 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
963 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dpreprocess.c491 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
631 st->frame[N3+i]=x[i]; in preprocess_analysis()
639 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
648 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
809 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
851 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
892 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
963 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/games/evq3/evq3/code/libspeex/
H A Dpreprocess.c491 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
631 st->frame[N3+i]=x[i]; in preprocess_analysis()
639 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
648 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
809 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
851 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
892 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
963 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Dpreprocess.c492 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
535 speex_free(st->frame); in speex_preprocess_state_destroy()
545 speex_free(st->prior); in speex_preprocess_state_destroy()
630 st->frame[N3+i]=x[i]; in preprocess_analysis()
638 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
647 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
850 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
891 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
962 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Dpreprocess.c488 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
531 speex_free(st->frame); in speex_preprocess_state_destroy()
541 speex_free(st->prior); in speex_preprocess_state_destroy()
626 st->frame[N3+i]=x[i]; in preprocess_analysis()
634 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
643 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
804 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run()
846 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
887 …prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))… in speex_preprocess_run()
958 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()
[all …]
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dmouse_review.py156 def __init__(self, x=0, y=0, obj=None, boundary=None, frame=None, script=None): argument
172 self._frame = frame
187 if self._obj != prior._obj or self._frame != prior._frame:
192 if self.getString() and prior.getString() and not self._isSubstringOf(prior):
197 if self._x == prior._x and self._y == prior._y:
278 def present(self, prior): argument
281 if self == prior or self._treatAsDuplicate(prior):
287 or math.sqrt((self._x - prior._x)**2 + (self._y - prior._y)**2) > 25
377 frame = None
381 frame = script.utilities.topLevelObject(obj)
[all …]
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/encore/
H A Dcovariance.py70 for frame in coordinates_offset:
71 coordinates_cov += np.outer(frame, frame)
132 prior = np.outer(covmkt, covmkt)/varmkt
133 prior[np.ma.make_mask(np.eye(n))] = np.diag(sample)
139 c = np.linalg.norm(sample - prior, ord='fro')**2
167 sigma = shrinkage_parameter*prior+(1-shrinkage_parameter)*sample
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DFrame.cpp784 OnStepHandler* prior = frame->onStepHandler(); in setOnStepHandler() local
785 if (handler == prior) { in setOnStepHandler()
821 if (prior) { in setOnStepHandler()
822 prior->drop(fop, frame); in setOnStepHandler()
969 if (frame && frame.hasScript() && frame.script()->strict()) { in EvaluateInEnv()
982 cx, frame && frame.hasScript() ? frame.script() : nullptr); in EvaluateInEnv()
1175 OnPopHandler* prior = onPopHandler(); in setOnPopHandler() local
1176 if (handler == prior) { in setOnPopHandler()
1182 if (prior) { in setOnPopHandler()
1183 prior->drop(fop, this); in setOnPopHandler()
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/man/
H A DMCMCprobitChange.Rd9 data = parent.frame(),
29 \item{data}{Data frame.}
65 \item{b0}{The prior mean of \eqn{\beta}. This can either be a scalar
70 \item{B0}{The prior precision of \eqn{\beta}. This can either be a
73 as the prior precision of beta. Default value of 0 is equivalent to an
74 improper uniform prior for beta.}
121 We assume Gaussian distribution for prior of \eqn{\beta}:
152 out0 <- MCMCprobitChange(formula=Y~X-1, data=parent.frame(), m=0,
155 out1 <- MCMCprobitChange(formula=Y~X-1, data=parent.frame(), m=1,
158 out2 <- MCMCprobitChange(formula=Y~X-1, data=parent.frame(), m=2,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/docs/
H A Dapi-deprecation-procedure.md4 1. Determine a deprecation time-frame.
8 5. (Optional) Audit important users for usage of deprecated code prior to deletion.
11 ## Determine deprecation time-frame.
13frame is 18 weeks. If the expected user refractors are expected to take more than a third of that …
39 ## (Optional) Audit important users for usage of deprecated code prior to deletion.
41 …o check chromium (or other important users) for usage of deprecated API’s prior to deletion. It ma…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/print_compositor/public/mojom/
H A Dprint_compositor.mojom32 // Notifies that a subframe is unavailable, such as the render frame process
41 // has the painted content of this frame.
42 // |subframe_content_map| records content id and its corresponding frame's
55 // |frame_guid| is the global unique id of the frame to be composited.
57 // the drawing content of this frame or a page of this frame.
58 // |subframe_content_map| records content id and its corresponding frame's
78 // prior to any CompositePageToPdf() calls in order for concurrent collection
86 // made prior to this and any CompositePageToPdf() calls. This must be called
92 // Sets the URL which is committed in the main frame of the WebContents,

12345678910>>...410