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

1 2 3 4 5

  /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 98 int *frequencies = env->GetIntArrayElements(frequencyArray, NULL); local
104 int count = dictionary->getSuggestions(inputCodes, arraySize, (unsigned short*) outputChars, frequencies,
107 env->ReleaseIntArrayElements(frequencyArray, frequencies, 0);
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 34 int getSuggestions(int *codes, int codesSize, unsigned short *outWords, int *frequencies,
dictionary.cpp 51 int Dictionary::getSuggestions(int *codes, int codesSize, unsigned short *outWords, int *frequencies,
56 mFrequencies = frequencies;
  /packages/inputmethods/PinyinIME/jni/include/
ngram.h 43 // In this version, frequencies of system lemmas are fixed. We are considering
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 58 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
BinaryDictionary.java 67 char[] outputChars, int[] frequencies,
LatinKeyboard.java 449 void setPreferredLetters(int[] frequencies) {
450 mPrefLetterFrequencies = frequencies;
  /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/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
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/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
  /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...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Audio.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h     [all...]
  /development/tools/makedict/src/com/android/tools/dict/
MakeBinaryDictionary.java 39 * Compresses a list of words and frequencies into a tree structured binary dictionary.
  /external/guava/src/com/google/common/collect/
Multimap.java 200 * multimap and frequencies corresponding to the number of values that
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaClustering.java 66 // 3 cluster frequencies of each other.
  /external/opencore/codecs_v2/audio/aac/dec/src/
tns_ar_filter.cpp 97 +1 filters spectrum from low to high frequencies
99 -1 filters spectrum from high to low frequencies
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp 97 +1 filters spectrum from low to high frequencies
99 -1 filters spectrum from high to low frequencies
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 90 frequencies of all the statements that reference this object
93 Symbols with high execution frequencies are put at the bottom of
95 Execution frequencies are taken directly from each basic block,
    [all...]

Completed in 716 milliseconds

1 2 3 4 5