Home
last modified time | relevance | path

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

/external/libopus/celt/
Dvq.c233 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()
Darch.h72 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" messa… macro
75 #define celt_assert2(cond, message) macro
Dmathops.c185 celt_assert2(x>0, "celt_rcp() only defined for positive values"); in celt_rcp()
Dmathops.h182 celt_assert2(x>0, "celt_ilog2() only defined for strictly positive numbers"); in celt_ilog2()
Dkiss_fft.c580 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/
Dvq_sse2.c138 celt_assert2(pulsesLeft>=0, "Allocated too many pulses in the quick pass"); in op_pvq_search_sse2()