HomeSort by relevance Sort by last modified time
    Searched refs:B1 (Results 1 - 25 of 71) sorted by null

1 2 3

  /frameworks/base/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
42 LVM_INT16 B1;
49 * Biquad with coefficients A0, A1 and B1 coefficients
56 LVM_INT16 B1;
BP_1I_D16F16Css_TRC_WRA_01_Init.c 50 pBiquadState->coefs[2]=pCoef->B1;
BP_1I_D16F32Cll_TRC_WRA_01_Init.c 60 pBiquadState->coefs[2] = pCoef->B1;
BP_1I_D32F32Cll_TRC_WRA_02_Init.c 51 pBiquadState->coefs[2]=pCoef->B1;
LVM_FO_HPF.c 35 /* B1 = (tan(w/2) - 1 ) / (tan(w/2) + 1 ) */
36 /* A0 = (1 - B1) / 2 */
39 /* The value of B1 is then calculated directly from the value w by a */
91 pCoeffs->B1=-Y; /* Store -B1 in filter structure instead of B1!*/
92 /* A0=(1-B1)/2= B1/2 - 0.5*/
93 Y=Y>>1; /* A0=Y=B1/2*/
94 Y=Y-0x40000000; /* A0=Y=(B1/2 - 0.5)*
    [all...]
LVM_FO_LPF.c 35 /* B1 = (tan(w/2) - 1 ) / (tan(w/2) + 1 ) */
36 /* A0 = (1 + B1) / 2 */
39 /* The value of B1 is then calculated directly from the value w by a */
89 pCoeffs->B1=-Y; // Store -B1 in filter structure instead of B1!
90 // A0=(1+B1)/2= B1/2 + 0.5
91 Y=Y>>1; // A0=Y=B1/2
92 Y=Y+0x40000000; // A0=Y=(B1/2 + 0.5
    [all...]
PK_2I_D32F32CllGss_TRC_WRA_01_Init.c 33 pBiquadState->coefs[2]=pCoef->B1;
PK_2I_D32F32CssGss_TRC_WRA_01_Init.c 32 pBiquadState->coefs[2]=pCoef->B1;
FO_1I_D16F16Css_TRC_WRA_01_Init.c 53 temp=pCoef->B1;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 52 temp=pCoef->B1;
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 52 temp=pCoef->B1;
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 56 temp=pCoef->B1;
BQ_1I_D16F32Css_TRC_WRA_01_init.c 57 temp=pCoef->B1;
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 57 temp=pCoef->B1;
BQ_2I_D16F32Css_TRC_WRA_01_init.c 56 temp=pCoef->B1;
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 56 temp=pCoef->B1;
  /external/chromium/base/
raw_scoped_refptr_mismatch_checker.h 38 template <class A1, class B1, class A2, class B2>
39 struct FunctionUsesScopedRefptrCorrectly<void (*)(A1, B1), Tuple2<A2, B2> > {
41 ExpectsScopedRefptrButGetsRawPtr<B1, B2>::value) };
44 template <class A1, class B1, class C1, class A2, class B2, class C2>
45 struct FunctionUsesScopedRefptrCorrectly<void (*)(A1, B1, C1),
48 ExpectsScopedRefptrButGetsRawPtr<B1, B2>::value ||
52 template <class A1, class B1, class C1, class D1,
54 struct FunctionUsesScopedRefptrCorrectly<void (*)(A1, B1, C1, D1),
57 ExpectsScopedRefptrButGetsRawPtr<B1, B2>::value ||
62 template <class A1, class B1, class C1, class D1, class E1
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 59 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
103 LVM_INT32 B1;
153 * Calculate the B1 and A0 coefficients
155 B1 = (0x40000000 - B2); /* B1 = (0.5 - b2/2) */
156 A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2/2) * coserr(t0) */
157 B1 -= A0; /* B1 = (0.5 - b2/2) * (1 - coserr(t0)) */
164 pCoefficients->B1 = B1;
    [all...]
  /external/v8/test/mjsunit/
debug-breakpoints.js 45 assertEquals("() {[B0]a=1;[B1]b=2}", Debug.showBreakPoints(f));
47 assertEquals("() {[B0]a=1;[B1]b=2}[B2]", Debug.showBreakPoints(f));
49 assertEquals("() {[B0]a=1;b=2}[B1]", Debug.showBreakPoints(f));
88 // [B1]b=2;
91 assertTrue(Debug.showBreakPoints(g).indexOf("[B1]b=2;") > 0);
95 // [B1]b=2;
98 assertTrue(Debug.showBreakPoints(g).indexOf("[B1]b=2;") > 0);
104 // }[B1]
106 assertTrue(Debug.showBreakPoints(g).indexOf("}[B1]") > 0);
114 assertTrue(Debug.showBreakPoints(g).indexOf("[B1]") < 0)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h 49 LVM_INT16 B1; /* -b1! */
58 LVM_INT32 B1; /* -b1! */
66 LVM_INT16 B1; /* -b1! */
73 LVM_INT32 B1; /* -b1! */
81 LVM_INT16 B1; /* -b1! */
    [all...]
  /bionic/libm/src/
s_cbrt.c 26 B1 = 715094163, /* B1 = (1023-1023/3-0.03306235651)*2**20 */
73 SET_HIGH_WORD(t,sign|(hx/3+B1));
s_cbrtf.c 28 B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */
60 SET_FLOAT_WORD(t,sign|(hx/3+B1));
  /external/fdlibm/
s_cbrt.c 25 B1 = 715094163, /* B1 = (682-0.03306235651)*2**20 */
65 __HI(t)=hx/3+B1;
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 81 CoeffsMid.B1 = (LVM_INT16)-LVCS_SEMidCoefTable[Offset].B1;
107 CoeffsSide.B1 = (LVM_INT16)-pSESideCoefs[Offset].B1;
LVCS_Equaliser.c 86 Coeffs.B1 = (LVM_INT16)-pEqualiserCoefTable[Offset].B1;

Completed in 466 milliseconds

1 2 3