Searched refs:DownSamplingFactor (Results 1 – 3 of 3) sorted by relevance
88 LVM_UINT16 DownSamplingFactor = pLVPSA_Inst->DownSamplingFactor; in LVPSA_QPD_Process() local102 pInSamps = pInSamps + DownSamplingFactor; in LVPSA_QPD_Process()135 if(((pLVPSA_Inst->nSamplesBufferUpdate - BufferUpdateSamplesCount) < DownSamplingFactor)) in LVPSA_QPD_Process()144 BufferUpdateSamplesCount+=DownSamplingFactor; in LVPSA_QPD_Process()146 ii = (LVM_INT16)(ii-DownSamplingFactor); in LVPSA_QPD_Process()
110 …LVM_UINT16 DownSamplingFactor; /* Down sampling factor depending … member
223 pInst->DownSamplingFactor = LVPSA_DownSamplingFactor[Params.Fs]; in LVPSA_ApplyNewSettings()