Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h60 enum { k = 0, k_1 = 1, k_2 = 2 }; in updatePredictorPoleCoefficients() enumerator
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
78 sgnP[k_2] = 0L; in updatePredictorPoleCoefficients()
86 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
117 Bacc = (sgnP[k_2] >> 3); in updatePredictorPoleCoefficients()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h60 enum { k = 0, k_1 = 1, k_2 = 2 }; in updatePredictorPoleCoefficients() enumerator
70 sgnP[k_2] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22); in updatePredictorPoleCoefficients()
77 sgnP[k_2] = 0L; in updatePredictorPoleCoefficients()
84 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
116 Bacc = (sgnP[k_2] >> 3); in updatePredictorPoleCoefficients()