Home
last modified time | relevance | path

Searched refs:isqrt32 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dmathops.c42 unsigned isqrt32(opus_uint32 _val){ in isqrt32() function
Dmathops.h44 unsigned isqrt32(opus_uint32 _val);
Dbands.c767 itheta = (isqrt32(8*(opus_uint32)fm + 1) - 1)>>1; in compute_theta()
774 - isqrt32(8*(opus_uint32)(ft - fm - 1) + 1))>>1; in compute_theta()