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

  /external/libopus/celt/
bands.c 75 x2 = (32767-x2) + FRAC_MUL16(x2, (-7651 + FRAC_MUL16(x2, (8277 + FRAC_MUL16(-626, x2)))));
89 +FRAC_MUL16(isin, FRAC_MUL16(isin, -2597) + 7932)
90 -FRAC_MUL16(icos, FRAC_MUL16(icos, -2597) + 7932);
824 delta = FRAC_MUL16((N-1)<<7,bitexact_log2tan(iside,imid));
    [all...]
mathops.h 42 #define FRAC_MUL16(a,b) ((16384+((opus_int32)(opus_int16)(a)*(opus_int16)(b)))>>15)

Completed in 451 milliseconds