OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corr1
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
filters.c
671
spx_word32_t corr0,
corr1
;
local
741
corr1
= inner_prod(iexc+nsf,exc,nsf);
742
if (
corr1
<0)
743
corr1
=0;
755
if (
corr1
> MULT16_16(iexc1_mag,exc_mag))
758
pgain2 = PDIV32_16(SHL32(PDIV32(
corr1
, exc_mag),14),iexc1_mag);
Completed in 8 milliseconds