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

  /external/libopus/celt/
arch.h 122 #define VERY_SMALL 0
189 #define VERY_SMALL 1e-30f
celt_decoder.c 204 /* Add VERY_SMALL to x[] first to reduce dependency chain. */
205 tmp0 = x0[j] + VERY_SMALL + m0;
206 tmp1 = x1[j] + VERY_SMALL + m1;
258 celt_sig tmp = x[j] + m + VERY_SMALL;
272 celt_sig tmp = x[j] + VERY_SMALL + m;
284 celt_sig tmp = x[j] + m + VERY_SMALL;
293 celt_sig tmp = x[j] + VERY_SMALL + m;
    [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/celt/arm/
pitch_neon_intr.c 228 celt_assert(ABS32(celt_inner_prod_neon_float_c_simulation(x, y, N) - xy) <= VERY_SMALL);
284 celt_assert(ABS32(xy1_c - *xy1) <= VERY_SMALL);
285 celt_assert(ABS32(xy2_c - *xy2) <= VERY_SMALL);
  /external/libopus/src/
opus_encoder.c 337 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL;
429 m0 = coef*x0 + VERY_SMALL + coef2*m0;
430 m2 = coef*x1 + VERY_SMALL + coef2*m2;
434 m1 = coef*tmp0 + VERY_SMALL + coef2*m1;
435 m3 = coef*tmp1 + VERY_SMALL + coef2*m3;
453 m0 = coef*x + VERY_SMALL + coef2*m0;
456 m1 = coef*tmp + VERY_SMALL + coef2*m1;
    [all...]

Completed in 117 milliseconds