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

  /external/libopus/celt/
mathops.c 77 rcp = ROUND16(celt_rcp(ROUND16(b,16)),3);
180 opus_val32 celt_rcp(opus_val32 x) function
185 celt_assert2(x>0, "celt_rcp() only defined for positive values");
mathops.h 88 #define celt_rcp(x) (1.f/(x)) macro
215 opus_val32 celt_rcp(opus_val32 x);
217 #define celt_div(a,b) MULT32_32_Q31((opus_val32)(a),celt_rcp(b))

Completed in 56 milliseconds