Home
last modified time | relevance | path

Searched defs:celt_rcp (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dmathops.c181 opus_val32 celt_rcp(opus_val32 x) in celt_rcp() function
Dmathops.h120 #define celt_rcp(x) (1.f/(x)) macro