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

1 2

  /external/speex/libspeex/
filterbank.c 80 spx_word32_t mel; local
83 mel = toBARK(curr_freq);
84 if (mel > max_mel)
87 id1 = DIV32(mel,mel_interval);
89 id1 = (int)(floor(mel/mel_interval));
96 val = DIV32_16(mel - id1*mel_interval,EXTRACT16(PSHR32(mel_interval,15)));
134 void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel)
138 mel[i] = 0;
144 mel[id] += MULT16_32_P15(bank->filter_left[i],ps[i]);
146 mel[id] += MULT16_32_P15(bank->filter_right[i],ps[i])
    [all...]
filterbank.h 56 void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel);
58 void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *psd);
61 void filterbank_compute_bank(FilterBank *bank, float *psd, float *mel);
62 void filterbank_compute_psd(FilterBank *bank, float *mel, float *psd);
  /external/icu4c/tools/toolutil/
xmlparser.cpp 487 UXMLParser::createElement(RegexMatcher &mEl, UErrorCode &status) {
489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status);
492 int32_t pos = mEl.end(1, status); // The position after the end of the tag name
526 fPos = mEl.end(0, status);
xmlparser.h 206 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);
  /external/srec/srec/cfront/
spec_anl.c 60 /* Part II. Mel cepstrum coefficients
277 /* Scale down before starting mel-filterbank operations
cheldsp4.c 116 ** Computes ALL delta delta mel cep pars. BP 8/96 */
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /external/svox/pico/lib/
picosig2.c 495 Mel-2-Lin lookup tables
508 * convert from mel scale to linear scale
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 125 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.ddmel", ESR_FALSE)); /* delta-delta mel pars */
136 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.plp", ESR_FALSE)); /* Do PLP instead of MEL */
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
gcc.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1 706 \&\fB\-meb \-mel
    [all...]
arm-eabi-gcc.1 706 \&\fB\-meb \-mel
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1 706 \&\fB\-meb \-mel
    [all...]
arm-eabi-gcc.1 706 \&\fB\-meb \-mel
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gcc.info     [all...]

Completed in 110 milliseconds

1 2