Searched refs:B2 (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_CalcCoef.c73 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
104 LVM_INT32 B2; local
128 * Calculate the B2 coefficient
133 B2 = (B2_Num / (B2_Den >> 16)) << 15;
155 B1 = (0x40000000 - B2); /* B1 = (0.5 - b2/2) */
158 A0 = (0x40000000 + B2) >> 1; /* A0 = (0.5 + b2) */
165 pCoefficients->B2 = B2;
235 LVM_INT32 B2; local
259 * Calculate the B2 coefficien
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DBP_1I_D16F16Css_TRC_WRA_01_Init.c49 pBiquadState->coefs[1]=pCoef->B2;
H A DBP_1I_D16F32Cll_TRC_WRA_01_Init.c59 pBiquadState->coefs[1] = pCoef->B2;
H A DBP_1I_D32F32Cll_TRC_WRA_02_Init.c49 pBiquadState->coefs[1]=pCoef->B2;
H A DFilters.h34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
43 LVM_INT16 B2; member in struct:__anon164
H A DPK_2I_D32F32CllGss_TRC_WRA_01_Init.c31 pBiquadState->coefs[1]=pCoef->B2;
H A DPK_2I_D32F32CssGss_TRC_WRA_01_Init.c30 pBiquadState->coefs[1]=pCoef->B2;
H A DBQ_1I_D16F16Css_TRC_WRA_01_Init.c54 temp=pCoef->B2;
H A DBQ_1I_D16F32Css_TRC_WRA_01_init.c55 temp=pCoef->B2;
H A DBQ_2I_D16F16Css_TRC_WRA_01_Init.c55 temp=pCoef->B2;
H A DBQ_2I_D16F32Css_TRC_WRA_01_init.c54 temp=pCoef->B2;
H A DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c54 temp=pCoef->B2;
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c479 LVM_INT32 B2; local
506 * Calculate the B2 coefficient
511 B2 = (B2_Num / (B2_Den >> 16)) << 15;
531 B1 = ((0x40000000 - B2) >> 16) * (COS_T0 >> 16); /* B1 = (0.5 - b2) * cos(t0) */
532 A0 = (0x40000000 + B2) >> 1; /* A0 = (0.5 + b2) / 2 */
539 pCoefficients->B2 = (LVM_INT16)(B2>>16);
579 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
602 LVM_INT32 B2; local
628 * Calculate the B2 coefficien
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Equaliser.c87 Coeffs.B2 = (LVM_INT16)-pEqualiserCoefTable[Offset].B2;
H A DLVCS_ReverbGenerator.c105 Coeffs.B2 = (LVM_INT16)-pReverbCoefTable[Offset].B2;
H A DLVCS_StereoEnhancer.c108 CoeffsSide.B2 = (LVM_INT16)-pSESideCoefs[Offset].B2;
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DBIQUAD.h48 LVM_INT16 B2; /* -b2! */ member in struct:__anon139
57 LVM_INT32 B2; /* -b2! */ member in struct:__anon140
89 LVM_INT16 B2; /* -b2! */ member in struct:__anon144
96 LVM_INT32 B2; /* -b2! */ member in struct:__anon145
104 LVM_INT16 B2; /* -b2! */ member in struct:__anon146
112 LVM_INT32 B2; /* -b2! */ member in struct:__anon147
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_vector.java86 Byte2 B2 = s.get_i8_2();
87 if (B2.x != 1 || B2.y != 2) {
90 B2.x = 2;
91 B2.y = 3;
92 s.set_i8_2(B2);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_vector.java86 Byte2 B2 = s.get_i8_2();
87 if (B2.x != 1 || B2.y != 2) {
90 B2.x = 2;
91 B2.y = 3;
92 s.set_i8_2(B2);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_vector.java86 Byte2 B2 = s.get_i8_2();
87 if (B2.x != 1 || B2.y != 2) {
90 B2.x = 2;
91 B2.y = 3;
92 s.set_i8_2(B2);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_vector.java86 Byte2 B2 = s.get_i8_2();
87 if (B2.x != 1 || B2.y != 2) {
90 B2.x = 2;
91 B2.y = 3;
92 s.set_i8_2(B2);

Completed in 1379 milliseconds