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

  /external/libopus/src/
mlp.c 80 if (celt_isnan(x))
analysis.c 416 if (celt_isnan(out[0].r))
516 if (!(E<1e9f) || celt_isnan(E))
    [all...]
opus_multistream_encoder.c 307 if (!(sum < 1e18f) || celt_isnan(sum))
    [all...]
opus_encoder.c     [all...]
  /external/libopus/celt/
arch.h 171 static OPUS_INLINE int celt_isnan(float x) function
181 #define celt_isnan(x) ((x)!=(x)) macro

Completed in 3458 milliseconds