HomeSort by relevance Sort by last modified time
    Searched defs:dB (Results 1 - 14 of 14) sorted by null

  /external/lldb/test/lang/cpp/dynamic-value/
sbvalue-cast.cpp 71 DerivedB* dB = new DerivedB(12);
72 Base *array[2] = {dA, dB};
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
WavAnalyzer.java 15 private double[] dB; // Average response
47 dB = measurePipStrength();
56 result = responsePassesHifiTest(dB);
97 boolean responsePassesHifiTest(double[] dB) {
98 for (int i = 0; i < dB.length; i++) {
100 if (Double.isNaN(dB[i])) {
107 if (Util.mean(dB) - Util.mean(noiseDB) < Common.SIGNAL_MIN_STRENGTH_DB_ABOVE_NOISE) {
114 threshold = dB[indexOf2000Hz] + Common.PASSING_THRESHOLD_DB;
118 System.arraycopy(dB, indexOf18500Hz, responseInRange, 0, responseInRange.length);
211 double[] dB = new double[Common.PIP_NUM]
    [all...]
HifiUltrasoundTestActivity.java 260 double[] dB = wavAnalyzerTask.getDB();
263 dBWrap[i] = new Double(dB[i]);
HifiUltrasoundSpeakerTestActivity.java 299 double[] dB = wavAnalyzerTask.getDB();
302 dBWrap[i] = new Double(dB[i]);
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 77 __m128 dA, dB, dC, dD; // determinant of the sub-matrices
91 // dB = |B|
92 dB = _mm_mul_ps(_mm_shuffle_ps(B, B, 0x5F),B);
93 dB = _mm_sub_ss(dB, _mm_movehl_ps(dB,dB));
116 d2 = _mm_mul_ss(dB,dC);
143 iB = _mm_sub_ps(_mm_mul_ps(C,_mm_shuffle_ps(dB,dB,0)), iB)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Environment.java 74 float dB = eaxDb / 2000f;
75 return FastMath.pow(10f, dB);
  /external/mesa3d/src/mesa/swrast/
s_blend.c 495 GLfloat dR, dG, dB, dA; /* Dest factor */
629 dR = dG = dB = 0.0F;
632 dR = dG = dB = 1.0F;
637 dB = Bs;
642 dB = 1.0F - Bs;
645 dR = dG = dB = As;
648 dR = dG = dB = 1.0F - As;
651 dR = dG = dB = Ad;
654 dR = dG = dB = 1.0F - Ad;
659 dB = ctx->Color.BlendColor[2]
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 160 SkDPoint dA, dB;
162 dB.set(b);
163 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ?
212 SkDPoint dA, dB;
214 dB.set(b);
215 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ?
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 34 // subplot(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
35 // subplot(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
134 // Calculate a denominator used in the exponential part to convert from dB to linear scale:
270 // start out with 0 dB gain
542 // multiply by 253/256 ==> -0.1 dB
648 state->stdLongTerm = 0; // standard deviation of input level in dB
655 state->stdShortTerm = 0; // short-term standard deviation of input level in dB
674 WebRtc_Word16 zeros, dB;
    [all...]
  /external/libvorbis/lib/
psy.c 117 /* copy curves into working space, replicate the 50dB curve to 30
118 and 40, replicate the 100dB curve to 110 */
134 /* normalize curves so the driving amplitude is 0dB */
146 will be; 0dB SL moves every time the user twiddles the volume
149 can be in (we assume) a range of ...+100dB] SL. However, sounds
150 20dB down will be in a range ...+80], 40dB down is from ...+60],
386 /* octave/(8*eighth_octave_lines) x scale and dB y scale */
739 int dB=logmask[i]+.5;
740 if(dB>=NOISE_COMPAND_LEVELS)dB=NOISE_COMPAND_LEVELS-1
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 415 deUint8 dB = (deUint8)getBits(src, 40, 42);
423 baseB[1] = extend5Delta3To8(bB, dB);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 707 milliseconds