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_aptx/src/
DSubbandFunctionsCommon.h270 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()
273 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
372 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringLL()
375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
479 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringHL()
482 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringHL()
DaptXbtenc.c150 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxbtenc_init()
151 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxbtenc_init()
DAptxParameters.h164 int32_t m_poleDelayLine[2]; member
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h267 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()
270 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()
372 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringLL()
375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()
478 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFilteringHL()
481 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringHL()
DaptXHDbtenc.c137 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxhdbtenc_init()
138 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxhdbtenc_init()
DAptxParameters.h159 int32_t m_poleDelayLine[2]; member