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

  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Process.c 70 LVM_INT32 *pScratch;
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/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 83 LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
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, /* Stereo source *
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 190 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
201 pScratch,
202 pScratch+NumSamples,
211 (LVM_INT16 *)pScratch,
212 (LVM_INT16 *)pScratch,
217 Mult3s_16x16(pScratch, /* Source */
219 pScratch, /* Destination */
230 (LVM_INT16 *)(pScratch + NumSamples),
231 (LVM_INT16 *)(pScratch + NumSamples),
238 MSTo2i_Sat_16x16(pScratch,
    [all...]
LVCS_ReverbGenerator.c 192 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
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,
LVCS_Process.c 77 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
86 pInput = pScratch + (2*NumSamples);
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Process.c 53 LVM_INT16 *pScratch;
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 + InputBlockSize
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 183 LVM_INT32 *pDelayLineInput = pPrivate->pScratch;
184 LVM_INT32 *pScratch = pPrivate->pScratch;
429 (LVM_INT16*)pScratch,
434 pScratch,
443 pScratch,
LVREV_Private.h 138 LVM_INT32 *pScratch; /* Multi ussge scratch */
LVREV_GetInstanceHandle.c 203 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scratch */
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 72 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;
    [all...]
LVM_Private.h 143 LVM_INT16 *pScratch; /* Bundle scratch buffer */
LVM_Init.c 543 pInstance->pBufferManagement->pScratch = InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch 1 buffer */
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 898 milliseconds