Home
last modified time | relevance | path

Searched refs:oversampling (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/glm/first_level/
H A Dhemodynamic_models.py61 dt = tr / oversampling
290 - min_onset) * oversampling) + 1
439 hkernel = [spm_hrf(tr, oversampling)]
441 hkernel = [spm_hrf(tr, oversampling),
444 hkernel = [spm_hrf(tr, oversampling),
448 hkernel = [glover_hrf(tr, oversampling)]
458 np.ones(oversampling) * 1. / oversampling))
531 oversampling = int(oversampling)
548 if hrf_model == 'fir' and oversampling > 1:
550 conv_reg[:, oversampling - 1:],
[all …]
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dpsg.cpp250 for (int j=0; j < (1 << oversampling); j++) in Mix()
263 sample /= (1 << oversampling); in Mix()
275 for (int j=0; j < (1 << oversampling); j++) in Mix()
279 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
297 sample /= (1 << oversampling); in Mix()
306 if (ecount >= (1 << (envshift+6+oversampling-8))) in Mix()
309 ecount |= (1 << (envshift+5+oversampling-8)); in Mix()
320 for (int j=0; j < (1 << oversampling); j++) in Mix()
327 ecount |= (1 << (envshift+5+oversampling)); in Mix()
332 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/fmgen/
H A Dpsg.cpp247 for (int j=0; j < (1 << oversampling); j++) in Mix()
260 sample /= (1 << oversampling); in Mix()
272 for (int j=0; j < (1 << oversampling); j++) in Mix()
276 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
294 sample /= (1 << oversampling); in Mix()
303 if (ecount >= (1 << (envshift+6+oversampling-8))) in Mix()
306 ecount |= (1 << (envshift+5+oversampling-8)); in Mix()
317 for (int j=0; j < (1 << oversampling); j++) in Mix()
324 ecount |= (1 << (envshift+5+oversampling)); in Mix()
329 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/np2/
H A Dfmgen_psg.cpp281 for (int j=0; j < (1 << oversampling); j++) in Mix()
294 sample /= (1 << oversampling); in Mix()
306 for (int j=0; j < (1 << oversampling); j++) in Mix()
310 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
328 sample /= (1 << oversampling); in Mix()
337 if (ecount >= (1 << (envshift+6+oversampling-8))) in Mix()
340 ecount |= (1 << (envshift+5+oversampling-8)); in Mix()
351 for (int j=0; j < (1 << oversampling); j++) in Mix()
358 ecount |= (1 << (envshift+5+oversampling)); in Mix()
363 >> (ncount >> (noiseshift+oversampling+1)); in Mix()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterresamplefilter.cpp133 double oversampling = 1.0; // approximate global oversampling factor in block() local
144 oversampling = ( pixelRatio > mMaxOversampling ) ? mMaxOversampling : pixelRatio; in block()
152 oversampling = mMaxOversampling; in block()
156 QgsDebugMsgLevel( QStringLiteral( "oversampling %1" ).arg( oversampling ), 4 ); in block()
161 …if ( ( ( oversampling < 1.0 || qgsDoubleNear( oversampling, 1.0 ) ) && !mZoomedInResampler ) || ( in block()
168 const double oversamplingX = ( static_cast< double >( width ) * oversampling ) / width; in block()
169 const double oversamplingY = ( static_cast< double >( height ) * oversampling ) / height; in block()
175 if ( mZoomedInResampler && ( oversamplingX < 1.0 || qgsDoubleNear( oversampling, 1.0 ) ) ) in block()
177 …rPixels = static_cast< int >( std::ceil( mZoomedInResampler->tileBufferPixels() * oversampling ) ); in block()
181 …Pixels = static_cast< int >( std::ceil( mZoomedOutResampler->tileBufferPixels() * oversampling ) ); in block()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterresamplefilter.cpp133 double oversampling = 1.0; // approximate global oversampling factor in block() local
144 oversampling = ( pixelRatio > mMaxOversampling ) ? mMaxOversampling : pixelRatio; in block()
152 oversampling = mMaxOversampling; in block()
156 QgsDebugMsgLevel( QStringLiteral( "oversampling %1" ).arg( oversampling ), 4 ); in block()
161 …if ( ( ( oversampling < 1.0 || qgsDoubleNear( oversampling, 1.0 ) ) && !mZoomedInResampler ) || ( in block()
168 double oversamplingX = ( static_cast< double >( width ) * oversampling ) / width; in block()
169 double oversamplingY = ( static_cast< double >( height ) * oversampling ) / height; in block()
175 if ( mZoomedInResampler && ( oversamplingX < 1.0 || qgsDoubleNear( oversampling, 1.0 ) ) ) in block()
177 …rPixels = static_cast< int >( std::ceil( mZoomedInResampler->tileBufferPixels() * oversampling ) ); in block()
181 …Pixels = static_cast< int >( std::ceil( mZoomedOutResampler->tileBufferPixels() * oversampling ) ); in block()
[all …]
/dports/graphics/vigra/vigra-8acd73a/src/examples/
H A DweightedWatersheds.cxx70 …tedWatershedSegmentation(InImage & in, OutImage & out, double scale, unsigned int oversampling = 1) in weightedWatershedSegmentation() argument
77 vigra_precondition(oversampling > 0, in weightedWatershedSegmentation()
80 int w = oversampling*(in.width() - 1) + 1; in weightedWatershedSegmentation()
81 int h = oversampling*(in.height() - 1) + 1; in weightedWatershedSegmentation()
89 if(oversampling > 1) in weightedWatershedSegmentation()
93 …ussianGradient(srcImageRange(big), destImage(gradientx), destImage(gradienty), scale*oversampling); in weightedWatershedSegmentation()
151 unsigned int oversampling = 1; in main() local
155 std::cin >> oversampling; in main()
171 weightedWatershedSegmentation(in, out, scale, oversampling); in main()
191 weightedWatershedSegmentation(in, out, scale, oversampling); in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/devices/
H A Dpot_scanner.h34 uint8_t oversampling = 8,
51 uint8_t index = history_ptr_ + oversampling * scan_cycle_; in Read()
61 if (history_ptr_ == oversampling) { in Read()
70 uint16_t shift = (Log2<oversampling>::value + 8 - resolution); in value()
84 static uint8_t history_[num_inputs * oversampling];
104 template<uint8_t num_inputs, uint8_t b, uint8_t oversampling, uint8_t d>
105 uint8_t PotScanner<num_inputs, b, oversampling, d>::history_[
106 num_inputs * oversampling];
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/glm/tests/
H A Dtest_hemodynamic_models.py98 reg, rf = _sample_condition(condition, frame_times, oversampling=1,
105 reg, rf = _sample_condition(condition, frame_times, oversampling=1)
117 reg, rf = _sample_condition(condition, frame_times, oversampling=1,
130 reg, rf = _sample_condition(condition, frame_times, oversampling=10,
138 reg_, rf_ = _sample_condition(condition, frame_times, oversampling=10.,
148 reg, rf = _sample_condition(condition, frame_times, oversampling=1)
160 reg, rf = _sample_condition(condition, frame_times, oversampling=1)
173 reg, rf = _sample_condition(condition, frame_times, oversampling=1)
186 reg, rf = _sample_condition(condition, frame_times, oversampling=1)
277 oversampling=50.)
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dbit_slicer.c184 tavg = (t + (oversampling / 2)) / oversampling; \
735 oversampling = 4; in vbi3_bit_slicer_set_params()
762 oversampling = 1; in vbi3_bit_slicer_set_params()
775 oversampling = 1; in vbi3_bit_slicer_set_params()
788 oversampling = 1; in vbi3_bit_slicer_set_params()
800 oversampling = 1; in vbi3_bit_slicer_set_params()
813 oversampling = 1; in vbi3_bit_slicer_set_params()
826 oversampling = 1; in vbi3_bit_slicer_set_params()
839 oversampling = 1; in vbi3_bit_slicer_set_params()
983 oversampling = 8; in vbi3_bit_slicer_set_params()
[all …]
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-config.c78 config->oversampling = 21; in lingot_config_restore_default_values()
118 config->oversampling = floor( in lingot_config_update_internal_params()
120 if (config->oversampling < 1) { in lingot_config_update_internal_params()
121 config->oversampling = 1; in lingot_config_update_internal_params()
129 FLT temporal_window = 1.0 * config->fft_size * config->oversampling in lingot_config_update_internal_params()
146 / config->oversampling); in lingot_config_update_internal_params()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dqbist.c85 gint oversampling; member
222 gint oversampling) in qbist() argument
238 for (yy = 0; yy < oversampling; yy++) in qbist()
242 for (xx = 0; xx < oversampling; xx++) in qbist()
248 … reg[i][0] = ((gfloat) ((gx + xp) * oversampling + xx)) / ((gfloat) (width * oversampling)); in qbist()
249 … reg[i][1] = ((gfloat) (yp * oversampling + yy)) / ((gfloat) (height * oversampling)); in qbist()
355 buffer[0] = accum[0] / (gfloat) (oversampling * oversampling); in qbist()
356 buffer[1] = accum[1] / (gfloat) (oversampling * oversampling); in qbist()
357 buffer[2] = accum[2] / (gfloat) (oversampling * oversampling); in qbist()
457 qbist_info.oversampling = 4; in run()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/closedcaption/
H A Dbit_slicer.c174 tavg = (t + (oversampling / 2)) / oversampling; \
206 if (oversampling > 1) \
237 t = raw0 * oversampling; \
667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local
698 oversampling = 4; in vbi3_bit_slicer_set_params()
711 oversampling = 1; in vbi3_bit_slicer_set_params()
724 oversampling = 1; in vbi3_bit_slicer_set_params()
737 oversampling = 1; in vbi3_bit_slicer_set_params()
750 oversampling = 1; in vbi3_bit_slicer_set_params()
763 oversampling = 1; in vbi3_bit_slicer_set_params()
[all …]

12345678910>>...27