Searched refs:A1_exp (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 544 const INT A1_exp, const FIXP_LPC *A2, in lpc2mdctAndNoiseShaping() argument 601 int A1_exp_fix = fMax(3, A1_exp + 2); in lpc2mdctAndNoiseShaping() 619 scaleValues(&tmp1[2], (2 * M_LP_FILTER_ORDER), (A1_exp - A1_exp_fix)); in lpc2mdctAndNoiseShaping() 871 const FIXP_LPC A1[M_LP_FILTER_ORDER], const INT A1_exp, in CLpd_FdnsDecode() argument 889 lpc2mdctAndNoiseShaping(r, pScale, lg, fdns_npts, A1, A1_exp, A2, A2_exp); in CLpd_FdnsDecode()
|