/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Process.c | 81 LVM_INT32 *pScratch = in LVDBE_Process() local 87 LVM_INT16 *pScratchVol = (LVM_INT16 *) (&pScratch[NumSamples]); in LVDBE_Process() 90 pMono = &pScratch[2 * NumSamples]; in LVDBE_Process() 114 pScratch, /* Dest. 32-bit data */ in LVDBE_Process() 123 (LVM_INT32 *) pScratch, /* Source */ in LVDBE_Process() 124 (LVM_INT32 *) pScratch, /* Destination */ in LVDBE_Process() 131 From2iToMono_32(pScratch, /* Stereo source */ in LVDBE_Process() 147 pScratch, /* Stereo source */ in LVDBE_Process() 149 pScratch, /* Stereo destination */ in LVDBE_Process() 156 Int32RShiftToInt16_Sat_32x16(pScratch, /* Source 32-bit data */ in LVDBE_Process() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Process.c | 90 LVM_FLOAT * const pScratch = (LVM_FLOAT *)pInstance->pFastTemporary; in LVEQNB_Process() local 106 pScratch, /* Destination */ in LVEQNB_Process() 136 pScratch, in LVEQNB_Process() 137 pScratch, in LVEQNB_Process() 142 pScratch, in LVEQNB_Process() 143 pScratch, in LVEQNB_Process() 159 pScratch, in LVEQNB_Process() 161 pScratch, in LVEQNB_Process() 166 pScratch, in LVEQNB_Process() 168 pScratch, in LVEQNB_Process() [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 96 pScratch = (LVM_FLOAT *) \ in LVCS_Process_CS() 108 pInput = pScratch + (2 * NrFrames); in LVCS_Process_CS() 109 pStIn = pScratch + (LVCS_SCRATCHBUFFERS * NrFrames); in LVCS_Process_CS() 124 pInput = pScratch + (2 * NumSamples); in LVCS_Process_CS() 189 …LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORA… in LVCS_Process_CS() local 198 pInput = pScratch + (2*NumSamples); in LVCS_Process_CS()
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Process.c | 65 LVM_FLOAT *pScratch; in LVPSA_Process() local 84 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress; in LVPSA_Process() 100 Copy_Float(pLVPSA_InputSamples, pScratch, (LVM_INT16)InputBlockSize); in LVPSA_Process() 101 Shift_Sat_Float(-1, pScratch, pScratch, (LVM_INT16)InputBlockSize); in LVPSA_Process() 109 pScratch, in LVPSA_Process() 110 pScratch + InputBlockSize, in LVPSA_Process() 116 pScratch, in LVPSA_Process() 117 pScratch + InputBlockSize, in LVPSA_Process() 126 pScratch + InputBlockSize, in LVPSA_Process() 154 LVM_INT16 *pScratch; in LVPSA_Process() local [all …]
|
/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()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Buffers.c | 77 pDest = pBuffer->pScratch; in LVM_BufferManagedIn() 78 *pToProcess = pBuffer->pScratch; in LVM_BufferManagedIn() 79 *pProcessed = pBuffer->pScratch; in LVM_BufferManagedIn() 184 pStart = pBuffer->pScratch; /* Start of the buffer */ in LVM_BufferManagedIn() 221 pDest = pBuffer->pScratch; in LVM_BufferManagedIn() 222 *pToProcess = pBuffer->pScratch; in LVM_BufferManagedIn() 223 *pProcessed = pBuffer->pScratch; in LVM_BufferManagedIn() 324 pStart = pBuffer->pScratch; /* Start of the buffer */ in LVM_BufferManagedIn() 590 … *pToProcess = pBuffer->pScratch; /* Set the address to start processing */ in LVM_BufferOptimisedIn() 591 …*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 167 LVM_INT16 *pScratch; /* Bundle scratch buffer */ member
|
D | LVM_Init.c | 647 …pInstance->pBufferManagement->pScratch = InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAS… in LVM_GetInstanceHandle()
|