Searched defs:celt_exp2_frac (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h195 static OPUS_INLINE opus_val32 celt_exp2_frac(opus_val16 x) function
211 frac = celt_exp2_frac(x-SHL16(integer,10));
/external/libopus/celt/
H A Dmathops.h195 static OPUS_INLINE opus_val32 celt_exp2_frac(opus_val16 x) function
211 frac = celt_exp2_frac(x-SHL16(integer,10));

Completed in 30 milliseconds