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

  /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));
bands.c 239 g = celt_exp2_frac(lg&((1<<DB_SHIFT)-1));
    [all...]

Completed in 2578 milliseconds