Home
last modified time | relevance | path

Searched refs:resampled (Results 51 – 75 of 752) sorted by relevance

12345678910>>...31

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/path/
H A Dtraversal.py282 resampled = origin + (direction * projection.reshape((-1, 1)))
284 return resampled
364 resampled = sampler.sample(samples)
366 check = util.row_norm(points[[0, -1]] - resampled[[0, -1]])
371 return resampled
/dports/audio/bliss/bliss-1.2.0-6-ga443635/src/
H A Ddecode.c170 if (song->resampled == 1) { in bl_audio_decode()
199 if (song->resampled) in bl_audio_decode()
238 song->resampled = 0;
321 song->resampled = 1;
410 if (song->resampled == 1) {
422 if (song->resampled == 1) {
H A Ddecode_av.c152 song->resampled = 0; in bl_audio_decode()
176 song->resampled = 0; in bl_audio_decode()
184 song->resampled = 1; in bl_audio_decode()
313 if (song->resampled == 1) { in bl_audio_decode()
372 if (song->resampled) in bl_audio_decode()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A DSOIL.c1130 resampled, new_width, new_height ); in SOIL_internal_create_OGL_texture()
1139 img = resampled; in SOIL_internal_create_OGL_texture()
1149 unsigned char *resampled; in SOIL_internal_create_OGL_texture() local
1165 resampled, reduce_block_x, reduce_block_y ); in SOIL_internal_create_OGL_texture()
1168 img = resampled; in SOIL_internal_create_OGL_texture()
1286 resampled, in SOIL_internal_create_OGL_texture()
1298 resampled, MIPwidth, MIPheight, channels, &DDS_size ); in SOIL_internal_create_OGL_texture()
1303 resampled, MIPwidth, MIPheight, channels, &DDS_size ); in SOIL_internal_create_OGL_texture()
1319 original_texture_format, GL_UNSIGNED_BYTE, resampled ); in SOIL_internal_create_OGL_texture()
1328 original_texture_format, GL_UNSIGNED_BYTE, resampled ); in SOIL_internal_create_OGL_texture()
[all …]
/dports/math/R-cran-spdep/spdep/R/
H A DLOSH.mc.R77 resampled <- append(boot_obj$t, res[curr_i, "Hi"]) functionVar
78 rankboot <- rank(unlist(resampled))
79 xrank <- rankboot[length(resampled)]
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/detail/
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/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
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/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
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/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
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/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
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/devel/catch/Catch2-2.13.7/include/internal/benchmark/detail/
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/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DKHTest.bf259 resampled = Random(jvec,1);
260 resampled = resampled*sumVec1;
261 resMx1[k] = resampled[0];
262 resMx2[k] = resampled[1];
H A DLRTRecombTest.bf302 resampled = Random(jvec,1);
303 resampled = resampled*sumVec1;
304 resMx1[k] = resampled[0];
305 resMx2[k] = resampled[1];
/dports/misc/veles/veles-2018.05.0/src/visualization/
H A Dbase.cc33 connect(this, &VisualizationWidget::resampled, this, in VisualizationWidget()
121 emit resampled(additionalData); in resampleCallback() local
/dports/audio/praat/praat-6.2.03/dwtools/
H A DSound_and_Spectrum_dft.cpp30 autoSound resampled = Sound_resample (me, temporarySamplingFrequency, interpolationDepth);
31 …autoSpectrum extendedSpectrum = Sound_to_Spectrum (resampled.get(), true); // FFT after resampli…
/dports/science/gromacs/gromacs-2021.4/src/gromacs/analysisdata/tests/
H A Dhistogram.cpp530 gmx::AverageHistogramPointer resampled(data.resampleDoubleBinWidth(false)); in TEST_F() local
531 ASSERT_NO_THROW_GMX(addReferenceCheckerModule("ResampledHistogram", resampled.get())); in TEST_F()
533 ASSERT_NO_THROW_GMX(resampled->done()); in TEST_F()
545 gmx::AverageHistogramPointer resampled(data.resampleDoubleBinWidth(true)); in TEST_F() local
546 ASSERT_NO_THROW_GMX(addReferenceCheckerModule("ResampledHistogram", resampled.get())); in TEST_F()
548 ASSERT_NO_THROW_GMX(resampled->done()); in TEST_F()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudioio/src/
H A DResamplerWrapper.cpp215 int resampled = m_resampler->resample
220 m_resampledFill += resampled;
223 …cerr << "ResamplerWrapper: resampled = " << resampled << ", m_resampledFill now = " << m_resampled…
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dsyn_registration_3d.py79 resampled = affine_map.transform(moving) variable
85 regtools.overlay_slices(static, resampled, None, 1, 'Static', 'Moving',
/dports/audio/madplay/madplay-0.15.2b/
H A Dplayer.c209 if (player->output.resampled) { in player_finish()
214 player->output.resampled = 0; in player_finish()
1572 if (output->resampled) { in decode_output()
1576 free(output->resampled); in decode_output()
1577 output->resampled = 0; in decode_output()
1581 if (output->resampled) { in decode_output()
1586 output->resampled = malloc(sizeof(*output->resampled)); in decode_output()
1587 if (output->resampled == 0) { in decode_output()
1603 free(output->resampled); in decode_output()
1604 output->resampled = 0; in decode_output()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dbag.rst109 overviews correspond to resampled grids computed with different
112 resolution resampled grid).
116 - MINX=value: Minimum georeferenced X value for the resampled grid.
118 - MINY=value: Minimum georeferenced Y value for the resampled grid.
120 - MAXX=value: Maximum georeferenced X value for the resampled grid.
122 - MAXY=value: Maximum georeferenced Y value for the resampled grid.
131 resampled grid resolution. By default, if none of RESX, RESY,
145 resolution for the resampled grid.
150 the resolution for the resampled grid.
152 apply to compute the resampled cell values. This default to MAX:
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dbag.rst109 overviews correspond to resampled grids computed with different
112 resolution resampled grid).
116 - MINX=value: Minimum georeferenced X value for the resampled grid.
118 - MINY=value: Minimum georeferenced Y value for the resampled grid.
120 - MAXX=value: Maximum georeferenced X value for the resampled grid.
122 - MAXY=value: Maximum georeferenced Y value for the resampled grid.
131 resampled grid resolution. By default, if none of RESX, RESY,
145 resolution for the resampled grid.
150 the resolution for the resampled grid.
152 apply to compute the resampled cell values. This default to MAX:
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dbag.rst109 overviews correspond to resampled grids computed with different
112 resolution resampled grid).
116 - MINX=value: Minimum georeferenced X value for the resampled grid.
118 - MINY=value: Minimum georeferenced Y value for the resampled grid.
120 - MAXX=value: Maximum georeferenced X value for the resampled grid.
122 - MAXY=value: Maximum georeferenced Y value for the resampled grid.
131 resampled grid resolution. By default, if none of RESX, RESY,
145 resolution for the resampled grid.
150 the resolution for the resampled grid.
152 apply to compute the resampled cell values. This default to MAX:
[all …]
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/dsp/
H A Dsample.cxx137 std::vector<float> resampled( buf.size() * resampleRatio ); in resample() local
141 data.data_out = &resampled[0]; in resample()
166 buf.swap( resampled ); in resample()
/dports/math/R-cran-raster/raster/man/
H A Dresample.Rd20 \item{x}{Raster* object to be resampled}
21 \item{y}{Raster* object with parameters that \code{x} should be resampled to}
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLTexture.cxx254 bool resampled[6]; in Load() local
294 resampled[i] = true; in Load()
299 resampled[i] = false; in Load()
325 if (resampled[i]) in Load()

12345678910>>...31