Home
last modified time | relevance | path

Searched refs:VERY_SMALL (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/arm/
Dpitch_neon_intr.c228 celt_assert(ABS32(celt_inner_prod_neon_float_c_simulation(x, y, N) - xy) <= VERY_SMALL); in celt_inner_prod_neon()
284 celt_assert(ABS32(xy1_c - *xy1) <= VERY_SMALL); in dual_inner_prod_neon()
285 celt_assert(ABS32(xy2_c - *xy2) <= VERY_SMALL); in dual_inner_prod_neon()
/external/speex/libspeexdsp/
Darch.h104 #define VERY_SMALL 0 macro
145 #define VERY_SMALL 1e-15f macro
/external/libopus/celt/
Darch.h141 #define VERY_SMALL 0 macro
208 #define VERY_SMALL 1e-30f macro
Dcelt_decoder.c245 tmp0 = x0[j] + VERY_SMALL + m0; in deemphasis_stereo_simple()
246 tmp1 = x1[j] + VERY_SMALL + m1; in deemphasis_stereo_simple()
298 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
312 celt_sig tmp = x[j] + VERY_SMALL + m; in deemphasis()
324 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
333 celt_sig tmp = x[j] + VERY_SMALL + m; in deemphasis()
/external/libopus/src/
Dopus_encoder.c337 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL; in silk_biquad_float()
422 m0 = coef*x0 + VERY_SMALL + coef2*m0; in dc_reject()
423 m2 = coef*x1 + VERY_SMALL + coef2*m2; in dc_reject()
437 m0 = coef*x + VERY_SMALL + coef2*m0; in dc_reject()