HomeSort by relevance Sort by last modified time
    Searched defs:celt_exp2_frac (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
mathops.h 195 static OPUS_INLINE opus_val32 celt_exp2_frac(opus_val16 x) function
211 frac = celt_exp2_frac(x-SHL16(integer,10));
  /external/libopus/celt/
mathops.h 195 static OPUS_INLINE opus_val32 celt_exp2_frac(opus_val16 x) function
211 frac = celt_exp2_frac(x-SHL16(integer,10));

Completed in 1365 milliseconds