Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dtns.c68 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff);
690 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff) { in AutoToParcor() argument
699 num = workBuffer[0]; in AutoToParcor()
700 temp = workBuffer[numOfCoeff]; in AutoToParcor()
703 workBuffer[i + numOfCoeff] = workBuffer[i + 1]; in AutoToParcor()
705 workBuffer[i + numOfCoeff] = temp; in AutoToParcor()
711 if (workBuffer[0] < L_abs(workBuffer[i + numOfCoeff])) { in AutoToParcor()
714 shift = norm_l(workBuffer[0]); in AutoToParcor()
715 workBuffer0 = Div_32(1 << shift, workBuffer[0] << shift); in AutoToParcor()
717 refc = L_negate(fixmul(workBuffer[numOfCoeff + i], workBuffer0)); in AutoToParcor()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h98 LVM_INT16 *workBuffer; member
DEffectBundle.cpp266 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()
434 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()
435 free(pContext->pBundledContext->workBuffer); in EffectRelease()
727 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
728 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
730 pContext->pBundledContext->workBuffer = in LvmBundle_process()
734 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()