Home
last modified time | relevance | path

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

/external/libldac/src/
Dquant_ldac.c56 SCALAR maxspec, tmp; in norm_spectrum_ldac() local
63 maxspec = fabs(p_spec[lsp]); in norm_spectrum_ldac()
66 if (maxspec < tmp) { in norm_spectrum_ldac()
67 maxspec = tmp; in norm_spectrum_ldac()
70 idsf = get_scale_factor_id_ldac(maxspec); in norm_spectrum_ldac()
Dquant_fixp_ldac.c66 INT32 maxspec, tmp; in norm_spectrum_ldac() local
73 maxspec = abs(p_spec[lsp]); in norm_spectrum_ldac()
76 if (maxspec < tmp) { in norm_spectrum_ldac()
77 maxspec = tmp; in norm_spectrum_ldac()
80 idsf = get_scale_factor_id_ldac(maxspec); in norm_spectrum_ldac()