Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h246 int32_t poleDelayLine; in performPredictionFiltering() local
262 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()
264 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()
273 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
274 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
349 int32_t poleDelayLine; in performPredictionFilteringLL() local
364 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()
366 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()
375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
[all …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h244 int32_t poleDelayLine; in performPredictionFiltering() local
259 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()
261 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()
270 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
271 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
349 int32_t poleDelayLine; in performPredictionFilteringLL() local
364 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()
366 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()
375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
[all …]