Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp386 #define SQRT_BITS_MASK 0x7f macro
445 reg1 = invSqrtTab[ (INT)(val>>(DFRACT_BITS-1-(SQRT_BITS+1))) & SQRT_BITS_MASK ]; in invSqrtNorm2()