Home
last modified time | relevance | path

Searched refs:resampled (Results 26 – 50 of 752) sorted by relevance

12345678910>>...31

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/test/
H A DAudioFileReaderTest.h80 bool resampled, in WavFileWriter()
125 if (resampled && !gapless) { in WavFileWriter()
146 if (bitdepth >= 16 && !resampled) { in WavFileWriter()
187 if (bitdepth >= 16 && !resampled) { in WavFileWriter()
360 bool resampled = readRate != fileRate; in WavFileWriter()
364 resampled, in WavFileWriter()
370 if (resampled && edgeLimit < 0.1) edgeLimit = 0.1; in WavFileWriter()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/sound/
H A DPixtone.cpp316 if (_sound_fx[i].resampled[i]) in shutdown()
318 SDL_free(_sound_fx[i].resampled[i]->abuf); in shutdown()
319 Mix_FreeChunk(_sound_fx[i].resampled[i]); in shutdown()
320 _sound_fx[i].resampled[i] = nullptr; in shutdown()
363 if (_sound_fx[slot].resampled[i] == NULL) in playResampled()
398 _sound_fx[slot].resampled[rslot] = Mix_QuickLoad_RAW(sound_buf, cvt.len_cvt); in playResampled()
403 chan = Mix_PlayChannel(chan, _sound_fx[slot].resampled[idx], loop); in playResampled()
436 if (_sound_fx[slot].resampled[i] == NULL) in prepareResampled()
473 _sound_fx[slot].resampled[rslot] = Mix_QuickLoad_RAW(sound_buf, cvt.len_cvt); in prepareResampled()
/dports/math/e-antic/Catch2-ff349a5/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()
/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()
/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/editors/cudatext/CudaText-1.151.0/bgrabitmap/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/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp73 std::vector<double> resampled; in resample() local
74 resampled.reserve(n); in resample()
75 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample()
76 return estimator(resampled.begin(), resampled.end()); in resample()
/dports/emulators/citra/citra-ac98458e0/externals/catch/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()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/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()
/dports/devel/catch/Catch2-2.13.7/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()
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dwarp_test.cc228 std::vector<float> resampled(4); in BOOST_AUTO_TEST_CASE() local
229 ResampleImageBilinear(image.data(), 4, 4, 2, 2, resampled.data()); in BOOST_AUTO_TEST_CASE()
231 BOOST_CHECK_EQUAL(resampled[0], 2.5); in BOOST_AUTO_TEST_CASE()
232 BOOST_CHECK_EQUAL(resampled[1], 4.5); in BOOST_AUTO_TEST_CASE()
233 BOOST_CHECK_EQUAL(resampled[2], 10.5); in BOOST_AUTO_TEST_CASE()
234 BOOST_CHECK_EQUAL(resampled[3], 12.5); in BOOST_AUTO_TEST_CASE()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dexplain_grdresample.rst_9 resampled grid to slightly exceed the global min/max limits of the original
12 In that case you have two options: (1) Modify your CPT to fit the resampled
13 extrema (reported with **-V**) or (2) Impose clipping of resampled values
/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/main/
H A DaudioConverter.h26 bool resample(AudioPacket packet, AudioPacket& resampled);
28 bool resampleflush(AudioPacket& resampled);
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Daffine_registration_3d.py65 resampled = affine_map.transform(moving) variable
66 regtools.overlay_slices(static, resampled, None, 0,
68 regtools.overlay_slices(static, resampled, None, 1,
70 regtools.overlay_slices(static, resampled, None, 2,
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dimage_helper.c19 unsigned char* resampled, in up_scale_image() argument
30 (NULL == orig) || (NULL == resampled) ) in up_scale_image()
75 resampled[y*resampled_width*channels+x*channels+c] = in up_scale_image()
89 unsigned char* resampled, in mipmap_image() argument
99 (resampled == NULL) || in mipmap_image()
147 resampled[j*mip_width*channels + i*channels + c] = sum_value / block_area; in mipmap_image()
H A Dimage_helper.h27 unsigned char* resampled,
42 unsigned char* resampled,
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dimage_helper.c19 unsigned char* resampled, in up_scale_image() argument
30 (NULL == orig) || (NULL == resampled) ) in up_scale_image()
75 resampled[y*resampled_width*channels+x*channels+c] = in up_scale_image()
89 unsigned char* resampled, in mipmap_image() argument
99 (resampled == NULL) || in mipmap_image()
147 resampled[j*mip_width*channels + i*channels + c] = sum_value / block_area; in mipmap_image()
H A Dimage_helper.h27 unsigned char* resampled,
42 unsigned char* resampled,
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dimage_helper.c19 unsigned char* resampled, in up_scale_image() argument
30 (NULL == orig) || (NULL == resampled) ) in up_scale_image()
75 resampled[y*resampled_width*channels+x*channels+c] = in up_scale_image()
89 unsigned char* resampled, in mipmap_image() argument
99 (resampled == NULL) || in mipmap_image()
147 resampled[j*mip_width*channels + i*channels + c] = sum_value / block_area; in mipmap_image()
H A Dimage_helper.h27 unsigned char* resampled,
42 unsigned char* resampled,
/dports/devel/R-cran-caret/caret/man/
H A DresampleSummary.Rd5 \title{Summary of resampled performance estimates}
7 resampleSummary(obs, resampled, index = NULL, keepData = TRUE)
12 \item{resampled}{For bootstrapping, this is either a matrix (for numeric
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/agc/
H A Dagc.cc69 int16_t resampled[kLength10Ms]; in Process() local
75 resampler_->Push(audio, length, resampled, kLength10Ms, length); in Process()
76 resampled_ptr = resampled; in Process()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/lib/utility/
H A DImageResizeUtility.php133 …$resampled = imagecopyresized($destImage, $sourceImage, 0, 0, 0, 0, $destImageWidth, $destImageHei…
135 …$resampled = imagecopyresampled($destImage, $sourceImage, 0, 0, 0, 0, $destImageWidth, $destImageH…
137 if ($resampled) {
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkAdaptiveTemporalInterpolator.cxx383 vtkPointSet* resampled = this->ResampleImpl->GetResampledDataObject(source, input); in ResampleDataObject() local
386 if (resampled) in ResampleDataObject()
390 a = resampled; in ResampleDataObject()
394 b = resampled; in ResampleDataObject()
398 return resampled; in ResampleDataObject()
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/path/
H A Dsimplify.py251 resampled = np.column_stack(splev(i, tpl))
254 shared = resampled[[0, -1]].mean(axis=0)
255 resampled[0] = shared
256 resampled[-1] = shared
258 return resampled

12345678910>>...31