OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGC_MUL32
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h
21
#define
AGC_MUL32
(A, B) (((B)>>13)*(A) + ( ((0x00001FFF & (B))*(A)) >> 13 ))
digital_agc.c
533
while (
AGC_MUL32
((env[k] >> 12) + 1, gain32)
Completed in 49 milliseconds