Searched refs:stop_band (Results 1 – 12 of 12) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_qmf_domain.cpp | 606 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/ |
D | ixheaacd_tns_usac.h | 30 WORD32 stop_band; member
|
D | ixheaacd_common_rom.h | 40 WORD32 stop_band[10][16]; member
|
D | ixheaacd_sbrdecoder.c | 137 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()
|
D | ixheaacd_env_calc.c | 242 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()
|
D | ixheaacd_channelinfo.h | 74 WORD16 stop_band; member
|
D | ixheaacd_tns.c | 223 stop = filt->stop_band; in ixheaacd_tns_apply()
|
D | ixheaacd_pns_js_thumb.c | 332 stop = ixheaacd_min32(ixheaacd_min32(filter->stop_band, tns_max_bands), in ixheaacd_aac_tns_process()
|
D | ixheaacd_spectrum_dec.c | 126 tns_filt->stop_band = top; in ixheaacd_read_tns_u()
|
D | ixheaacd_channel.c | 965 filter->stop_band = top; in ixheaacd_read_tns_data()
|
/external/aac/libFDK/include/ |
D | FDK_qmf_domain.h | 329 const int start_band, const int stop_band,
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 555 int stop_band, int tran_off, int addPrevSamples) { in extractTransientCandidates() argument 590 for (i = start_band; i < stop_band; i++) { in extractTransientCandidates()
|