Home
last modified time | relevance | path

Searched refs:_gmax (Results 1 – 14 of 14) sorted by relevance

/dports/audio/zita-dpl1/zita-dpl1-0.3.3/source/
H A Ddplimit1.cc77 _gmax (1), in Dplimit1()
140 _gmax = 1.0f; in init()
189 t0 = _gmax; in process1()
196 t1 = _gmax; in process1()
270 _gmax = t1; in process1()
H A Ddplimit1.h68 *gmax = _gmax; in get_stats()
112 volatile float _gmax; variable
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Dpeaklim.cc76 _gmax (1), in Peaklim()
154 _gmax = 1.0f; in init()
190 t0 = _gmax; in process()
197 t1 = _gmax; in process()
286 _gmax = t1; in process()
H A Dpeaklim.h70 *gmax = _gmax;
97 volatile float _gmax;
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/dpl.lv2/src/
H A Dpeaklim.h80 *gmax = _gmax; in get_stats()
106 volatile float _gmax; variable
H A Dpeaklim.cc69 , _gmax (1) in Peaklim()
177 _gmax = 1.f; in init()
242 t0 = _gmax; in process()
247 t1 = _gmax; in process()
397 _gmax = t1; in process()
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/private/limiter/
H A Dlimiter.h50 *gmax = _gmax; in get_stats()
119 float _gmax; variable
H A Dlimiter.cc172 , _gmax (1) in Limiter()
281 _gmax = 1.f; in init()
349 t0 = _gmax; in process()
354 t1 = _gmax; in process()
450 _gmax = t1; in process()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/darc.lv2/src/
H A Dlv2.c353 float _gmax; member
456 Dyncomp_get_gain (&self->dyncomp, &self->_gmin, &self->_gmax, &self->_rms); in run()
459 self->_gmax = fminf (40.f, fmaxf (-20.f, self->_gmax)); in run()
463 if (self->queue_draw && (self->ui_gmin != self->_gmin || self->ui_gmax != self->_gmax)) { in run()
465 self->ui_gmax = self->_gmax; in run()
472 *self->_port[DARC_GMAX] = self->_gmax; in run()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DImageUtils.cpp33 _gmax(-FLT_MAX),
39 float _rmin, _rmax, _gmin, _gmax, _bmin, _bmax, _amin, _amax;
50 _gmax = osg::maximum(g,_gmax);
104 maxValue.g() = rangeOp._gmax;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DImageUtils.cpp34 _gmax(-FLT_MAX), in FindRangeOperator()
40 float _rmin, _rmax, _gmin, _gmax, _bmin, _bmax, _amin, _amax; member
51 _gmax = osg::maximum(g,_gmax); in rgba()
105 maxValue.g() = rangeOp._gmax; in computeMinMax()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dewald.py110 self._gmax = recip_space_cut if recip_space_cut else 2 * self._sqrt_eta * self._accf
334 recip_nn = rcp_latt.get_points_in_sphere([[0, 0, 0]], [0, 0, 0], self._gmax)
464 "recip_space_cut": self._gmax,
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/tests/
H A Dtest_ewald.py87 self.assertEqual(d["recip_space_cut"], ham._gmax)
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/darc.lv2/gui/
H A Ddarc.c63 float _gmax; member
681 float v1 = DEFLECT (ui->_gmax); in m0_expose_event()
985 float pky0 = (ui->_rms + ui->_gmax - 10.f) * M1RECT / -70.f; in m1_expose_event()
1323 ui->_gmax = *(float*)buffer; in port_event()