Home
last modified time | relevance | path

Searched refs:poleDelayLine (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h239 int32_t poleDelayLine; in performPredictionFiltering() local
254 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()
256 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()
264 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
265 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
342 int32_t poleDelayLine; in performPredictionFilteringLL() local
357 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()
359 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()
367 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
368 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
[all …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h243 int32_t poleDelayLine; in performPredictionFiltering() local
259 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()
261 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()
269 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
270 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
344 int32_t poleDelayLine; in performPredictionFilteringLL() local
359 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()
361 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()
369 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
370 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
[all …]