Searched refs:Bacc (Results 1 – 3 of 3) sorted by relevance
39 int32_t Bacc; in updatePredictorPoleCoefficients() local117 Bacc = (sgnP[k_2] >> 3); in updatePredictorPoleCoefficients()119 Bacc += newCoeffs[a2]; in updatePredictorPoleCoefficients()124 Bacc >>= 4; in updatePredictorPoleCoefficients()130 Bacc = (int32_t)((uint32_t)Bacc << 8); in updatePredictorPoleCoefficients()131 Bacc += acc2; in updatePredictorPoleCoefficients()133 tmp2_round0 = (int16_t)Bacc & 0x01FFL; in updatePredictorPoleCoefficients()135 Bacc += 0x0080L; in updatePredictorPoleCoefficients()136 Bacc >>= 8; in updatePredictorPoleCoefficients()139 Bacc--; in updatePredictorPoleCoefficients()[all …]
39 int32_t Bacc; in updatePredictorPoleCoefficients() local116 Bacc = (sgnP[k_2] >> 3); in updatePredictorPoleCoefficients()118 Bacc += newCoeffs[a2]; in updatePredictorPoleCoefficients()124 Bacc >>= 4; in updatePredictorPoleCoefficients()130 Bacc = (int32_t)((uint32_t)Bacc << 8); in updatePredictorPoleCoefficients()131 Bacc += acc2; in updatePredictorPoleCoefficients()133 tmp2_round0 = (int16_t)Bacc & 0x01FFL; in updatePredictorPoleCoefficients()135 Bacc += 0x0080L; in updatePredictorPoleCoefficients()136 Bacc >>= 8; in updatePredictorPoleCoefficients()139 Bacc--; in updatePredictorPoleCoefficients()[all …]
243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; in db_StitchSimilarity2DRaw() local286 Bacc=M[2]-M[1]; in db_StitchSimilarity2DRaw()290 if(Aacc!=0.0 || Bacc!=0.0) in db_StitchSimilarity2DRaw()292 divisor=sqrt(Aacc*Aacc+Bacc*Bacc); in db_StitchSimilarity2DRaw()295 Bm=Bacc*m; in db_StitchSimilarity2DRaw()