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

  /external/libopus/celt/mips/
vq_mipsr1.h 114 g = MULT16_16_P15(celt_rsqrt_norm(t),gain);
  /external/libopus/celt/
mathops.h 86 #define celt_rsqrt_norm(x) (celt_rsqrt(x)) macro
162 opus_val16 celt_rsqrt_norm(opus_val32 x);
mathops.c 90 opus_val16 celt_rsqrt_norm(opus_val32 x) function
vq.c 131 g = MULT16_16_P15(celt_rsqrt_norm(t),gain);
364 g = MULT16_16_P15(celt_rsqrt_norm(t),gain);
bands.c 295 sqrt_1 = celt_rsqrt_norm(t);
431 lgain = celt_rsqrt_norm(t);
433 rgain = celt_rsqrt_norm(t);
    [all...]
pitch.c 438 den = celt_rsqrt_norm(x2y2);

Completed in 115 milliseconds