OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sabs
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
get_scaling_square.c
25
WebRtc_Word16
sabs
;
local
32
sabs
= (*sptr > 0 ? *sptr++ : -*sptr++);
33
smax = (
sabs
> smax ?
sabs
: smax);
Completed in 713 milliseconds