Lines Matching refs:Are
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
26 are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
56 ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
59 You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
99 The coefficients of the prototype filter are specified in #sbr_qmf_64_640 (in sbr_rom.cpp).
101 are used.
203 FIXP_DBL Are = FX_QSS2FX_DBL(sta[0]) + fMultDiv2( p_fltm[0] , real);
206 Are = fMult(Are,qmf->outGain);
210 tmp = (INT_PCM)(SATURATE_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
212 tmp = (INT_PCM)(SATURATE_RIGHT_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
214 if (Are < (FIXP_QMF)0) {
272 FIXP_QMF Are = sta[0] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[4] , real ));
275 tmp = (INT_PCM)(SATURATE_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
277 tmp = (INT_PCM)(SATURATE_RIGHT_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
279 if (Are < (FIXP_QMF)0) {
478 * Only the lower bands are obtained (upto anaQmf->lsb). For
531 * Only the lower bands are obtained (upto anaQmf->lsb). For
620 * Only the lower bands are obtained (upto anaQmf->lsb). For
815 /* The array accesses are negative to compensate the missing minus sign in the low and hi band gain. */
902 * states, the MAC operations are executed directly on the filter states
1079 * Only the lower bands are obtained (upto anaQmf->lsb). For
1107 * Only the lower bands are obtained (upto anaQmf->lsb). For