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

  /external/libopus/celt/
vq.c 172 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");
arch.h 64 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" message);}} macro
67 #define celt_assert2(cond, message) macro
mathops.c 185 celt_assert2(x>0, "celt_rcp() only defined for positive values");
mathops.h 150 celt_assert2(x>0, "celt_ilog2() only defined for strictly positive numbers");
kiss_fft.c 621 celt_assert2 (fin != fout, "In-place FFT not supported");
679 celt_assert2 (fin != fout, "In-place FFT not supported");
bands.c 198 celt_assert2(C<=2, "denormalise_bands() not implemented for >2 channels");
    [all...]

Completed in 33 milliseconds