Searched refs:celt_assert2 (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/ |
D | vq.c | 179 celt_assert2(K>0, "alg_quant() needs at least one pulse"); in alg_quant() 180 celt_assert2(N>1, "alg_quant() needs at least two dimensions"); in alg_quant() 243 celt_assert2(pulsesLeft>=1, "Allocated too many pulses in the quick pass"); in alg_quant() 248 celt_assert2(pulsesLeft<=N+3, "Not enough pulses in the quick pass"); in alg_quant() 337 celt_assert2(K>0, "alg_unquant() needs at least one pulse"); in alg_unquant() 338 celt_assert2(N>1, "alg_unquant() needs at least two dimensions"); in alg_unquant()
|
D | arch.h | 64 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" messa… macro 67 #define celt_assert2(cond, message) macro
|
D | mathops.c | 185 celt_assert2(x>0, "celt_rcp() only defined for positive values"); in celt_rcp()
|
D | mathops.h | 150 celt_assert2(x>0, "celt_ilog2() only defined for strictly positive numbers"); in celt_ilog2()
|
D | kiss_fft.c | 580 celt_assert2 (fin != fout, "In-place FFT not supported"); in opus_fft_c() 595 celt_assert2 (fin != fout, "In-place FFT not supported"); in opus_ifft_c()
|