Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.h118 #define celt_rsqrt_norm(x) (celt_rsqrt(x)) macro
194 opus_val16 celt_rsqrt_norm(opus_val32 x);
Dvq.c135 g = MULT16_16_P15(celt_rsqrt_norm(t),gain); in normalise_residual()
398 g = MULT16_16_P15(celt_rsqrt_norm(t),gain); in renormalise_vector()
Dmathops.c91 opus_val16 celt_rsqrt_norm(opus_val32 x) in celt_rsqrt_norm() function
Dpitch.c418 den = celt_rsqrt_norm(x2y2); in compute_pitch_gain()
Dbands.c296 sqrt_1 = celt_rsqrt_norm(t); in anti_collapse()
456 lgain = celt_rsqrt_norm(t); in stereo_merge()
458 rgain = celt_rsqrt_norm(t); in stereo_merge()
/external/libopus/celt/mips/
Dvq_mipsr1.h105 g = MULT16_16_P15(celt_rsqrt_norm(t),gain); in renormalise_vector()
/external/rnnoise/src/
Dpitch.c410 den = celt_rsqrt_norm(x2y2); in compute_pitch_gain()