Home
last modified time | relevance | path

Searched refs:celt_rcp (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dmathops.h88 #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))
Dmathops.c77 rcp = ROUND16(celt_rcp(ROUND16(b,16)),3); in frac_div32()
180 opus_val32 celt_rcp(opus_val32 x) in celt_rcp() function
Dvq.c221 rcp = EXTRACT16(MULT16_32_Q16(K-1, celt_rcp(sum))); in alg_quant()
Dbands.c143 g = EXTRACT16(celt_rcp(SHL32(E,3))); in normalise_bands()
Dcelt_encoder.c1893 alpha = celt_rcp(SHL32(EXTEND32(st->vbr_count+20),16)); in celt_encode_with_ec()
/external/libopus/celt/tests/
Dtest_unit_mathops.c66 val = celt_rcp(i); in testdiv()