Searched refs:pScratch (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Process.c79 LVM_INT32 *pScratch = local
84 /* Scratch for Volume Control starts at offset of 2*NumSamples short values from pScratch */
85 LVM_INT16 *pScratchVol = (LVM_INT16 *) (&pScratch[NumSamples]);
87 /* Scratch for Mono path starts at offset of 2*NumSamples 32-bit values from pScratch */
88 pMono = &pScratch[2 * NumSamples];
112 pScratch, /* Dest. 32-bit data */
121 (LVM_INT32 *) pScratch, /* Source */
122 (LVM_INT32 *) pScratch, /* Destination */
129 From2iToMono_32(pScratch, /* Stereo source */
145 pScratch, /* Stere
196 LVM_FLOAT *pScratch = pScratch_in + 2 * NumSamples; local
[all...]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Process.c70 LVM_FLOAT *pScratch; local
85 pScratch = (LVM_FLOAT *)pInstance->pFastTemporary;
102 pScratch, /* Destination */
130 (LVM_FLOAT *)pScratch,
131 (LVM_FLOAT *)pScratch,
145 (LVM_FLOAT *)pScratch,
147 (LVM_FLOAT *)pScratch,
149 Copy_Float((LVM_FLOAT*)pScratch, /* Source */
154 Copy_Float(pScratch, /* Source */
184 LVM_INT32 *pScratch; local
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Process.c54 LVM_FLOAT *pScratch; local
73 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
89 Copy_Float(pLVPSA_InputSamples, pScratch, (LVM_INT16)InputBlockSize);
90 Shift_Sat_Float(-1, pScratch, pScratch, (LVM_INT16)InputBlockSize);
98 pScratch,
99 pScratch + InputBlockSize,
105 pScratch,
106 pScratch + InputBlockSize,
115 pScratch
143 LVM_INT16 *pScratch; local
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_StereoEnhancer.c286 LVM_FLOAT *pScratch; local
291 pScratch = (LVM_FLOAT *) \
302 pScratch,
303 pScratch + NumSamples,
313 (LVM_FLOAT *)pScratch,
314 (LVM_FLOAT *)pScratch,
319 Mult3s_Float(pScratch, /* Source */
321 pScratch, /* Destination */ local
333 (LVM_FLOAT *)(pScratch + NumSamples),
334 (LVM_FLOAT *)(pScratch
369 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
398 pScratch, /* Destination */ local
[all...]
H A DLVCS_ReverbGenerator.c283 LVM_FLOAT *pScratch; local
288 pScratch = (LVM_FLOAT *)\
325 (LVM_FLOAT *)pScratch, /* Destination */
332 (LVM_FLOAT *)pScratch,
333 (LVM_FLOAT *)pScratch,
336 Mult3s_Float( (LVM_FLOAT *)pScratch,
338 (LVM_FLOAT *)pScratch,
345 DelayMix_Float((LVM_FLOAT *)pScratch,
367 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
402 (LVM_INT16 *)pScratch, /* Destinatio
[all...]
H A DLVCS_Process.c77 LVM_FLOAT *pScratch; local
80 pScratch = (LVM_FLOAT *) \
89 pInput = pScratch + (2 * NumSamples);
147 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
156 pInput = pScratch + (2*NumSamples);
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c72 pDest = pBuffer->pScratch;
73 *pToProcess = pBuffer->pScratch;
74 *pProcessed = pBuffer->pScratch;
179 pStart = pBuffer->pScratch; /* Start of the buffer */
217 pDest = pBuffer->pScratch;
218 *pToProcess = pBuffer->pScratch;
219 *pProcessed = pBuffer->pScratch;
320 pStart = pBuffer->pScratch; /* Start of the buffer */
586 *pToProcess = pBuffer->pScratch; /* Set the address to start processing */
587 *pProcessed = pBuffer->pScratch; /* Proces
[all...]
H A DLVM_Private.h144 LVM_FLOAT *pScratch; /* Bundle scratch buffer */ member in struct:__anon244
160 LVM_INT16 *pScratch; /* Bundle scratch buffer */ member in struct:__anon245
H A DLVM_Init.c551 pInstance->pBufferManagement->pScratch = InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch 1 buffer */
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c208 LVM_INT32 *pDelayLineInput = pPrivate->pScratch;
209 LVM_INT32 *pScratch = pPrivate->pScratch; local
454 (LVM_INT16*)pScratch,
459 pScratch,
468 pScratch,
513 LVM_FLOAT *pDelayLineInput = pPrivate->pScratch;
514 LVM_FLOAT *pScratch = pPrivate->pScratch; local
770 pScratch,
[all...]
H A DLVREV_Private.h188 LVM_INT32 *pScratch; /* Multi ussge scratch */ member in struct:__anon323
257 LVM_FLOAT *pScratch; /* Multi ussge scratch */ member in struct:__anon326
H A DLVREV_GetInstanceHandle.c282 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scratch */
287 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_FLOAT) * \

Completed in 89 milliseconds