Searched refs:pitch_shift (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_rate_linear.c40 unsigned int pitch_shift; /* for expand interpolation */ member in struct:rate_linear
118 new_weight = (pos << (16 - rate->pitch_shift)) / (get_threshold >> rate->pitch_shift);
175 new_weight = (pos << (16 - rate->pitch_shift)) / (get_threshold >> rate->pitch_shift);
387 rate->pitch_shift = 0;
388 while ((rate->pitch >> rate->pitch_shift) >= (1 << 16))
389 rate->pitch_shift++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth.c57 emux->pitch_shift = -501;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h100 int pitch_shift; /* pitch shift value (for Emu10k1) */ member in struct:snd_emux
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c845 offset += vp->emu->pitch_shift;

Completed in 128 milliseconds