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

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Process.c70 LVM_INT32 *pScratch; local
85 pScratch = (LVM_INT32 *)pInstance->pFastTemporary;
101 pScratch, /* Destination */
131 (LVM_INT32 *)pScratch,
132 (LVM_INT32 *)pScratch,
140 (LVM_INT32 *)pScratch,
141 (LVM_INT32 *)pScratch,
157 Int32RShiftToInt16_Sat_32x16(pScratch, /* Source */
158 (LVM_INT16 *)pScratch, /* Destination */
163 (LVM_INT16 *)pScratch,
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Process.c83 LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; local
88 /* Scratch for Volume Control starts at offset of 2*NumSamples short values from pScratch */
89 LVM_INT16 *pScratchVol = (LVM_INT16 *)(&pScratch[NumSamples]);
91 /* Scratch for Mono path starts at offset of 2*NumSamples 32-bit values from pScratch */
92 pMono = &pScratch[2*NumSamples];
116 pScratch, /* Dest. 32-bit data */
127 (LVM_INT32 *)pScratch, /* Source */
128 (LVM_INT32 *)pScratch, /* Destination */
136 From2iToMono_32(pScratch, /* Stereo source */
154 pScratch, /* Stere
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_StereoEnhancer.c190 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
201 pScratch,
202 pScratch+NumSamples,
211 (LVM_INT16 *)pScratch,
212 (LVM_INT16 *)pScratch,
217 Mult3s_16x16(pScratch, /* Source */
219 pScratch, /* Destination */ local
230 (LVM_INT16 *)(pScratch + NumSamples),
231 (LVM_INT16 *)(pScratch + NumSamples),
238 MSTo2i_Sat_16x16(pScratch,
[all...]
H A DLVCS_ReverbGenerator.c192 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
227 (LVM_INT16 *)pScratch, /* Destination */
235 (LVM_INT16 *)pScratch,
236 (LVM_INT16 *)pScratch,
239 Mult3s_16x16( (LVM_INT16 *)pScratch,
241 (LVM_INT16 *)pScratch,
248 DelayMix_16x16((LVM_INT16 *)pScratch,
H A DLVCS_Process.c77 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; local
86 pInput = pScratch + (2*NumSamples);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Process.c53 LVM_INT16 *pScratch; local
71 pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
87 Copy_16( pLVPSA_InputSamples,pScratch,(LVM_INT16)InputBlockSize);
88 Shift_Sat_v16xv16(-1,pScratch,pScratch,(LVM_INT16)InputBlockSize);
96 pScratch,
97 pScratch + InputBlockSize,
103 pScratch,
104 pScratch + InputBlockSize,
113 pScratch
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c183 LVM_INT32 *pDelayLineInput = pPrivate->pScratch;
184 LVM_INT32 *pScratch = pPrivate->pScratch; local
429 (LVM_INT16*)pScratch,
434 pScratch,
443 pScratch,
H A DLVREV_Private.h138 LVM_INT32 *pScratch; /* Multi ussge scratch */ member in struct:__anon192
H A DLVREV_GetInstanceHandle.c203 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scratch */
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c72 pDest = pBuffer->pScratch;
73 *pToProcess = pBuffer->pScratch;
74 *pProcessed = pBuffer->pScratch;
175 pStart = pBuffer->pScratch; /* Start of the buffer */
400 *pToProcess = pBuffer->pScratch; /* Set the address to start processing */
401 *pProcessed = pBuffer->pScratch; /* Process in the output buffer, now inplace */
412 pBuffer->pScratch, /* Destination */
543 pStart = pBuffer->pScratch;
756 LVM_INT16 *pSrc = pBuffer->pScratch;
H A DLVM_Private.h143 LVM_INT16 *pScratch; /* Bundle scratch buffer */ member in struct:__anon133
H A DLVM_Init.c543 pInstance->pBufferManagement->pScratch = InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch 1 buffer */

Completed in 1436 milliseconds