/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Process.c | 70 LVM_FLOAT *pScratch; in LVEQNB_Process() local 85 pScratch = (LVM_FLOAT *)pInstance->pFastTemporary; in LVEQNB_Process() 102 pScratch, /* Destination */ in LVEQNB_Process() 130 (LVM_FLOAT *)pScratch, in LVEQNB_Process() 131 (LVM_FLOAT *)pScratch, in LVEQNB_Process() 145 (LVM_FLOAT *)pScratch, in LVEQNB_Process() 147 (LVM_FLOAT *)pScratch, in LVEQNB_Process() 149 Copy_Float((LVM_FLOAT*)pScratch, /* Source */ in LVEQNB_Process() 154 Copy_Float(pScratch, /* Source */ in LVEQNB_Process() 184 LVM_INT32 *pScratch; in LVEQNB_Process() local [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Process.c | 79 LVM_INT32 *pScratch = in LVDBE_Process() local 85 LVM_INT16 *pScratchVol = (LVM_INT16 *) (&pScratch[NumSamples]); in LVDBE_Process() 88 pMono = &pScratch[2 * NumSamples]; in LVDBE_Process() 112 pScratch, /* Dest. 32-bit data */ in LVDBE_Process() 121 (LVM_INT32 *) pScratch, /* Source */ in LVDBE_Process() 122 (LVM_INT32 *) pScratch, /* Destination */ in LVDBE_Process() 129 From2iToMono_32(pScratch, /* Stereo source */ in LVDBE_Process() 145 pScratch, /* Stereo source */ in LVDBE_Process() 147 pScratch, /* Stereo destination */ in LVDBE_Process() 154 Int32RShiftToInt16_Sat_32x16(pScratch, /* Source 32-bit data */ in LVDBE_Process() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Process.c | 54 LVM_FLOAT *pScratch; in LVPSA_Process() local 73 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress; in LVPSA_Process() 89 Copy_Float(pLVPSA_InputSamples, pScratch, (LVM_INT16)InputBlockSize); in LVPSA_Process() 90 Shift_Sat_Float(-1, pScratch, pScratch, (LVM_INT16)InputBlockSize); in LVPSA_Process() 98 pScratch, in LVPSA_Process() 99 pScratch + InputBlockSize, in LVPSA_Process() 105 pScratch, in LVPSA_Process() 106 pScratch + InputBlockSize, in LVPSA_Process() 115 pScratch + InputBlockSize, in LVPSA_Process() 143 LVM_INT16 *pScratch; in LVPSA_Process() local [all …]
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_StereoEnhancer.c | 286 LVM_FLOAT *pScratch; in LVCS_StereoEnhancer() local 291 pScratch = (LVM_FLOAT *) \ in LVCS_StereoEnhancer() 302 pScratch, in LVCS_StereoEnhancer() 303 pScratch + NumSamples, in LVCS_StereoEnhancer() 313 (LVM_FLOAT *)pScratch, in LVCS_StereoEnhancer() 314 (LVM_FLOAT *)pScratch, in LVCS_StereoEnhancer() 319 Mult3s_Float(pScratch, /* Source */ in LVCS_StereoEnhancer() 321 pScratch, /* Destination */ in LVCS_StereoEnhancer() 333 (LVM_FLOAT *)(pScratch + NumSamples), in LVCS_StereoEnhancer() 334 (LVM_FLOAT *)(pScratch + NumSamples), in LVCS_StereoEnhancer() [all …]
|
D | LVCS_ReverbGenerator.c | 283 LVM_FLOAT *pScratch; in LVCS_ReverbGenerator() local 288 pScratch = (LVM_FLOAT *)\ in LVCS_ReverbGenerator() 325 (LVM_FLOAT *)pScratch, /* Destination */ in LVCS_ReverbGenerator() 332 (LVM_FLOAT *)pScratch, in LVCS_ReverbGenerator() 333 (LVM_FLOAT *)pScratch, in LVCS_ReverbGenerator() 336 Mult3s_Float( (LVM_FLOAT *)pScratch, in LVCS_ReverbGenerator() 338 (LVM_FLOAT *)pScratch, in LVCS_ReverbGenerator() 345 DelayMix_Float((LVM_FLOAT *)pScratch, in LVCS_ReverbGenerator() 367 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEM… in LVCS_ReverbGenerator() local 402 (LVM_INT16 *)pScratch, /* Destination */ in LVCS_ReverbGenerator() [all …]
|
D | LVCS_Process.c | 77 LVM_FLOAT *pScratch; in LVCS_Process_CS() local 80 pScratch = (LVM_FLOAT *) \ in LVCS_Process_CS() 89 pInput = pScratch + (2 * NumSamples); in LVCS_Process_CS() 147 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORA… in LVCS_Process_CS() local 156 pInput = pScratch + (2*NumSamples); in LVCS_Process_CS()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Buffers.c | 72 pDest = pBuffer->pScratch; in LVM_BufferManagedIn() 73 *pToProcess = pBuffer->pScratch; in LVM_BufferManagedIn() 74 *pProcessed = pBuffer->pScratch; in LVM_BufferManagedIn() 179 pStart = pBuffer->pScratch; /* Start of the buffer */ in LVM_BufferManagedIn() 217 pDest = pBuffer->pScratch; in LVM_BufferManagedIn() 218 *pToProcess = pBuffer->pScratch; in LVM_BufferManagedIn() 219 *pProcessed = pBuffer->pScratch; in LVM_BufferManagedIn() 320 pStart = pBuffer->pScratch; /* Start of the buffer */ in LVM_BufferManagedIn() 586 … *pToProcess = pBuffer->pScratch; /* Set the address to start processing */ in LVM_BufferOptimisedIn() 587 …*pProcessed = pBuffer->pScratch; /* Process in the output buffer, now inpla… in LVM_BufferOptimisedIn() [all …]
|
D | LVM_Private.h | 144 LVM_FLOAT *pScratch; /* Bundle scratch buffer */ member 160 LVM_INT16 *pScratch; /* Bundle scratch buffer */ member
|
D | LVM_Init.c | 551 …pInstance->pBufferManagement->pScratch = InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAS… in LVM_GetInstanceHandle()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_Process.c | 208 LVM_INT32 *pDelayLineInput = pPrivate->pScratch; in ReverbBlock() 209 LVM_INT32 *pScratch = pPrivate->pScratch; in ReverbBlock() local 454 (LVM_INT16*)pScratch, in ReverbBlock() 459 pScratch, in ReverbBlock() 468 pScratch, in ReverbBlock() 513 LVM_FLOAT *pDelayLineInput = pPrivate->pScratch; in ReverbBlock() 514 LVM_FLOAT *pScratch = pPrivate->pScratch; in ReverbBlock() local 770 pScratch, in ReverbBlock() 775 pScratch, in ReverbBlock() 784 pScratch, in ReverbBlock()
|
D | LVREV_Private.h | 188 LVM_INT32 *pScratch; /* Multi ussge scratch */ member 257 LVM_FLOAT *pScratch; /* Multi ussge scratch */
|
D | LVREV_GetInstanceHandle.c | 282 …pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize… in LVREV_GetInstanceHandle() 287 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_FLOAT) * \ in LVREV_GetInstanceHandle()
|