Home
last modified time | relevance | path

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

/external/libopus/celt/
Darch.h127 #define celt_isnan(x) 0 macro
190 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function
200 #define celt_isnan(x) ((x)!=(x)) macro
Dcelt_encoder.c369 celt_assert(!celt_isnan(tmp[0])); in transient_analysis()
370 celt_assert(!celt_isnan(norm)); in transient_analysis()
1729 celt_assert(!celt_isnan(freq[0]) && (C==1 || !celt_isnan(freq[N]))); in celt_encode_with_ec()
/external/libopus/src/
Dmlp.c51 if (celt_isnan(x)) in tansig_approx()
Danalysis.c524 if (celt_isnan(out[0].r)) in tonality_analysis()
624 if (!(E<1e9f) || celt_isnan(E)) in tonality_analysis()
Dopus_encoder.c683 if (!(xx < 1e9f) || celt_isnan(xx) || !(yy < 1e9f) || celt_isnan(yy)) in compute_stereo_width()
1657 if (!(sum < 1e9f) || celt_isnan(sum)) in opus_encode_native()
Dopus_multistream_encoder.c276 if (!(sum < 1e18f) || celt_isnan(sum)) in surround_analysis()