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 281 if (celt_isnan(out[0].r))
361 if (!(E<1e9f) || celt_isnan(E))
opus_multistream_encoder.c 280 if (!(sum < 1e9f) || celt_isnan(sum))
    [all...]
opus_encoder.c     [all...]
  /external/libopus/celt/
arch.h 158 static OPUS_INLINE int celt_isnan(float x) function
168 #define celt_isnan(x) ((x)!=(x)) macro

Completed in 173 milliseconds