Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h249 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering() local
269 accL = ((int64_t)poleCoeff[a2] * in performPredictionFiltering()
274 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL() local
371 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringLL()
376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL() local
478 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringHL()
483 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringHL()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h247 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering() local
266 accL = ((int64_t)poleCoeff[a2] * in performPredictionFiltering()
271 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()
352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL() local
371 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringLL()
376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()
457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL() local
477 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringHL()
482 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringHL()