HomeSort by relevance Sort by last modified time
    Searched refs:isqrt32 (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
mathops.c 42 unsigned isqrt32(opus_uint32 _val){ function
mathops.h 46 unsigned isqrt32(opus_uint32 _val);
bands.c 823 itheta = (isqrt32(8*(opus_uint32)fm + 1) - 1)>>1;
830 - isqrt32(8*(opus_uint32)(ft - fm - 1) + 1))>>1;
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 142 order_plus_one = isqrt32(nb_channels);
    [all...]

Completed in 203 milliseconds