Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/celt/
Darch.h103 #define VERY_SMALL 0 macro
144 #define VERY_SMALL 1e-30f macro
Dcelt_decoder.c239 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
/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/chromium_org/third_party/opus/src/src/
Dopus_encoder.c349 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL; in silk_biquad_float()
432 hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) + VERY_SMALL; in dc_reject()
435 hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) + VERY_SMALL; in dc_reject()