Home
last modified time | relevance | path

Searched refs:Bacc (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h39 int32_t Bacc; in updatePredictorPoleCoefficients() local
117 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 …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h39 int32_t Bacc; in updatePredictorPoleCoefficients() local
116 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 …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; in db_StitchSimilarity2DRaw() local
286 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()