Searched refs:corr2 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 121 corr0, corr1, corr2, corr3, corr4, corr5, corr6, corr7, in jsimd_quantize_altivec() local 173 corr2 = vec_ld(DCTSIZE2 * 2 + 32, divisors); in jsimd_quantize_altivec() 182 row2 = vec_add(row2, corr2); in jsimd_quantize_altivec()
|
/external/speex/libspeexdsp/ |
D | echo_diagnostic.m | 41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end))))); variable 47 [a,b2] = max(corr2);
|