HomeSort by relevance Sort by last modified time
    Searched refs:VERY_SMALL (Results 1 - 7 of 7) sorted by null

  /external/libopus/celt/
arch.h 104 #define VERY_SMALL 0
145 #define VERY_SMALL 1e-30f
celt_decoder.c 216 celt_sig tmp = x[j] + m + VERY_SMALL;
230 celt_sig tmp = x[j] + m + VERY_SMALL;
239 celt_sig tmp = x[j] + m + VERY_SMALL;
    [all...]
  /external/speex/libspeex/
arch.h 112 #define VERY_SMALL 0
153 #define VERY_SMALL 1e-15f
nb_celp.c 551 st->exc[i]=st->sw[i]=VERY_SMALL;
723 syn_resp[i]=VERY_SMALL;
729 ringing[i] = VERY_SMALL;
    [all...]
sb_celp.c 516 high[i]=VERY_SMALL;
668 res[i]=VERY_SMALL;
949 out[st->frame_size+i]=VERY_SMALL;
    [all...]
filters.c 420 y[i] = VERY_SMALL;
  /external/libopus/src/
opus_encoder.c 312 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL;
395 hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) + VERY_SMALL;
398 hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) + VERY_SMALL;
    [all...]

Completed in 95 milliseconds