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

1 2 3 4 5 6

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
spreading.c 31 * higher frequencies thr(n) = max(thr(n), sh(n)*thr(n-1))
32 * lower frequencies thr(n) = max(thr(n), sl(n)*thr(n+1))
42 /* slope to higher frequencies */
47 /* slope to lower frequencies */
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 50 mint_frequency_t frequencies[MINTAUDIO_maxfreqs]; member in struct:SDL_PrivateAudioData
51 int freq_count; /* Number of frequencies in the array */
57 #define MINTAUDIO_frequencies (this->hidden->frequencies)
71 /* Master clocks for replay frequencies */
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 64 int *frequencies = env->GetIntArrayElements(frequencyArray, NULL); local
71 frequencies, maxWordLength, maxWords, maxAlternatives, skipPos, nextLetters,
74 env->ReleaseIntArrayElements(frequencyArray, frequencies, 0);
95 int *frequencies = env->GetIntArrayElements(frequencyArray, NULL); local
98 inputArraySize, (unsigned short*) outputChars, frequencies, maxWordLength, maxBigrams,
104 env->ReleaseIntArrayElements(frequencyArray, frequencies, 0);
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 39 int getSuggestions(int *codes, int codesSize, unsigned short *outWords, int *frequencies,
43 unsigned short *outWords, int *frequencies, int maxWordLength, int maxBigrams,
dictionary.cpp 49 int Dictionary::getSuggestions(int *codes, int codesSize, unsigned short *outWords, int *frequencies,
54 mFrequencies = frequencies;
  /cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.h 25 rmsDeviation. Note that a lower limit is set on the frequencies that
CompareSpectra.cpp 75 rms over all frequencies between lowestBin and highestBin is
120 rmsDeviation. Note that a lower limit is set on the frequencies that
GlitchTest.cpp 45 // We can exclude low frequencies from consideration, since the
  /packages/inputmethods/PinyinIME/jni/include/
ngram.h 43 // In this version, frequencies of system lemmas are fixed. We are considering
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 56 ;# For fwd transform, indices are horizontal positions, then frequencies.
57 ;# For inverse transform, frequencies then positions.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 64 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
78 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
BinaryDictionary.java 108 char[] outputChars, int[] frequencies, int maxWordLength, int maxWords,
111 int[] inputCodes, int inputCodesLength, char[] outputChars, int[] frequencies,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 83 // the really high frequencies aren't that interesting for music,
  /sdk/emulator/qtools/
bbprof.cpp 48 // This function is called from quicksort to compare frequencies of
105 // Assign frequencies to each basic block
  /external/qemu/audio/
mixeng.c 281 * the input & output frequencies are equal, a delay of one sample is
  /external/speex/libspeex/
lsp.c 70 LSP frequencies is basically finding the roots of 5th order
222 /* float *freq LSP frequencies in the x domain */
404 /* float *freq array of LSP frequencies in the x domain */
523 /* float *freq array of LSP frequencies in the x domain */
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 177 * Sets the volume level at 5 kHz relative to the volume level at low frequencies of the
234 * frequencies.
236 * [100, 2000]. A ratio of 1000 indicates that all frequencies decay at the same rate.
248 * Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies.
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 142 60, /* Frequencies in Hz */
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 36 // Such a huge filter gain is justified by how much energy in the low frequencies is "wasted" at
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 160 * enum IXJ_TONE_FREQ. Each tone index can have two frequencies with
316 * for the tone_index are updated to the frequencies and gains defined. It
325 * of different frequencies MUST use different tone table indexes. Only one
327 * cadences with multiple frequencies using 2 tone table indexes by
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 42 * The ISPs are the M-1 frequencies w_i, i=0...M-2 plus the last *
108 nf = 0; /* number of found frequencies */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 72 line spectral frequencies (LSF) and vice-versa.
127 lsf = buffer containing normalized line spectral frequencies; valid
251 lsf = buffer containing normalized line spectral frequencies; valid
256 lsf contains the newly calculated normalized line spectral frequencies
  /external/kernel-headers/original/linux/
wireless.h 115 * - List index in frequencies
170 * - Increase the number of frequencies in iw_range to 32 (for 802.11b+a)
409 /* Maximum frequencies in the range struct */
411 /* Note : if you have something like 80 frequencies,
512 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 115 * - List index in frequencies
170 * - Increase the number of frequencies in iw_range to 32 (for 802.11b+a)
421 /* Maximum frequencies in the range struct */
423 /* Note : if you have something like 80 frequencies,
528 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 115 * - List index in frequencies
170 * - Increase the number of frequencies in iw_range to 32 (for 802.11b+a)
421 /* Maximum frequencies in the range struct */
423 /* Note : if you have something like 80 frequencies,
528 #define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6