HomeSort by relevance Sort by last modified time
    Searched refs:celt_rsqrt (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
mathops.h 85 #define celt_rsqrt(x) (1.f/celt_sqrt(x)) macro
86 #define celt_rsqrt_norm(x) (celt_rsqrt(x))
bands.c 289 sqrt_1 = celt_rsqrt(N0<<LM);
    [all...]

Completed in 710 milliseconds