Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h37 int32_t sgnP[3]; in updatePredictorPoleCoefficients() local
68 sgnP[k] = minusOneQ22; in updatePredictorPoleCoefficients()
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()
76 sgnP[k] = 0L; in updatePredictorPoleCoefficients()
77 sgnP[k_1] = 0L; in updatePredictorPoleCoefficients()
78 sgnP[k_2] = 0L; in updatePredictorPoleCoefficients()
84 sgnP[k] = oneQ22; in updatePredictorPoleCoefficients()
85 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
86 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
[all …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h37 int32_t sgnP[3]; in updatePredictorPoleCoefficients() local
68 sgnP[k] = minusOneQ22; in updatePredictorPoleCoefficients()
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()
75 sgnP[k] = 0L; in updatePredictorPoleCoefficients()
76 sgnP[k_1] = 0L; in updatePredictorPoleCoefficients()
77 sgnP[k_2] = 0L; in updatePredictorPoleCoefficients()
82 sgnP[k] = oneQ22; in updatePredictorPoleCoefficients()
83 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()
84 sgnP[k_2] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.h) << 22; in updatePredictorPoleCoefficients()
[all …]