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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Datrac3.c471 int cnt, numdata, nsample, startLoc, endLoc; local
487 nsample = 0; // current sample = 0
497 for (; nsample < startLoc; nsample++)
498 pOut[nsample] = (pIn[nsample] * gain1 + pPrev[nsample]) * gain2;
501 for (; nsample < endLoc; nsample++) {
502 pOut[nsample]
546 int i, band, nsample, s1, s2; local
621 int band, nsample; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Datrac3.c471 int cnt, numdata, nsample, startLoc, endLoc; local
487 nsample = 0; // current sample = 0
497 for (; nsample < startLoc; nsample++)
498 pOut[nsample] = (pIn[nsample] * gain1 + pPrev[nsample]) * gain2;
501 for (; nsample < endLoc; nsample++) {
502 pOut[nsample]
546 int i, band, nsample, s1, s2; local
621 int band, nsample; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Datrac3.c471 int cnt, numdata, nsample, startLoc, endLoc; local
487 nsample = 0; // current sample = 0
497 for (; nsample < startLoc; nsample++)
498 pOut[nsample] = (pIn[nsample] * gain1 + pPrev[nsample]) * gain2;
501 for (; nsample < endLoc; nsample++) {
502 pOut[nsample]
546 int i, band, nsample, s1, s2; local
621 int band, nsample; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 81 milliseconds