Searched refs:nsample (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac3.c485 int cnt, numdata, nsample, startLoc, endLoc; local
501 nsample = 0; // current sample = 0
511 for (; nsample < startLoc; nsample++)
512 pOut[nsample] = (pIn[nsample] * gain1 + pPrev[nsample]) * gain2;
515 for (; nsample < endLoc; nsample++) {
516 pOut[nsample]
560 int i, band, nsample, s1, s2; local
635 int band, nsample; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3.c464 #define INTERPOLATE(old, new, nsample) \
465 ((old) + (nsample) * 0.125 * ((new) - (old)))
470 int i, nsample, band; local
476 nsample = band;
486 for (; nsample < band + 8; nsample++) {
487 float c1 = su1[nsample];
488 float c2 = su2[nsample];
489 c2 = c1 * INTERPOLATE(mc1_l, mc2_l, nsample - band) +
490 c2 * INTERPOLATE(mc1_r, mc2_r, nsample
544 int band, nsample; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320dac33.c105 unsigned int nsample_min; /* nsample should not be lower than
107 unsigned int nsample_max; /* nsample should not be higher than
110 unsigned int nsample; /* burst read amount from host */ member in struct:tlv320dac33_priv
424 ucontrol->value.integer.value[0] = dac33->nsample;
436 if (dac33->nsample == ucontrol->value.integer.value[0])
443 dac33->nsample = ucontrol->value.integer.value[0];
446 dac33->nsample);
660 DAC33_THRREG(dac33->nsample));
710 DAC33_THRREG(dac33->nsample));
1074 dac33->nsample
[all...]

Completed in 93 milliseconds