Home
last modified time | relevance | path

Searched refs:lvllo (Results 1 – 5 of 5) sorted by relevance

/dports/comms/multimon-ng/multimon-ng-1.1.0/
H A Ddemod_hapn48.c55 s->l1.hapn48.lvllo *= 0.999; in hapn48_demod()
58 if (buffer.fbuffer[1] < s->l1.hapn48.lvllo) in hapn48_demod()
59 s->l1.hapn48.lvllo = buffer.fbuffer[1]; in hapn48_demod()
66 } else if (buffer.fbuffer[1] < s->l1.hapn48.lvllo * 0.5) { in hapn48_demod()
H A Dmultimon.h197 float lvllo, lvlhi; member
/dports/sysutils/nut-devel/nut-9e6a5ab2/clients/
H A Dupsimage.c143 int lvllo, int lvlhi, /* min and max numbers on the scale */ in drawscale() argument
174 range = lvlhi - lvllo; in drawscale()
177 for (level = lvlhi; level >= lvllo; level -= step) { in drawscale()
206 for (level = lvlhi; level >= lvllo; level -= step) { in drawscale()
219 int lvllo, int lvlhi, /* min and max numbers on the scale */
230 int lvllo, int lvlhi, /* min and max numbers on the scale */ in drawbar() argument
254 drawscale(im, lvllo, lvlhi, step, step5, step10, redlo1, redhi1, in drawbar()
262 bar_y = (int)((1.0 - (value - lvllo) / (lvlhi - lvllo)) * scale_height); in drawbar()
/dports/sysutils/nut/nut-2.7.4/clients/
H A Dupsimage.c136 int lvllo, int lvlhi, /* min and max numbers on the scale */ in drawscale() argument
167 range = lvlhi - lvllo; in drawscale()
170 for (level = lvlhi; level >= lvllo; level -= step) { in drawscale()
199 for (level = lvlhi; level >= lvllo; level -= step) { in drawscale()
211 int lvllo, int lvlhi, /* min and max numbers on the scale */ in drawbar() argument
235 drawscale(im, lvllo, lvlhi, step, step5, step10, redlo1, redhi1, in drawbar()
243 bar_y = (1 - (value - lvllo) / (lvlhi - lvllo)) * scale_height; in drawbar()
/dports/comms/gqrx/gqrx-2.15/src/dsp/afsk1200/
H A Dcafsk12.h105 float lvllo, lvlhi; member