Searched refs:magnitude (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lgff.c119 static void hid_lgff_set_autocenter(struct input_dev *dev, u16 magnitude) argument
125 magnitude = (magnitude >> 12) & 0xf;
128 *value++ = magnitude; /* clockwise strength */
129 *value++ = magnitude; /* counter-clockwise strength */
H A Dhid-lg3ff.c100 static void hid_lg3ff_set_autocenter(struct input_dev *dev, u16 magnitude) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput-compat.h42 __s16 magnitude; member in struct:ff_periodic_effect_compat
H A Dff-core.c67 int magnitude; local
76 * 2/3 of strong magnitude and 1/3 of weak magnitude
78 magnitude = effect->u.rumble.strong_magnitude / 3 +
84 effect->u.periodic.magnitude = max(magnitude, 0x7fff);
H A Dff-memless.c295 i = apply_envelope(state, abs(new->u.periodic.magnitude),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-ff.c31 * Set the magnitude of a constant force effect
59 iforce_dump_packet("magnitude: ", FF_CMD_MAGNITUDE, data);
64 * Upload the component of an effect dealing with the period, phase and magnitude
69 __s16 magnitude, __s16 offset, u16 period, u16 phase)
89 data[2] = HIFIX80(magnitude);
225 * Analyse the changes in an effect, and tell if we need to send a magnitude
286 || old->u.periodic.magnitude != new->u.periodic.magnitude
371 effect->u.periodic.magnitude, effect->u.periodic.offset,
67 make_period_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __s16 magnitude, __s16 offset, u16 period, u16 phase) argument
H A Diforce-main.c112 static void iforce_set_autocenter(struct input_dev *dev, u16 magnitude) argument
118 data[1] = magnitude >> 9;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_ovfl.S21 | RZ Largest magnitude number, with the sign of the
H A Dsetox.S34 | argument X whose magnitude is less than 16380 log2, which
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c353 effect->u.periodic.magnitude);
370 return effect->u.periodic.magnitude != old->u.periodic.magnitude ||
724 static void pidff_autocenter(struct pidff_device *pidff, u16 magnitude) argument
729 if (!magnitude) {
742 pidff_set(&pidff->set_effect[PID_GAIN], magnitude);
753 static void pidff_set_autocenter(struct input_dev *dev, u16 magnitude) argument
757 pidff_autocenter(pidff, magnitude);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c89 int *magnitude; member in struct:__anon2018
398 mc->magnitude = av_malloc(sizeof(int) * mc->coupling_steps);
400 if (!mc->magnitude || !mc->angle)
403 mc->magnitude[0] = 0;
661 put_bits(&pb, ilog(venc->channels - 1), mc->magnitude[j]);
1043 float *mag = venc->coeffs + mapping->magnitude[i] * samples;
1105 av_freep(&venc->mappings[i].magnitude);
H A Dvorbisdec.c108 uint8_t *magnitude; member in struct:__anon2012
223 av_free(vc->mappings[i].magnitude);
768 mapping_setup->magnitude = av_mallocz(mapping_setup->coupling_steps *
769 sizeof(*mapping_setup->magnitude));
773 GET_VALIDATED_INDEX(mapping_setup->magnitude[j], ilog(vc->audio_channels - 1), vc->audio_channels)
1552 if (!(no_residue[mapping->magnitude[i]] & no_residue[mapping->angle[i]])) {
1553 no_residue[mapping->magnitude[i]] = 0;
1597 mag = vc->channel_residues+res_chan[mapping->magnitude[i]] * blocksize / 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c91 int *magnitude; member in struct:__anon3255
403 mc->magnitude = av_malloc(sizeof(int) * mc->coupling_steps);
405 if (!mc->magnitude || !mc->angle)
408 mc->magnitude[0] = 0;
666 put_bits(&pb, ilog(venc->channels - 1), mc->magnitude[j]);
1068 float *mag = venc->coeffs + mapping->magnitude[i] * samples;
1143 av_freep(&venc->mappings[i].magnitude);
H A Dvorbisdec.c112 uint8_t *magnitude; member in struct:__anon3249
228 av_free(vc->mappings[i].magnitude);
786 mapping_setup->magnitude = av_mallocz(mapping_setup->coupling_steps *
787 sizeof(*mapping_setup->magnitude));
790 if (!mapping_setup->angle || !mapping_setup->magnitude)
794 GET_VALIDATED_INDEX(mapping_setup->magnitude[j], ilog(vc->audio_channels - 1), vc->audio_channels)
1630 if (!(no_residue[mapping->magnitude[i]] & no_residue[mapping->angle[i]])) {
1631 no_residue[mapping->magnitude[i]] = 0;
1678 mag = vc->channel_residues+res_chan[mapping->magnitude[i]] * blocksize / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Duinput.c155 static void uinput_dev_set_autocenter(struct input_dev *dev, u16 magnitude) argument
157 uinput_dev_event(dev, EV_FF, FF_AUTOCENTER, magnitude);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h930 * @magnitude: peak value
947 __s16 magnitude; member in struct:ff_periodic_effect
959 * @strong_magnitude: magnitude of the heavy motor
960 * @weak_magnitude: magnitude of the light one
963 * represents the magnitude of the vibration generated by the heavy one.
1522 void (*set_autocenter)(struct input_dev *dev, u16 magnitude);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
H A D01-introduction.tex400 coupling is in use, some vectors will correspond to coupled magnitude
423 polar representation (where one vector is magnitude and the second
H A D08-residue.tex11 represent spectral lines, spectral magnitude, spectral phase or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdate.tex133 negated giving an interval of the same magnitude but of opposite time
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S8443 fabs.x %fp0 # test magnitude

Completed in 290 milliseconds