Searched refs:celt_assert2 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | vq.c | 233 celt_assert2(pulsesLeft>=0, "Allocated too many pulses in the quick pass"); in op_pvq_search_c() 238 celt_assert2(pulsesLeft<=N+3, "Not enough pulses in the quick pass"); in op_pvq_search_c() 334 celt_assert2(K>0, "alg_quant() needs at least one pulse"); in alg_quant() 335 celt_assert2(N>1, "alg_quant() needs at least two dimensions"); in alg_quant() 367 celt_assert2(K>0, "alg_unquant() needs at least one pulse"); in alg_unquant() 368 celt_assert2(N>1, "alg_unquant() needs at least two dimensions"); in alg_unquant()
|
D | arch.h | 72 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" messa… macro 75 #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 | 182 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()
|
/external/libopus/celt/x86/ |
D | vq_sse2.c | 138 celt_assert2(pulsesLeft>=0, "Allocated too many pulses in the quick pass"); in op_pvq_search_sse2()
|