Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixpoint_math.h269 USHORT nfrac = 0xffff ^ frac; in sqrtFixp_lookup() local
270 UINT t = (UINT)nfrac * sqrt_tab[idx] + (UINT)frac * sqrt_tab[idx + 1]; in sqrtFixp_lookup()
296 USHORT nfrac = 0xffff ^ frac; in sqrtFixp_lookup() local
297 UINT t = (UINT)nfrac * sqrt_tab[idx] + (UINT)frac * sqrt_tab[idx + 1]; in sqrtFixp_lookup()