Searched refs:amplitude (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex51 decoding the curve amplitude and \varname{[floor0_order]} LSP
58 1) [amplitude] = read an unsigned integer of [floor0_amplitude_bits] bits
59 2) if ( [amplitude] is greater than zero ) \{
78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
82 \varname{[amplitude]} value had read zero at the beginning of decode.
106 Given an \varname{[amplitude]} integer and \varname{[coefficients]}
113 If the value \varname{[amplitude]} is zero, the return value is a
148 (dB) amplitude scale, mapping it to linear amplitude in the last step:
175 \exp \left( .11512925 \left(\frac{\mathtt{amplitude} \cdo
[all...]
H A D07-floor1.tex11 amplitude axis. The integer plotting algorithm used is similar to
38 amplitude value at x_new so that later refinement is additionally
179 floor that has all points set to minimum representation amplitude,
240 derives final Y amplitude values from the encoded, wrapped difference
253 \item[step 1: amplitude value synthesis]
H A D01-introduction.tex209 representation on a dB amplitude scale and Bark frequency scale.
211 representation on a dB amplitude scale and linear frequency scale.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmetrics.c26 mean and mean squared amplitude
138 fprintf(stderr,"\tmean sample amplitude: %g\n",
140 fprintf(stderr,"\tmean squared sample amplitude: %g\n\n",
212 float amplitude=0.f; local
217 amplitude=a[j*step]-(b->c->q_sequencep?last:0);
218 meanamplitude_acc+=fabs(amplitude);
219 meanamplitudesq_acc+=amplitude*amplitude;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsfnt_info.h135 unsigned char amplitude; /* sample volume (127 max) */ member in struct:soundfont_voice_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcomedi_test.c85 unsigned int uvolt_amplitude; /* waveform amplitude in microvolts */
224 int amplitude = it->options[0]; local
233 /* set default amplitude and period */
234 if (amplitude <= 0)
235 amplitude = 1000000; /* 1 volt */
239 devpriv->uvolt_amplitude = amplitude;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c600 "Floor 0 amplitude bits is 0.\n");
638 av_dlog(NULL, "floor0 amplitude bits: %u\n",
640 av_dlog(NULL, "floor0 amplitude offset: %u\n",
1060 unsigned amplitude, book_idx; local
1063 amplitude = get_bits(&vc->gb, vf->amplitude_bits);
1064 if (amplitude > 0) {
1141 q = exp((((amplitude*vf->amplitude_offset) /
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c653 av_dlog(NULL, "floor0 amplitude bits: %u\n",
655 av_dlog(NULL, "floor0 amplitude offset: %u\n",
1083 unsigned amplitude, book_idx; local
1089 amplitude = get_bits(&vc->gb, vf->amplitude_bits);
1090 if (amplitude > 0) {
1166 q = exp((((amplitude*vf->amplitude_offset) /
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c751 vol = vol * vp->reg.amplitude / 127;
759 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127;
H A Dsoundfont.c624 avp->amplitude = 127;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c183 uint8_t amplitude; member in struct:ahd_linux_iocell_opts
334 " amplitude:<int> Set the signal amplitude (0-7).\n"
1144 { "amplitude", NULL },
1177 } else if (strncmp(p, "amplitude", n) == 0) {
1178 s = ahd_parse_brace_option("amplitude",
1361 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)
1362 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);

Completed in 188 milliseconds