HomeSort by relevance Sort by last modified time
    Searched refs:workBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 66 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff);
712 * ptr. to workbuffer (required size: 2*order)
716 static Word16 AutoToParcor(Word32 workBuffer[], Word32 reflCoeff[], Word16 numOfCoeff) {
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]))
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 96 LVM_INT16 *workBuffer;
EffectBundle.cpp 261 pContext->pBundledContext->workBuffer = NULL;
429 if (pContext->pBundledContext->workBuffer != NULL) {
430 free(pContext->pBundledContext->workBuffer);
721 if (pContext->pBundledContext->workBuffer != NULL) {
722 free(pContext->pBundledContext->workBuffer);
724 pContext->pBundledContext->workBuffer =
728 pOutTmp = pContext->pBundledContext->workBuffer;
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 231 FIXP_DBL *RESTRICT workBuffer
    [all...]

Completed in 83 milliseconds