Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixpoint_math.h823 INT b_norm; in fLog2() local
825 b_norm = fNormz(x_m) - 1; in fLog2()
826 x2_m = x_m << b_norm; in fLog2()
827 x_e = x_e - b_norm; in fLog2()