Searched refs:stop_freq (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 183 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()
|
D | ixheaacd_env_extr_part.h | 64 WORD16 stop_freq; member
|
D | ixheaacd_env_extr.c | 364 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()
|
D | ixheaacd_sbrdec_initfuncs.c | 690 ptr_sbr_dflt_header->stop_freq = ptr_usac_dflt_header->stop_freq; in ixheaacd_init_sbr()
|
D | ixheaacd_create.c | 651 usac_def_header.stop_freq = ptr_usac_sbr_config->dflt_stop_freq; in ixheaacd_decode_create()
|
D | ixheaacd_headerdecode.c | 426 sbr_header_data->stop_freq = (tmp & 0x780) >> 7; in ixheaacd_get_ld_sbr_header()
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 117 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()
|
D | sbrenc_freq_sca.h | 128 const INT stop_freq, INT *k0, INT *k2);
|