Home
last modified time | relevance | path

Searched refs:m_poleDelayLine (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h261 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()
264 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
364 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringLL()
367 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
468 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringHL()
471 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringHL()
DaptXHDbtenc.c125 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxhdbtenc_init()
126 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxhdbtenc_init()
DAptxParameters.h159 int32_t m_poleDelayLine[2]; member
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h266 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()
269 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
366 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringLL()
369 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
471 accL = ((int64_t)poleCoeff[a2] * (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringHL()
474 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringHL()
DaptXbtenc.c138 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxbtenc_init()
139 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxbtenc_init()
DAptxParameters.h164 int32_t m_poleDelayLine[2]; member