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

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 100 LVM_UINT16 *pPostGains; /* Points a nBands elements array that contains the post-filter gains for each band */
LVPSA_Init.c 145 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) );
167 pLVPSA_Inst->pPostGains[ii] =(LVM_UINT16) LVPSA_GainTable[pInitParams->pFiltersParams[ii].PostGain + 15];
LVPSA_QPD_Process.c 101 X0 = ((*pInSamps) * pLVPSA_Inst->pPostGains[BandIndex]) >> (LVPSA_GAINSHIFT-1); /* - 1 to compensate scaling in process function*/

Completed in 138 milliseconds