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

  /external/speex/libspeex/
os_support.h 154 #define speex_fatal(str) _speex_fatal(str, __FILE__, __LINE__); macro
155 #define speex_assert(cond) {if (!(cond)) {speex_fatal("assertion failed: " #cond);}}
kiss_fftr.c 88 speex_fatal("kiss fft usage error: improper alloc\n");
142 speex_fatal("kiss fft usage error: improper alloc\n");
181 speex_fatal("kiss fft usage error: improper alloc\n");
267 speex_fatal ("kiss fft usage error: improper alloc\n");
quant_lsp.c 308 speex_fatal("Wideband and Ultra-wideband are disabled");
312 speex_fatal("Wideband and Ultra-wideband are disabled");
sb_celp.c 68 speex_fatal("Wideband and Ultra-wideband are disabled");
73 speex_fatal("Wideband and Ultra-wideband are disabled");
77 speex_fatal("Wideband and Ultra-wideband are disabled");
82 speex_fatal("Wideband and Ultra-wideband are disabled");
87 speex_fatal("Wideband and Ultra-wideband are disabled");
91 speex_fatal("Wideband and Ultra-wideband are disabled");
96 speex_fatal("Wideband and Ultra-wideband are disabled");
101 speex_fatal("Wideband and Ultra-wideband are disabled");
    [all...]
kiss_fft.c 294 speex_fatal("KissFFT: max radix supported is 17");
509 speex_fatal("In-place FFT not supported");
mdf.c 393 speex_fatal("Dump files not open");
418 speex_fatal("Opening dump files twice");
    [all...]

Completed in 101 milliseconds