Searched defs:dB (Results 1 - 11 of 11) sorted by relevance

/external/libvorbis/lib/
H A Danalysis.c70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){ argument
90 if(dB){
104 void _analysis_output(char *base,int i,float *v,int n,int bark,int dB, argument
106 if(analysis_noisy)_analysis_output_always(base,i,v,n,bark,dB,off);
H A Dpsytune.c78 /* y: 0 10 20 30 40 50 60 70 80 90 100 dB */
199 void analysis(char *base,int i,float *v,int n,int bark,int dB){ argument
208 if(dB && v[j]==0)
216 if(dB){
H A Dpsy.c117 /* 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; local
740 if(dB>
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A Dcpwl_color.cpp40 CPWL_Color ConvertRGB2GRAY(FX_FLOAT dR, FX_FLOAT dG, FX_FLOAT dB) { argument
41 if (!InRange(dR) || !InRange(dG) || !InRange(dB))
43 return CPWL_Color(COLORTYPE_GRAY, 0.3f * dR + 0.59f * dG + 0.11f * dB);
54 CPWL_Color ConvertRGB2CMYK(FX_FLOAT dR, FX_FLOAT dG, FX_FLOAT dB) { argument
55 if (!InRange(dR) || !InRange(dG) || !InRange(dB))
60 FX_FLOAT y = 1.0f - dB;
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h79 __m128 dA, dB, dC, dD; // determinant of the sub-matrices local
93 // dB = |B|
94 dB = _mm_mul_ps(_mm_shuffle_ps(B, B, 0x5F),B);
95 dB = _mm_sub_ss(dB, _mm_movehl_ps(dB,dB));
118 d2 = _mm_mul_ss(dB,dC);
145 iB = _mm_sub_ps(_mm_mul_ps(C,_mm_shuffle_ps(dB,dB,
222 __m128d dA, dB, dC, dD; // determinant of the sub-matrices local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c495 GLfloat dR, dG, dB, dA; /* Dest factor */ local
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
[all...]
/external/skia/src/pathops/
H A DSkPathOpsPoint.h194 SkDPoint dA, dB; local
196 dB.set(b);
197 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ?
246 SkDPoint dA, dB; local
248 dB.set(b);
249 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ?
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.c34 // 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)');
133 // Calculate a denominator used in the exponential part to convert from dB to linear scale:
266 // start out with 0 dB gain
536 // multiply by 253/256 ==> -0.1 dB
618 state->stdLongTerm = 0; // standard deviation of input level in dB
625 state->stdShortTerm = 0; // short-term standard deviation of input level in dB
644 int16_t zeros, dB; local
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp399 deUint8 dB = (deUint8)getBits(src, 40, 42); local
407 baseB[1] = extend5Delta3To8(bB, dB);
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp129 int b = (B + dB);
184 signed char dB : 3; member in struct:__anon18245::ETC2::__anon18246::__anon18247::__anon18248::__anon18249::__anon18250::__anon18251::__anon18253
356 int b2 = extend_5to8bits(B + dB);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 404 milliseconds