Searched refs:corr1 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jquanti-altivec.c | 123 corr0, corr1, corr2, corr3, corr4, corr5, corr6, corr7, in jsimd_quantize_altivec() local 174 corr1 = vec_ld(DCTSIZE2 * 2 + 16, divisors); in jsimd_quantize_altivec() 183 row1 = vec_add(row1, corr1); in jsimd_quantize_altivec()
|
/external/speex/libspeex/ |
D | filters.c | 671 spx_word32_t corr0, corr1; in multicomb() local 741 corr1 = inner_prod(iexc+nsf,exc,nsf); in multicomb() 742 if (corr1<0) in multicomb() 743 corr1=0; in multicomb() 755 if (corr1 > MULT16_16(iexc1_mag,exc_mag)) in multicomb() 758 pgain2 = PDIV32_16(SHL32(PDIV32(corr1, exc_mag),14),iexc1_mag); in multicomb()
|