OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corr0
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
filters.c
671
spx_word32_t
corr0
, corr1;
local
738
corr0
= inner_prod(iexc,exc,nsf);
739
if (
corr0
<0)
740
corr0
=0;
751
if (
corr0
> MULT16_16(iexc0_mag,exc_mag))
754
pgain1 = PDIV32_16(SHL32(PDIV32(
corr0
, exc_mag),14),iexc0_mag);
Completed in 24 milliseconds