Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dtranscendent.h350 SCHAR *exponent, const SCHAR *destScale) { in FDK_sqrt_MantExp() argument
361 if (exponent == destScale) { in FDK_sqrt_MantExp()
365 int shift = result_e - *destScale; in FDK_sqrt_MantExp()
368 *exponent = *destScale; in FDK_sqrt_MantExp()