Home
last modified time | relevance | path

Searched refs:resampled (Results 1 – 25 of 752) sorted by last modified time

12345678910>>...31

/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/words/
H A Dwords-medical.v.4.32373 resampled.v-d
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A Dfat_proc_align_anat_pair577 + the T1w volume is resampled to isotropic spatial resolution of
579 length smaller than this, to that value (i.e., resampled to 1 mm
H A Dfat_proc_dwi_to_dt1197 merely resampled is *not* used, then you really,
1202 that has been resampled to match the DWI set (in
H A D@SSwarper1326 resampled to the input anatomical's grid).
/dports/multimedia/mpv/mpv-0.34.1/DOCS/man/
H A Daf.rst32 32 kHz, it will be resampled to 48 kHz.
H A Doptions.rst2084 the following files may get resampled to the same low sample rate,
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dcatch.hpp6781 std::vector<double> resampled; in resample() local
6782 resampled.reserve(n); in resample()
6783 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample()
6784 return estimator(resampled.begin(), resampled.end()); in resample()
7510 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
7511 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
7524 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
7525 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
/dports/math/PDL/PDL-2.019/
H A DChanges_CVS2202 images to be resampled using 2D polynomials as basis functions.
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/single_include/catch2/
H A Dcatch.hpp6991 std::vector<double> resampled; in resample() local
6992 resampled.reserve(n); in resample()
6993 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample()
6994 return estimator(resampled.begin(), resampled.end()); in resample()
7812 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
7813 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
7826 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
7827 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
H A Dcatch_stats.hpp75 std::vector<double> resampled; in resample() local
76 resampled.reserve(n); in resample()
77 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample()
78 return estimator(resampled.begin(), resampled.end()); in resample()
H A Dcatch_stats.cpp194 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
195 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
208 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
209 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgratext.pas861 resampled: TBGRACustomBitmap;
871resampled := temp.Resample(round(temp.width/CustomAntialiasingLevel*multiplyX),round(temp.Height/C…
872 grayscaleMask := TGrayscaleMask.Create(resampled,cGreen);
873 FreeAndNil(resampled);
H A Dbgralayers.pas2344 resampled: TBGRABitmap;
2369 resampled := LayerBitmap[i].Resample(max(1,round(LayerBitmap[i].Width*AWidth/prevWidth)),
2372 SetLayerBitmap(i, resampled, True);
H A Dbgragradients.pas1026 var small,resampled: TBGRABitmap;
1042 resampled := small.Resample(dest.Width,dest.Height);
1043 dest.BlendImage(0,0,resampled,boAdditive);
1044 resampled.Free;
1070 var small,cycled,resampled: TBGRABitmap;
1087resampled := cycled.Resample(round((cycled.Width-1)*(dest.Width/frequencyH)),round((cycled.Height-…
1088 …dest.BlendImage(round(-2*(dest.Width/frequencyH)),round(-2*(dest.Height/frequencyV)),resampled,boA…
1089 resampled.Free;
H A Dbgraopengltype.pas1646 var temp,resampled: TBGRACustomBitmap;
1651 resampled := temp.Resample(NewWidth,NewHeight,mode);
1653 Result:= NewBitmap(resampled) as TBGLCustomBitmap;
1654 resampled.Free;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgraaggtest/
H A Dimage_filters2_main.pas75 var resampled: TBGRABitmap;
88 resampled := image.Resample(tx,ty,rmSimpleStretch) else
91 resampled := image.Resample(tx,ty);
95 resampled.Draw(Canvas,Panel1.width,0);
96 resampled.Free;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/game_puzzle/
H A Dugraph.pas1213 resampled: TBGRABitmap;
1219 resampled := bmp.Resample(Width,
1223 resampled := bmp.Resample(max(1, round(bmp.Width * (Height / bmp.Height))),
1225 Result.PutImage((Result.Width - resampled.Width) div 2,
1226 (Result.Height - resampled.Height) div 2, resampled, dmSet);
1227 resampled.Free;
/dports/games/q2pro/q2pro/ref_newgl/
H A Dgl_draw.c170 uint32 resampled[256*256]; in Draw_StretchRaw() local
180 dst = resampled; in Draw_StretchRaw()
204 GL_RGBA, GL_UNSIGNED_BYTE, resampled ); in Draw_StretchRaw()
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c7492 double resampled[3]; in SHSupport() local
7494 resampled[i] = -loglk[i]; in SHSupport()
7498 resampled[i] += siteloglk[i][pos]; in SHSupport()
7502 if (resampled[i] > resampled[iBest]) in SHSupport()
7504 double resample1 = resampled[iBest] - resampled[(iBest+1)%3]; in SHSupport()
7505 double resample2 = resampled[iBest] - resampled[(iBest+2)%3]; in SHSupport()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dplaymidi.c1940 voice[j].sample = voice[j].cache->resampled; in find_samples()
H A Drecache.h32 struct _Sample *resampled; member
H A Drecache.c121 if (p && p->resampled != NULL) in resamp_cache_fetch()
153 p->resampled = NULL; in resamp_cache_refer_on()
281 if (tmp->resampled) in resamp_cache_create()
447 p->resampled = newsp; in cache_resampling()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/
H A DChangeLog.23669 resampled down to fit under the limit.
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/doc/C/
H A DCHANGES.02i173 Fixed-pitch, non-looped instruments are now resampled at load
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DHRTFElevation.cpp131 AutoTArray<AudioDataValue, 2 * ResponseFrameSize> resampled; in calculateKernelForAzimuthElevation() local
136 resampled.SetLength(resampledResponseLength); in calculateKernelForAzimuthElevation()
137 resampledResponse = resampled.Elements(); in calculateKernelForAzimuthElevation()
142 spx_uint32_t out_len = resampled.Length(); in calculateKernelForAzimuthElevation()
143 RESAMPLER_PROCESS(resampler, 0, response, &in_len, resampled.Elements(), in calculateKernelForAzimuthElevation()
146 if (out_len < resampled.Length()) { in calculateKernelForAzimuthElevation()
152 out_len = resampled.Length() - out_index; in calculateKernelForAzimuthElevation()
154 resampled.Elements() + out_index, &out_len); in calculateKernelForAzimuthElevation()
158 PodZero(resampled.Elements() + out_index, resampled.Length() - out_index); in calculateKernelForAzimuthElevation()

12345678910>>...31