Searched refs:k_1 (Results 1 – 2 of 2) sorted by relevance
60 enum { k = 0, k_1 = 1, k_2 = 2 }; in updatePredictorPoleCoefficients() enumerator69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()77 sgnP[k_1] = 0L; in updatePredictorPoleCoefficients()85 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()96 acc -= PoleCoeffDataPt->m_poleCoeff[a1] * (sgnP[k_1] >> 22); in updatePredictorPoleCoefficients()159 acc2 += (sgnP[k_1] << 2); in updatePredictorPoleCoefficients()160 acc2 -= (sgnP[k_1]); in updatePredictorPoleCoefficients()
60 enum { k = 0, k_1 = 1, k_2 = 2 }; in updatePredictorPoleCoefficients() enumerator69 sgnP[k_1] = -(((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22); in updatePredictorPoleCoefficients()76 sgnP[k_1] = 0L; in updatePredictorPoleCoefficients()83 sgnP[k_1] = ((int32_t)PoleCoeffDataPt->m_poleAdaptDelayLine.s16.l) << 22; in updatePredictorPoleCoefficients()94 acc -= PoleCoeffDataPt->m_poleCoeff[a1] * (sgnP[k_1] >> 22); in updatePredictorPoleCoefficients()159 acc2 += (sgnP[k_1] << 2); in updatePredictorPoleCoefficients()160 acc2 -= (sgnP[k_1]); in updatePredictorPoleCoefficients()