Home
last modified time | relevance | path

Searched refs:bandstart (Results 1 – 11 of 11) sorted by relevance

/dports/databases/postgis25/postgis-2.5.5/raster/scripts/plpgsql/
H A Dst_clip.sql57 bandstart int;
71 bandstart := 1;
77 bandstart := band;
80 newpixtype := ST_BandPixelType(rast, bandstart);
81 …newnodata := coalesce(nodata, ST_BandNodataValue(rast, bandstart), ST_MinPossibleValue(newpixtype)…
89 sourceraster := ST_SetBandNodataValue(sourceraster, bandstart, newnodata);
92 …newrast := ST_MapAlgebraExpr(sourceraster, bandstart, geomrast, 1, '[rast1.val]', newpixtype, newe…
94 FOR bandi IN bandstart+1..bandend LOOP
/dports/databases/postgis30/postgis-3.0.4/raster/scripts/plpgsql/
H A Dst_clip.sql57 bandstart int;
71 bandstart := 1;
77 bandstart := band;
80 newpixtype := ST_BandPixelType(rast, bandstart);
81 …newnodata := coalesce(nodata, ST_BandNodataValue(rast, bandstart), ST_MinPossibleValue(newpixtype)…
89 sourceraster := ST_SetBandNodataValue(sourceraster, bandstart, newnodata);
92 …newrast := ST_MapAlgebraExpr(sourceraster, bandstart, geomrast, 1, '[rast1.val]', newpixtype, newe…
94 FOR bandi IN bandstart+1..bandend LOOP
/dports/databases/postgis32/postgis-3.2.0/raster/scripts/plpgsql/
H A Dst_clip.sql57 bandstart int;
71 bandstart := 1;
77 bandstart := band;
80 newpixtype := ST_BandPixelType(rast, bandstart);
81 …newnodata := coalesce(nodata, ST_BandNodataValue(rast, bandstart), ST_MinPossibleValue(newpixtype)…
89 sourceraster := ST_SetBandNodataValue(sourceraster, bandstart, newnodata);
92 …newrast := ST_MapAlgebraExpr(sourceraster, bandstart, geomrast, 1, '[rast1.val]', newpixtype, newe…
94 FOR bandi IN bandstart+1..bandend LOOP
/dports/databases/postgis31/postgis-3.1.4/raster/scripts/plpgsql/
H A Dst_clip.sql57 bandstart int;
71 bandstart := 1;
77 bandstart := band;
80 newpixtype := ST_BandPixelType(rast, bandstart);
81 …newnodata := coalesce(nodata, ST_BandNodataValue(rast, bandstart), ST_MinPossibleValue(newpixtype)…
89 sourceraster := ST_SetBandNodataValue(sourceraster, bandstart, newnodata);
92 …newrast := ST_MapAlgebraExpr(sourceraster, bandstart, geomrast, 1, '[rast1.val]', newpixtype, newe…
94 FOR bandi IN bandstart+1..bandend LOOP
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dbits.h132 unsigned int bandstart = bandnum << fracbits; in bits_fraclog() local
134 unsigned int bucket = bandstart + fracoffsbad - BIT(fracbits); in bits_fraclog()
147 unsigned int bandstart = fracoffs1 << (bandnum - 1); in bits_fraclog_bucket_start() local
148 return bandstart; in bits_fraclog_bucket_start()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DLoudness.cpp158 int bandstart = eqlbandbins[k]; in Loudness_dofft() local
161 int bandend = bandstart + bandsize; in Loudness_dofft()
168 for (int h = bandstart; h < bandend; ++h) { in Loudness_dofft()
H A DMFCC.cpp3439 int bandstart = startbin[k]; in MFCC_prepareMel() local
3447 index2 = cumulindex[k] - bandstart; in MFCC_prepareMel()
3449 for (int j = bandstart; j < bandend; ++j) { in MFCC_prepareMel()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/SCMIRUGens/
H A DBeatStatistics.cpp238 int bandstart=eqlbandbins[k]; in BeatStatistics_calculate() local
247 bsum += fftbuf[h+bandstart]; in BeatStatistics_calculate()
/dports/math/R-cran-terra/terra/src/
H A Dgdal_algs.cpp563 int bandstart = 0; in warper() local
584 std::iota (dstbands.begin(), dstbands.end(), bandstart); in warper()
585 bandstart += dstbands.size(); in warper()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BBCut2UGens/
H A DBBCut2UGens.cpp663 int bandstart=eqlbandbins[k]; in calculatedf() local
670 bsum= bsum+fftbuf[h+bandstart]; in calculatedf()
H A DDrumTrack.cpp1445 int bandstart=eqlbandbins[k]; in calculateloudness() local
1452 bsum= bsum+fftbuf[h+bandstart]; in calculateloudness()