Home
last modified time | relevance | path

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

/external/libopus/celt/
Darch.h51 #define celt_fatal(str) _celt_fatal(str, __FILE__, __LINE__);
58 static OPUS_INLINE void _celt_fatal(const char *str, const char *file, int line) in _celt_fatal() function