Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.c43 unsigned isqrt32(opus_uint32 _val){ in isqrt32() function
Dmathops.h46 unsigned isqrt32(opus_uint32 _val);
Dbands.c823 itheta = (isqrt32(8*(opus_uint32)fm + 1) - 1)>>1; in compute_theta()
830 - isqrt32(8*(opus_uint32)(ft - fm - 1) + 1))>>1; in compute_theta()
/external/libopus/src/
Dopus_projection_encoder.c90 order_plus_one_ = isqrt32(channels); in get_order_plus_one_from_channels()
Dopus_multistream_encoder.c113 order_plus_one = isqrt32(nb_channels); in validate_ambisonics()