Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h35 PoleCoeff_data* PoleCoeffDataPt) { in updatePredictorPoleCoefficients() argument
69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
71 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
72 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
73 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = -1; in updatePredictorPoleCoefficients()
79 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
80 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
81 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = 1; in updatePredictorPoleCoefficients()
85 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
[all …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h35 PoleCoeff_data* PoleCoeffDataPt) { in updatePredictorPoleCoefficients() argument
69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
71 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
72 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
73 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = -1; in updatePredictorPoleCoefficients()
78 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h = in updatePredictorPoleCoefficients()
79 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l; in updatePredictorPoleCoefficients()
80 PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l = 1; in updatePredictorPoleCoefficients()
83 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
[all …]