OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isqrt32
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
mathops.c
42
unsigned
isqrt32
(opus_uint32 _val){
function
mathops.h
44
unsigned
isqrt32
(opus_uint32 _val);
bands.c
757
itheta = (
isqrt32
(8*(opus_uint32)fm + 1) - 1)>>1;
764
-
isqrt32
(8*(opus_uint32)(ft - fm - 1) + 1))>>1;
[
all
...]
Completed in 234 milliseconds