Home
last modified time | relevance | path

Searched refs:stop_freq (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_freq_sca.c183 ixheaacd_calc_stop_band(WORD32 fs, const WORD32 stop_freq, FLOAT32 upsamp_fac) { in ixheaacd_calc_stop_band() argument
226 for (i = 0; i < stop_freq; i++) { in ixheaacd_calc_stop_band()
234 const WORD32 stop_freq, in ixheaacd_calc_k0_k2_bands() argument
274 if (stop_freq < 14) { in ixheaacd_calc_k0_k2_bands()
275 *ptr_k2 = ixheaacd_calc_stop_band(samp_freq, stop_freq, upsamp_fac); in ixheaacd_calc_k0_k2_bands()
276 } else if (stop_freq == 14) { in ixheaacd_calc_k0_k2_bands()
314 ptr_header_data->stop_freq, upsamp_fac, in ixheaacd_calc_master_frq_bnd_tbl()
Dixheaacd_env_extr_part.h64 WORD16 stop_freq; member
Dixheaacd_env_extr.c364 pstr_sbr_header->stop_freq = in ixheaacd_sbr_read_header_data()
418 pstr_sbr_header->stop_freq = pstr_sbr_dflt_header->stop_freq; in ixheaacd_sbr_read_header_data()
435 pstr_sbr_header->stop_freq = in ixheaacd_sbr_read_header_data()
484 (prev_header_info.stop_freq != pstr_sbr_header->stop_freq) || in ixheaacd_sbr_read_header_data()
Dixheaacd_sbrdec_initfuncs.c690 ptr_sbr_dflt_header->stop_freq = ptr_usac_dflt_header->stop_freq; in ixheaacd_init_sbr()
Dixheaacd_create.c651 usac_def_header.stop_freq = ptr_usac_sbr_config->dflt_stop_freq; in ixheaacd_decode_create()
Dixheaacd_headerdecode.c426 sbr_header_data->stop_freq = (tmp & 0x780) >> 7; in ixheaacd_get_ld_sbr_header()
/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp117 static INT getStopFreq(INT fsCore, const INT stop_freq);
265 static INT getStopFreq(INT fsCore, const INT stop_freq) { in getStopFreq() argument
345 for (i = 0; i < stop_freq; i++) { in getStopFreq()
Dsbrenc_freq_sca.h128 const INT stop_freq, INT *k0, INT *k2);