Home
last modified time | relevance | path

Searched refs:FREQ_DIV (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpc_dec.c46 #define FREQ_DIV 400.0f macro
61 w[i] = (FLOAT32)(factor_table[mode] / (FREQ_DIV / sqrt(d[i] * d[i + 1]))); in ixheaacd_lsf_weight_2st_flt()
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp527 #define FREQ_DIV 400.0f macro
553 factor = FL2FXCONST_SGL(2.0f * 60.0f / FREQ_DIV); in lsf_weight_2st()
556 factor = FL2FXCONST_SGL(2.0f * 65.0f / FREQ_DIV); in lsf_weight_2st()
559 factor = FL2FXCONST_SGL(2.0f * 64.0f / FREQ_DIV); in lsf_weight_2st()
562 factor = FL2FXCONST_SGL(2.0f * 63.0f / FREQ_DIV); in lsf_weight_2st()