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

  /frameworks/av/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/av/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/av/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/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Process.c 77 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
86 pInput = pScratch + (2*NumSamples);
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_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...]
  /frameworks/av/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 */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 143 LVM_INT16 *pScratch; /* Bundle scratch buffer */
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 365 milliseconds