Searched refs:celt_assert2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c172 celt_assert2(K>0, "alg_quant() needs at least one pulse");
173 celt_assert2(N>1, "alg_quant() needs at least two dimensions");
236 celt_assert2(pulsesLeft>=1, "Allocated too many pulses in the quick pass");
241 celt_assert2(pulsesLeft<=N+3, "Not enough pulses in the quick pass");
331 celt_assert2(K>0, "alg_unquant() needs at least one pulse");
332 celt_assert2(N>1, "alg_unquant() needs at least two dimensions");
H A Darch.h63 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" message);}} macro
66 #define celt_assert2(cond, message) macro
H A Dmathops.c185 celt_assert2(x>0, "celt_rcp() only defined for positive values");
H A Dmathops.h150 celt_assert2(x>0, "celt_ilog2() only defined for strictly positive numbers");
H A Dkiss_fft.c621 celt_assert2 (fin != fout, "In-place FFT not supported");
679 celt_assert2 (fin != fout, "In-place FFT not supported");
H A Dbands.c198 celt_assert2(C<=2, "denormalise_bands() not implemented for >2 channels");

Completed in 59 milliseconds