Searched refs:spectrum (Results 1 - 25 of 43) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rom/apps_scripts/
H A Dcheck_spectrum.sh2 # ASUS check if spectrum is running
4 if [ -z "$(pidof spectrum)" ];
6 #echo "spectrum is not running"
7 /bin/spectrum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rom/apps_scripts/
H A Dcheck_spectrum.sh2 # ASUS check if spectrum is running
4 if [ -z "$(pidof spectrum)" ];
6 #echo "spectrum is not running"
7 /bin/spectrum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rom/apps_scripts/
H A Dcheck_spectrum.sh2 # ASUS check if spectrum is running
4 if [ -z "$(pidof spectrum)" ];
6 #echo "spectrum is not running"
7 /bin/spectrum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Datrac1.c61 float* spectrum[2]; member in struct:__anon1187
74 DECLARE_ALIGNED(16, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
138 prev_buf = &su->spectrum[1][ref_pos + band_samples - 16];
140 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
144 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 0, 16);
146 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16];
152 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float));
158 FFSWAP(float*, su->spectrum[0], su->spectrum[1]);
219 /* read in the spectral data and reconstruct MDCT spectrum o
[all...]
H A Daacsbr.c226 // Save last spectrum parameters variables to compare to new ones
248 // Check if spectrum parameters changed
314 SpectrumParameters *spectrum)
357 sbr->k[0] = start_min + sbr_offset_ptr[spectrum->bs_start_freq];
359 if (spectrum->bs_stop_freq < 14) {
363 for (k = 0; k < spectrum->bs_stop_freq; k++)
365 } else if (spectrum->bs_stop_freq == 14) {
367 } else if (spectrum->bs_stop_freq == 15) {
371 "Invalid bs_stop_freq: %d\n", spectrum->bs_stop_freq);
390 if (!spectrum
313 sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr, SpectrumParameters *spectrum) argument
[all...]
H A Datrac3.c77 DECLARE_ALIGNED(16, float, spectrum)[1024];
151 * Or fix the functions before so they generate a pre reversed spectrum.
288 * Restore the quantized band spectrum coefficients
291 * @param pOut decoded band spectrum
516 * Combine the tonal band spectrum and regular band spectrum
519 * @param pSpectrum output spectrum buffer
681 numSubbands = decodeSpectrum (gb, pSnd->spectrum);
683 /* Merge the decoded spectrum and tonal components. */
684 lastTonal = addTonalComponents (pSnd->spectrum, pSn
[all...]
H A Dtwinvq.c55 /** main codebooks for spectrum data */
60 uint8_t cb_len_read; ///< number of spectrum coefficients to read
193 float *spectrum; member in struct:TwinContext
221 * Evaluate a single LPC amplitude spectrum envelope coefficient from the line
222 * spectrum pairs.
255 * Evaluates the LPC amplitude spectrum envelope from the line spectrum pairs.
288 * Evaluates the LPC amplitude spectrum envelope from the line spectrum pairs.
666 tctx->spectrum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Datrac1.c61 float* spectrum[2]; member in struct:__anon2092
74 DECLARE_ALIGNED(16, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
138 prev_buf = &su->spectrum[1][ref_pos + band_samples - 16];
140 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
144 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 0, 16);
146 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16];
152 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float));
158 FFSWAP(float*, su->spectrum[0], su->spectrum[1]);
219 /* read in the spectral data and reconstruct MDCT spectrum o
[all...]
H A Daacsbr.c226 // Save last spectrum parameters variables to compare to new ones
248 // Check if spectrum parameters changed
314 SpectrumParameters *spectrum)
357 sbr->k[0] = start_min + sbr_offset_ptr[spectrum->bs_start_freq];
359 if (spectrum->bs_stop_freq < 14) {
363 for (k = 0; k < spectrum->bs_stop_freq; k++)
365 } else if (spectrum->bs_stop_freq == 14) {
367 } else if (spectrum->bs_stop_freq == 15) {
371 "Invalid bs_stop_freq: %d\n", spectrum->bs_stop_freq);
390 if (!spectrum
313 sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr, SpectrumParameters *spectrum) argument
[all...]
H A Datrac3.c77 DECLARE_ALIGNED(16, float, spectrum)[1024];
151 * Or fix the functions before so they generate a pre reversed spectrum.
288 * Restore the quantized band spectrum coefficients
291 * @param pOut decoded band spectrum
516 * Combine the tonal band spectrum and regular band spectrum
519 * @param pSpectrum output spectrum buffer
681 numSubbands = decodeSpectrum (gb, pSnd->spectrum);
683 /* Merge the decoded spectrum and tonal components. */
684 lastTonal = addTonalComponents (pSnd->spectrum, pSn
[all...]
H A Dtwinvq.c55 /** main codebooks for spectrum data */
60 uint8_t cb_len_read; ///< number of spectrum coefficients to read
193 float *spectrum; member in struct:TwinContext
221 * Evaluate a single LPC amplitude spectrum envelope coefficient from the line
222 * spectrum pairs.
255 * Evaluates the LPC amplitude spectrum envelope from the line spectrum pairs.
288 * Evaluates the LPC amplitude spectrum envelope from the line spectrum pairs.
666 tctx->spectrum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Datrac1.c61 float* spectrum[2]; member in struct:__anon36117
74 DECLARE_ALIGNED(16, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
138 prev_buf = &su->spectrum[1][ref_pos + band_samples - 16];
140 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
144 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 0, 16);
146 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16];
152 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float));
158 FFSWAP(float*, su->spectrum[0], su->spectrum[1]);
219 /* read in the spectral data and reconstruct MDCT spectrum o
[all...]
H A Daacsbr.c226 // Save last spectrum parameters variables to compare to new ones
248 // Check if spectrum parameters changed
314 SpectrumParameters *spectrum)
357 sbr->k[0] = start_min + sbr_offset_ptr[spectrum->bs_start_freq];
359 if (spectrum->bs_stop_freq < 14) {
363 for (k = 0; k < spectrum->bs_stop_freq; k++)
365 } else if (spectrum->bs_stop_freq == 14) {
367 } else if (spectrum->bs_stop_freq == 15) {
371 "Invalid bs_stop_freq: %d\n", spectrum->bs_stop_freq);
390 if (!spectrum
313 sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr, SpectrumParameters *spectrum) argument
[all...]
H A Datrac3.c77 DECLARE_ALIGNED(16, float, spectrum)[1024];
151 * Or fix the functions before so they generate a pre reversed spectrum.
288 * Restore the quantized band spectrum coefficients
291 * @param pOut decoded band spectrum
516 * Combine the tonal band spectrum and regular band spectrum
519 * @param pSpectrum output spectrum buffer
681 numSubbands = decodeSpectrum (gb, pSnd->spectrum);
683 /* Merge the decoded spectrum and tonal components. */
684 lastTonal = addTonalComponents (pSnd->spectrum, pSn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A DMakefile27 common/spectrum.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2870/
H A DMakefile28 common/spectrum.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A DMakefile27 common/spectrum.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2870/
H A DMakefile28 common/spectrum.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c62 #include "iwl-spectrum.h"
78 * add "s" to indicate spectrum measurement included.
669 struct iwl_spectrum_cmd spectrum; local
673 .data = (void *)&spectrum,
686 memset(&spectrum, 0, sizeof(spectrum));
688 spectrum.channel_count = cpu_to_le16(1);
689 spectrum.flags =
691 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
692 cmd.len = sizeof(spectrum);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c62 #include "iwl-spectrum.h"
78 * add "s" to indicate spectrum measurement included.
669 struct iwl_spectrum_cmd spectrum; local
673 .data = (void *)&spectrum,
686 memset(&spectrum, 0, sizeof(spectrum));
688 spectrum.channel_count = cpu_to_le16(1);
689 spectrum.flags =
691 spectrum.filter_flags = MEASUREMENT_FILTER_FLAG;
692 cmd.len = sizeof(spectrum);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstv0900_priv.h292 enum stv0900_iq_inversion spectrum; member in struct:stv0900_signal_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_priv.h292 enum stv0900_iq_inversion spectrum; member in struct:stv0900_signal_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D01-introduction.tex190 Therefore it would be wasteful to encode a full-spectrum version of it
202 vector is a low-resolution representation of the audio spectrum for
231 The spectral residue is the fine structure of the audio spectrum
301 \item compute dot product of floor and residue, producing audio spectrum vector
302 \item inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
451 producing the finished audio spectrum of each channel.
463 the audio spectrum vector should represent a minimum of 120dB (\~{}21
481 The audio spectrum is converted back into time domain PCM audio via an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D01-introduction.tex190 Therefore it would be wasteful to encode a full-spectrum version of it
202 vector is a low-resolution representation of the audio spectrum for
231 The spectral residue is the fine structure of the audio spectrum
301 \item compute dot product of floor and residue, producing audio spectrum vector
302 \item inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
451 producing the finished audio spectrum of each channel.
463 the audio spectrum vector should represent a minimum of 120dB (\~{}21
481 The audio spectrum is converted back into time domain PCM audio via an
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D01-introduction.tex190 Therefore it would be wasteful to encode a full-spectrum version of it
202 vector is a low-resolution representation of the audio spectrum for
231 The spectral residue is the fine structure of the audio spectrum
301 \item compute dot product of floor and residue, producing audio spectrum vector
302 \item inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
451 producing the finished audio spectrum of each channel.
463 the audio spectrum vector should represent a minimum of 120dB (\~{}21
481 The audio spectrum is converted back into time domain PCM audio via an

Completed in 325 milliseconds

12