Searched refs:VERY_SMALL (Results 1 – 5 of 5) sorted by relevance
228 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()
104 #define VERY_SMALL 0 macro145 #define VERY_SMALL 1e-15f macro
141 #define VERY_SMALL 0 macro208 #define VERY_SMALL 1e-30f macro
245 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()
337 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()