/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
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/av/media/libstagefright/codecs/amrnb/common/include/ |
cnst_vad.h | 58 /* Constants for background spectrum update */ 74 /* Parameters for background spectrum recovery function */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
wb_vad_c.h | 47 /* Time constants for background spectrum update */ 84 /* Parameters for background spectrum recovery function */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
colorsys.py | 63 # H: position in the spectrum 112 # H: position in the spectrum
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
colorsys.py | 63 # H: position in the spectrum 112 # H: position in the spectrum
|
/external/aac/libAACdec/src/ |
block.cpp | 378 * formula: spectrum[i] = Sign(spectrum[i]) * Matissa(spectrum[i])^(4/3) * 2^(lsb/4). 379 * \param spectrum pointer to first line of the sfb to be inverse quantized. 385 void InverseQuantizeBand( FIXP_DBL * RESTRICT spectrum, 394 FIXP_DBL *ptr = spectrum; 519 FDKmemclear(pSpectralCoefficient, sizeof(SPECTRUM));
|
aacdec_pns.cpp | 348 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength); local 361 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth, 368 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth, 374 ScaleBand (spectrum + BandOffsets [band], bandWidth,
|
aacdecoder.h | 230 0x00800000 Quantized spectrum\n\ 231 0x01000000 Requantized spectrum\n\
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
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
|
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 */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_logist.c | 87 * Arithmetic coding of spectrum. 217 * Arithmetic decoding of spectrum. 278 /* convert to magnitude spectrum, by doing square-roots (modified from SPLIB) */
|
/external/chromium_org/chrome/common/ |
chrome_version_info.h | 27 CHANNEL_STABLE // Full-spectrum
|
/external/chromium_org/third_party/opus/src/celt/ |
vq.h | 59 * @param x Decoded normalised spectrum (returned)
|
/packages/wallpapers/MusicVisualization/ |
AndroidManifest.xml | 62 <!-- Spectrum Wallpaper -->
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/ |
Visualization3RS.java | 80 // so just chop those off and use only the lower half of the spectrum
|
/external/aac/libAACenc/src/ |
tns_func.h | 114 FIXP_DBL *spectrum, 137 FIXP_DBL* spectrum,
|
bit_cnt.cpp | 104 input: quantized spectrum 180 input: quantized spectrum 250 input: quantized spectrum 306 input: quantized spectrum 354 input: quantized spectrum 403 input: quantized spectrum 444 input: quantized spectrum
|
grp_data.cpp | 128 /* for short blocks: regroup spectrum and */ 246 /* re-group spectrum */
|
/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_8/src/utils/ |
radiotap.h | 208 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */ 209 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core.c | 570 } // end loop over magnitude spectrum 593 // Filter the data in the frequency domain, and create spectrum. [all...] |
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.c | 212 // - far_spectrum : Pointer to the far end spectrum 213 // - far_q : Q-domain of far end spectrum 225 // Update far end spectrum buffer 231 // Returns a pointer to the far end spectrum aligned to current near end 232 // spectrum. The function WebRtc_DelayEstimatorProcessFix(...) should have been 242 // - far_q : The Q-domain of the aligned far end spectrum 245 // - far_spectrum : Pointer to the aligned far end spectrum 259 // Return far end spectrum 848 // @param far_spectrum [in] Pointer to farend spectrum. 849 // @param far_q [in] Q-domain of farend spectrum [all...] |
/external/eigen/unsupported/test/ |
FFTW.cpp | 94 // make sure it DOESN'T give the right full spectrum answer 95 // if we've asked for half-spectrum
|
/external/speex/libspeex/ |
preprocess.c | 184 int ps_size; /**< Number of points in the power spectrum */ 207 spx_word32_t *ps; /**< Current power spectrum */ 213 spx_word32_t *old_ps; /**< Power spectrum for last frame */ 218 spx_word32_t *S; /**< Smoothed power spectrum */ 654 /* Power spectrum */ 856 /* Save old Bark power spectrum */ 906 /* Save old power spectrum */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nubus.h | 126 NUBUS_DRHW_SMAC_SPEC8 = 0x017B, /* SuperMac Spectrum/8 */ 127 NUBUS_DRHW_SMAC_SPEC24 = 0x017C, /* SuperMac Spectrum/24 */
|