Home
last modified time | relevance | path

Searched refs:stop_band (Results 1 – 12 of 12) sorted by relevance

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp606 const int start_band, const int stop_band, in FDK_QmfDomain_GetSlot() argument
628 FDK_ASSERT(stop_band <= gc->nQmfProcBands); in FDK_QmfDomain_GetSlot()
644 for (; b < fMin(lsb, stop_band); b++) { in FDK_QmfDomain_GetSlot()
647 for (; b < fMin(usb, stop_band); b++) { in FDK_QmfDomain_GetSlot()
650 for (; b < stop_band; b++) { in FDK_QmfDomain_GetSlot()
655 for (; b < fMin(lsb, stop_band); b++) { in FDK_QmfDomain_GetSlot()
659 for (; b < fMin(usb, stop_band); b++) { in FDK_QmfDomain_GetSlot()
663 for (; b < stop_band; b++) { in FDK_QmfDomain_GetSlot()
/external/libxaac/decoder/
Dixheaacd_tns_usac.h30 WORD32 stop_band; member
Dixheaacd_common_rom.h40 WORD32 stop_band[10][16]; member
Dixheaacd_sbrdecoder.c137 WORD32 stop_band; in ixheaacd_sbr_dec_reset() local
142 stop_band = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_dec_reset()
145 for (k = start_band; k < stop_band; k++) { in ixheaacd_sbr_dec_reset()
151 for (k = start_band; k < stop_band; k++) { in ixheaacd_sbr_dec_reset()
Dixheaacd_env_calc.c242 WORD32 stop_band = 0; in ixheaacd_noiselimiting() local
249 stop_band = (pstr_freq_band_data->freq_band_tbl_lim[c + 1] - skip_bands); in ixheaacd_noiselimiting()
252 if ((start_band < stop_band)) { in ixheaacd_noiselimiting()
253 ixheaacd_avggain_calc(ptr_enrg_orig, nrg_est, start_band, stop_band, in ixheaacd_noiselimiting()
274 for (k = stop_band - start_band; k != 0; k--) { in ixheaacd_noiselimiting()
315 for (k = stop_band - start_band; k != 0; k--) { in ixheaacd_noiselimiting()
390 for (k = stop_band - start_band; k != 0; k--) { in ixheaacd_noiselimiting()
Dixheaacd_channelinfo.h74 WORD16 stop_band; member
Dixheaacd_tns.c223 stop = filt->stop_band; in ixheaacd_tns_apply()
Dixheaacd_pns_js_thumb.c332 stop = ixheaacd_min32(ixheaacd_min32(filter->stop_band, tns_max_bands), in ixheaacd_aac_tns_process()
Dixheaacd_spectrum_dec.c126 tns_filt->stop_band = top; in ixheaacd_read_tns_u()
Dixheaacd_channel.c965 filter->stop_band = top; in ixheaacd_read_tns_data()
/external/aac/libFDK/include/
DFDK_qmf_domain.h329 const int start_band, const int stop_band,
/external/aac/libSBRenc/src/
Dtran_det.cpp555 int stop_band, int tran_off, int addPrevSamples) { in extractTransientCandidates() argument
590 for (i = start_band; i < stop_band; i++) { in extractTransientCandidates()