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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h135 unsigned char amplitude; /* sample volume (127 max) */ member in struct:soundfont_voice_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c556 "Floor 0 amplitude bits is 0.\n");
597 AV_DEBUG("floor0 amplitude bits: %u\n",
599 AV_DEBUG("floor0 amplitude offset: %u\n",
1037 uint_fast32_t amplitude; local
1041 amplitude=get_bits(&vc->gb, vf->amplitude_bits);
1042 if (amplitude>0) {
1125 ( (amplitude*vf->amplitude_offset)/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c742 vol = vol * vp->reg.amplitude / 127;
750 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127;
H A Dsoundfont.c621 avp->amplitude = 127;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c182 uint8_t amplitude; member in struct:ahd_linux_iocell_opts
333 " amplitude:<int> Set the signal amplitude (0-7).\n"
1018 { "amplitude", NULL },
1051 } else if (strncmp(p, "amplitude", n) == 0) {
1052 s = ahd_parse_brace_option("amplitude",
1235 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)
1236 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);

Completed in 137 milliseconds