Home
last modified time | relevance | path

Searched refs:m_PoleCoeffData (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DProcessSubband.c29 &SubbandDataPt->m_PoleCoeffData); in processSubband()
43 &SubbandDataPt->m_PoleCoeffData); in processSubbandLL()
57 &SubbandDataPt->m_PoleCoeffData); in processSubbandHL()
DaptXbtenc.c149 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleAdaptDelayLine.s32 = 0x00010001; in aptxbtenc_init()
152 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[0] = 0L; in aptxbtenc_init()
153 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[1] = 0L; in aptxbtenc_init()
DSubbandFunctionsCommon.h246 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering()
347 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL()
450 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL()
DAptxParameters.h222 PoleCoeff_data m_PoleCoeffData; member
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DProcessSubband.c29 &SubbandDataPt->m_PoleCoeffData); in processSubband_HD()
43 &SubbandDataPt->m_PoleCoeffData); in processSubband_HDLL()
57 &SubbandDataPt->m_PoleCoeffData); in processSubband_HDHL()
DaptXHDbtenc.c137 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleAdaptDelayLine.s32 = 0x00010001; in aptxhdbtenc_init()
140 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[0] = 0L; in aptxhdbtenc_init()
141 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[1] = 0L; in aptxhdbtenc_init()
DSubbandFunctionsCommon.h242 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering()
345 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL()
448 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL()
DAptxParameters.h219 PoleCoeff_data m_PoleCoeffData; member