Home
last modified time | relevance | path

Searched refs:VERY_SMALL (Results 1 – 8 of 8) 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/libspeex/
Darch.h112 #define VERY_SMALL 0 macro
153 #define VERY_SMALL 1e-15f macro
Dnb_celp.c551 st->exc[i]=st->sw[i]=VERY_SMALL; in nb_encode()
723 syn_resp[i]=VERY_SMALL; in nb_encode()
729 ringing[i] = VERY_SMALL; in nb_encode()
1049 pitch_gain = MULT16_16_Q15(fact,pitch_gain) + VERY_SMALL; in nb_decode_lost()
1064 st->exc[i]= MULT16_16_Q15(pitch_gain, (st->exc[i-pitch_val]+VERY_SMALL)) + in nb_decode_lost()
Dsb_celp.c516 high[i]=VERY_SMALL; in sb_encode()
668 res[i]=VERY_SMALL; in sb_encode()
949 out[st->frame_size+i]=VERY_SMALL; in sb_decode()
Dfilters.c420 y[i] = VERY_SMALL; in compute_impulse_response()
/external/libopus/celt/
Darch.h122 #define VERY_SMALL 0 macro
189 #define VERY_SMALL 1e-30f macro
Dcelt_decoder.c205 tmp0 = x0[j] + VERY_SMALL + m0; in deemphasis_stereo_simple()
206 tmp1 = x1[j] + VERY_SMALL + m1; in deemphasis_stereo_simple()
258 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
272 celt_sig tmp = x[j] + VERY_SMALL + m; in deemphasis()
284 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
293 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()
429 m0 = coef*x0 + VERY_SMALL + coef2*m0; in dc_reject()
430 m2 = coef*x1 + VERY_SMALL + coef2*m2; in dc_reject()
434 m1 = coef*tmp0 + VERY_SMALL + coef2*m1; in dc_reject()
435 m3 = coef*tmp1 + VERY_SMALL + coef2*m3; in dc_reject()
453 m0 = coef*x + VERY_SMALL + coef2*m0; in dc_reject()
456 m1 = coef*tmp + VERY_SMALL + coef2*m1; in dc_reject()