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

  /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 126 g = MULT16_16_P15(celt_rsqrt_norm(t),gain);
366 g = MULT16_16_P15(celt_rsqrt_norm(t),gain);
pitch.c 447 g = g0 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
483 g1 = VSHR32(MULT16_32_Q15(celt_rsqrt_norm(t), xy),sh+1);
bands.c 285 sqrt_1 = celt_rsqrt_norm(t);
422 lgain = celt_rsqrt_norm(t);
424 rgain = celt_rsqrt_norm(t);
    [all...]

Completed in 257 milliseconds