Searched refs:workBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c66 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff);
716 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff) { argument
725 num = workBuffer[0];
726 temp = workBuffer[numOfCoeff];
729 workBuffer[i + numOfCoeff] = workBuffer[i + 1];
731 workBuffer[i + numOfCoeff] = temp;
737 if (workBuffer[0] < L_abs(workBuffer[i + numOfCoeff])) {
740 shift = norm_l(workBuffer[
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h96 LVM_INT16 *workBuffer; member in struct:BundledEffectContext
H A DEffectBundle.cpp296 pContext->pBundledContext->workBuffer = NULL;
464 if (pContext->pBundledContext->workBuffer != NULL) {
465 free(pContext->pBundledContext->workBuffer);
756 if (pContext->pBundledContext->workBuffer != NULL) {
757 free(pContext->pBundledContext->workBuffer);
759 pContext->pBundledContext->workBuffer =
763 pOutTmp = pContext->pBundledContext->workBuffer;

Completed in 291 milliseconds