Home
last modified time | relevance | path

Searched refs:celt_sig_assert (Results 1 – 11 of 11) sorted by relevance

/external/libopus/celt/
Dentcode.h125 celt_sig_assert(d>0); in celt_udiv()
141 celt_sig_assert(d>0); in celt_sudiv()
Darch.h90 #define celt_sig_assert(cond) {if (!(cond)) {CELT_FATAL("signal assertion failed: " #cond);}} macro
92 #define celt_sig_assert(cond) macro
Dvq.c233 celt_sig_assert(pulsesLeft>=0); in op_pvq_search_c()
238 celt_sig_assert(pulsesLeft<=N+3); in op_pvq_search_c()
Dmathops.c186 celt_sig_assert(x>0); in celt_rcp()
Dmathops.h182 celt_sig_assert(x>0); in celt_ilog2()
Dcwrs.c485 celt_sig_assert(p>q); in cwrsi()
Dpitch.c252 celt_sig_assert((((unsigned char *)_x-(unsigned char *)NULL)&3)==0); in celt_pitch_xcorr_c()
Dbands.c73 celt_sig_assert(tmp<=32767); in bitexact_cos()
76 celt_sig_assert(x2<=32766); in bitexact_cos()
285 celt_sig_assert(pulses[i]>=0); in anti_collapse()
Dquant_bands.c460 celt_sig_assert(c<2); in unquant_coarse_energy()
/external/libopus/celt/arm/
Dcelt_neon_intr.c199 celt_sig_assert((((unsigned char *)_x-(unsigned char *)NULL)&3)==0); in celt_pitch_xcorr_float_neon()
/external/libopus/celt/x86/
Dvq_sse2.c138 celt_sig_assert(pulsesLeft>=0); in op_pvq_search_sse2()