Home
last modified time | relevance | path

Searched defs:stop_freq (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_freq_scaling.c102 static WORD32 ixheaace_get_stop_freq_4_1(WORD32 fs, WORD32 stop_freq) { in ixheaace_get_stop_freq_4_1()
226 static WORD32 ixheaace_get_stop_freq(WORD32 fs, WORD32 stop_freq) { in ixheaace_get_stop_freq()
283 static WORD32 ixheaace_get_usac_stop_freq(WORD32 fs, WORD32 stop_freq) in ixheaace_get_usac_stop_freq()
403 const WORD32 start_freq, const WORD32 stop_freq, in ixheaace_find_start_and_stop_band()
H A Dixheaace_sbr_main.h64 WORD32 stop_freq; member
H A Dixheaace_sbr_rom.h90 WORD32 stop_freq; member
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_freq_sca.c183 ixheaacd_calc_stop_band(WORD32 fs, const WORD32 stop_freq, FLOAT32 upsamp_fac) { in ixheaacd_calc_stop_band()
234 const WORD32 stop_freq, in ixheaacd_calc_k0_k2_bands()
H A Dixheaacd_env_extr_part.h64 WORD16 stop_freq; member
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp265 static INT getStopFreq(INT fsCore, const INT stop_freq) { in getStopFreq()