HomeSort by relevance Sort by last modified time
    Searched refs:filterbank (Results 1 - 5 of 5) sorted by null

  /external/aac/libAACenc/src/
psy_configuration.h 114 INT filterbank; /* LC, LD or ELD */ member in struct:__anon6856
160 FB_TYPE filterbank);
psy_configuration.cpp 575 FB_TYPE filterbank)
585 psyConf->filterbank = filterbank;
psy_main.cpp 316 FB_TYPE filterBank;
328 default: filterBank = FB_LC; break;
329 case AOT_ER_AAC_LD: filterBank = FB_LD; break;
330 case AOT_ER_AAC_ELD: filterBank = FB_ELD; break;
335 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
356 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
401 (hPsy->psyConf[0].filterbank == FB_LC));
412 (hPsy->psyConf[1].filterbank == FB_LC));
491 if (hPsyConfLong->filterbank == FB_LC) {
507 if (hPsyConfLong->filterbank != FB_ELD
    [all...]
  /external/speex/
Android.mk 25 libspeex/filterbank.c \
82 libspeex/filterbank.c \
  /external/libvorbis/doc/
01-introduction.tex 32 addition of a hybrid wavelet filterbank in Vorbis II to offer better

Completed in 668 milliseconds