HomeSort by relevance Sort by last modified time
    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 36 milliseconds