HomeSort by relevance Sort by last modified time
    Searched full:spectrum (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
tns_func.h 49 Word32* spectrum,
65 Word32* spectrum,
psy_data.h 62 Word32 *mdctSpectrum; /* mdct spectrum [FRAME_LEN_LONG] */
  /cts/apps/CtsVerifier/jni/audioquality/
Fft.h 35 // Compute the dB-scaled log-magnitude spectrum from the real spectal
37 // magnitude spectrum in z. Compute 'n' components.
GlitchTest.h 48 spectrum is less than db_snr_thresh is returned in n_bad_frames.
72 squared values from a spectrum computation based on window_size
GlitchTest.cpp 106 // squared spectrum.
111 sumNoise += mRe[i]; // Note: mRe has the mag squared spectrum.
CompareSpectra.cpp 17 // An amplitude-normalized spectrum comparison method.
70 /* Return a pointer to 1+(fftSize/2) spectrum magnitude values
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 48 #include "LVPSA_Private.h" /* Parametric Spectrum Analyzer */
230 /* Spectrum Analyzer */
231 pLVPSA_Handle_t hPSAInstance; /* Spectrum Analyzer instance handle */
232 LVPSA_InstancePr_t PSA_Instance; /* Spectrum Analyzer instance */
233 LVPSA_InitParams_t PSA_InitParams; /* Spectrum Analyzer initialization parameters */
234 LVPSA_ControlParams_t PSA_ControlParams; /* Spectrum Analyzer control parameters */
  /external/speex/include/speex/
speex_preprocess.h 189 /* Can't set spectrum size */
190 /** Get spectrum size for power spectrum (int32) */
193 /* Can't set power spectrum */
194 /** Get power spectrum (int32[] of squared values) */
198 /** Get spectrum size for noise estimate (int32) */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.h 35 * \brief dot11h spectrum Management Meneger module interface header file
43 /* PURPOSE: dot11h spectrum Management Meneger module interface */
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
spectrumMngmntMgr.h 35 * \brief dot11h spectrum Management Meneger module interface header file
43 /* PURPOSE: dot11h spectrum Management Meneger module interface */
  /packages/wallpapers/MusicVisualization/res/values/
strings.xml 28 <string name="vis3_desc">Shows the frequency spectrum of any currently playing music track.</string>
cube.xml 25 <string name="wallpaper_vis3">Spectrum</string>
  /packages/wallpapers/MusicVisualization/res/values-nl/
cube.xml 24 <string name="wallpaper_vis3" msgid="3007445671726137442">"Spectrum"</string>
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
quantize.c 52 * description: quantizes spectrum
98 * description: quantizes spectrum lines
101 * output: quantized spectrum
222 * description: iquantizes spectrum lines without sign
224 * input: global gain, number of lines to process,quantized spectrum
284 * description: quantizes the entire spectrum
287 * output: quantized spectrum
tns.c 55 static void CalcWeightedSpectrum(const Word32 spectrum[],
270 Word32* spectrum, /*!< spectral data */
283 CalcWeightedSpectrum(spectrum,
396 Word32* spectrum, /*!< spectral data (modified) */
443 AnalysisFilterLattice(&(spectrum[tC.tnsStartLine]),
447 &(spectrum[tC.tnsStartLine]));
484 AnalysisFilterLattice(&(spectrum[tC.tnsStartLine]), (tC.tnsStopLine - tC.tnsStartLine),
487 &(spectrum[tC.tnsStartLine]));
529 * description: Calculate weighted spectrum for LPC calculation
532 static void CalcWeightedSpectrum(const Word32 spectrum[], /*!< input spectrum *
    [all...]
bit_cnt.c 37 * input: quantized spectrum
113 * input: quantized spectrum
188 * input: quantized spectrum
244 * input: quantized spectrum
293 * input: quantized spectrum
341 * input: quantized spectrum
381 * input: quantized spectrum
    [all...]
psy_main.c 296 Word32 *Spectrum = psyData[ch].mdctSpectrum;
298 *Spectrum = (*Spectrum) >> scaleDiff;
299 Spectrum++;
479 Word32 normEnergyShift = (psyData->mdctScale + 1) << 1; /* in reference code, mdct spectrum must be multipied with 2, so +1 */
658 Word32 normEnergyShift = (psyData->mdctScale + 1) << 1; /* in reference code, mdct spectrum must be multipied with 2, so +1 */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
spectrumMngmntMgr.h 2 * \brief dot11h spectrum Management Meneger module interface header file
44 /* PURPOSE: dot11h spectrum Management Meneger module interface */
  /frameworks/base/include/media/
Visualizer.h 40 * is half of the specified capture size but both sides of the spectrum are returned yielding in a
116 // getCaptureSize() but the length of the FFT is half of the size (both parts of the spectrum
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 88 LVM_UINT16 nBands; /* Number of bands of the spectrum analyzer */
117 LVM_UINT32 SpectralDataBufferLength; /* Number of spectrum data value that the buffer can contain (per band)
LVPSA_QPD_Process.c 182 /* Write a level value in the spectrum data buffer in the corresponding band. */
188 /* Value Value to write in the spectrum data buffer */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 58 /* Constants for background spectrum update */
74 /* Parameters for background spectrum recovery function */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 47 /* Time constants for background spectrum update */
84 /* Parameters for background spectrum recovery function */
  /external/tcpdump/
ieee802_11_radio.h 185 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */
186 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h 208 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */
209 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */

Completed in 515 milliseconds

1 2 3 4