Searched refs:filterbank (Results 1 - 9 of 9) sorted by relevance

/external/srec/srec/cfront/
H A Dchelmel4.c73 mel_spectrum_correction(freqobj->filterbank, cepobj->mel_loop, channel->num_freq);
79 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, 1 / (float)LOG_SCALE);
83 icostrans(cepobj->cs, channel->filterbank, channel->cep,
135 channel->filterbank[ii] = (cepdata) log_lookup(&cepobj->logtab,
136 (int)(channel->filterbank[ii] +
143 channel->filterbank[ii] = (cepdata) log_lookup(&cepobj->logtab,
144 (int)(channel->filterbank[ii] +
H A Dspec_anl.c128 /* 2.23 Apply filterbank emulation */
130 filtbank(freqobj, freqobj->fft.real, channel->filterbank);
134 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, (float)(0x01 << channel->shift));
136 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, (float)1 / (0x01 << -channel->shift));
277 /* Scale down before starting mel-filterbank operations
H A Dfrontobj.c178 channel->filterbank = (cepdata *) CALLOC(channel->num_freq,
179 sizeof(cepdata), "cfront.filterbank");
224 FREE((char *) channel->filterbank);
225 channel->filterbank = NULL;
/external/aac/libAACenc/src/
H A Dpsy_configuration.h114 INT filterbank; /* LC, LD or ELD */ member in struct:__anon118
160 FB_TYPE filterbank);
H A Dpsy_configuration.cpp575 FB_TYPE filterbank)
585 psyConf->filterbank = filterbank;
568 FDKaacEnc_InitPsyConfiguration(INT bitrate, INT samplerate, INT bandwidth, INT blocktype, INT granuleLength, INT useIS, PSY_CONFIGURATION *psyConf, FB_TYPE filterbank) argument
H A Dpsy_main.cpp399 (hPsy->psyConf[0].filterbank == FB_LC));
410 (hPsy->psyConf[1].filterbank == FB_LC));
489 if (hPsyConfLong->filterbank == FB_LC) {
505 if (hPsyConfLong->filterbank != FB_ELD)
616 hThisPsyConf[ch]->filterbank
624 if (hPsyConfLong->filterbank != FB_LC) {
/external/speex/
H A DAndroid.mk25 libspeex/filterbank.c \
81 libspeex/filterbank.c \
/external/srec/srec/include/
H A Dfront.h100 cepdata *filterbank; member in struct:__anon30220
283 ** filterbank 0
/external/libvorbis/doc/
H A D01-introduction.tex32 addition of a hybrid wavelet filterbank in Vorbis II to offer better

Completed in 208 milliseconds