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

  /external/libxaac/decoder/
ixheaacd_common_rom.h 40 WORD32 stop_band[10][16]; member in struct:__anon30184
ixheaacd_tns_usac.h 30 WORD32 stop_band; member in struct:__anon30298
ixheaacd_channelinfo.h 74 WORD16 stop_band; member in struct:__anon30167
ixheaacd_sbrdecoder.c 137 WORD32 stop_band; local
142 stop_band = ptr_header_data->pstr_freq_band_data->sub_band_start;
145 for (k = start_band; k < stop_band; k++) {
151 for (k = start_band; k < stop_band; k++) {
ixheaacd_env_calc.c 242 WORD32 stop_band = 0; local
249 stop_band = (pstr_freq_band_data->freq_band_tbl_lim[c + 1] - skip_bands);
252 if ((start_band < stop_band)) {
253 ixheaacd_avggain_calc(ptr_enrg_orig, nrg_est, start_band, stop_band,
274 for (k = stop_band - start_band; k != 0; k--) {
315 for (k = stop_band - start_band; k != 0; k--) {
390 for (k = stop_band - start_band; k != 0; k--) {
    [all...]
ixheaacd_tns.c 223 stop = filt->stop_band;
ixheaacd_pns_js_thumb.c 332 stop = ixheaacd_min32(ixheaacd_min32(filter->stop_band, tns_max_bands),
ixheaacd_spectrum_dec.c 126 tns_filt->stop_band = top;
ixheaacd_channel.c     [all...]
  /external/aac/libFDK/src/
FDK_qmf_domain.cpp 606 const int start_band, const int stop_band,
628 FDK_ASSERT(stop_band <= gc->nQmfProcBands);
644 for (; b < fMin(lsb, stop_band); b++) {
647 for (; b < fMin(usb, stop_band); b++) {
650 for (; b < stop_band; b++) {
655 for (; b < fMin(lsb, stop_band); b++) {
659 for (; b < fMin(usb, stop_band); b++) {
663 for (; b < stop_band; b++) {
    [all...]
  /external/aac/libFDK/include/
FDK_qmf_domain.h 321 * \param stop_band Stop index of QMF band to be obtained.
329 const int start_band, const int stop_band,
  /external/aac/libSBRenc/src/
tran_det.cpp 555 int stop_band, int tran_off, int addPrevSamples) {
590 for (i = start_band; i < stop_band; i++) {
    [all...]

Completed in 1119 milliseconds