Home
last modified time | relevance | path

Searched refs:acorr (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/src/
DFDK_lpc.cpp431 void CLpc_AutoToParcor(FIXP_DBL acorr[], const int acorr_e, in CLpc_AutoToParcor() argument
438 FIXP_DBL autoCorr_0 = acorr[0]; in CLpc_AutoToParcor()
450 FDKmemcpy(workBuffer, acorr + 1, numOfCoeff * sizeof(FIXP_DBL)); in CLpc_AutoToParcor()
458 if (acorr[0] < tmp) break; in CLpc_AutoToParcor()
461 tmp = (FIXP_DBL)((LONG)schur_div(tmp, acorr[0], FRACT_BITS) ^ (~sign)); in CLpc_AutoToParcor()
466 FIXP_DBL accu1 = fMult(tmp, acorr[j]); in CLpc_AutoToParcor()
469 acorr[j] += accu2; in CLpc_AutoToParcor()
472 if (acorr[0] == (FIXP_DBL)0) break; in CLpc_AutoToParcor()
478 if (acorr[0] > (FIXP_DBL)0) { in CLpc_AutoToParcor()
480 *pPredictionGain_m = fDivNormSigned(autoCorr_0, acorr[0], &scale); in CLpc_AutoToParcor()
/external/speex/libspeexdsp/
Decho_diagnostic.m22 acorr = real(ifft(fft(play).*conj(fft(play)))); variable
63 acorr(1) = .001+1.00001*acorr(1);
64 AtA = toeplitz(acorr(1:tail_length));
/external/aac/libFDK/include/
DFDK_lpc.h214 void CLpc_AutoToParcor(FIXP_DBL acorr[], const int acorr_e,