OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isqrt32
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
mathops.c
42
unsigned
isqrt32
(opus_uint32 _val){
function
mathops.h
44
unsigned
isqrt32
(opus_uint32 _val);
cwrs.c
410
_k=_i>0?(
isqrt32
(2*_i-1)+1)>>1:0;
bands.c
844
itheta = (
isqrt32
(8*(opus_uint32)fm + 1) - 1)>>1;
851
-
isqrt32
(8*(opus_uint32)(ft - fm - 1) + 1))>>1;
[
all
...]
Completed in 299 milliseconds