Home
last modified time | relevance | path

Searched refs:dB (Results 1 – 25 of 56) sorted by relevance

123

/external/tcpdump/tests/
Dieee802.11_exthdr.out1 10016360us tsft 1.0 Mb/s 2412 MHz 11b -22dB signal -86dB noise antenna 1 [bit 31] 0us Probe Request…
2 10018922us tsft 1.0 Mb/s 2412 MHz 11b -19dB signal -86dB noise antenna 0 [bit 31] 0us Acknowledgmen…
3 10017245us tsft 1.0 Mb/s -86dB noise 27dBm tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0*…
4 10085301us tsft 1.0 Mb/s 2412 MHz 11b -19dB signal -86dB noise antenna 1 [bit 31] 0us Probe Request…
5 10087718us tsft 1.0 Mb/s 2412 MHz 11b -18dB signal -86dB noise antenna 0 [bit 31] 0us Acknowledgmen…
6 10086042us tsft 1.0 Mb/s -86dB noise 27dBm tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0*…
7 10284358us tsft 1.0 Mb/s 2412 MHz 11b -61dB signal -86dB noise antenna 1 [bit 31] 0us Probe Request…
8 10288217us tsft 1.0 Mb/s 2412 MHz 11b -46dB signal -86dB noise antenna 0 [bit 31] 0us Acknowledgmen…
9 10286542us tsft 1.0 Mb/s -86dB noise 27dBm tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0*…
10 10351366us tsft 1.0 Mb/s 2412 MHz 11b -70dB signal -86dB noise antenna 1 [bit 31] 0us Probe Request…
[all …]
Dieee802.11_rx-stbc.out1 7268us tsft 2462 MHz 11g -51dB signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC1 CF +QoS D…
2 119738173us tsft 2462 MHz 11g -46dB signal antenna 1 135.0 Mb/s MCS 7 40 MHz lon GI RX-STBC2 CF +Qo…
3 470382336us tsft 2462 MHz 11g -45dB signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC3 CF +…
/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h77 __m128 dA, dB, dC, dD; // determinant of the sub-matrices
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);
215 __m128d dA, dB, dC, dD; // determinant of the sub-matrices
223 dB = _mm_shuffle_pd(B2, B2, 1);
224 dB = _mm_mul_pd(B1, dB);
225 dB = _mm_sub_sd(dB, _mm_shuffle_pd(dB,dB,3));
277 d2 = _mm_mul_sd(dB, dC);
[all …]
/external/eigen/test/
Dsparse_solver.h205 DenseMatrix dB(size,rhsCols); in check_sparse_spd_solving()
206 initSparse<Scalar>(density, dB, B, ForceNonZeroDiag); in check_sparse_spd_solving()
210 check_sparse_solving(solver, A, dB, dA, dB); in check_sparse_spd_solving()
211 check_sparse_solving(solver, halfA, dB, dA, dB); in check_sparse_spd_solving()
212 check_sparse_solving(solver, A, B, dA, dB); in check_sparse_spd_solving()
213 check_sparse_solving(solver, halfA, B, dA, dB); in check_sparse_spd_solving()
297 DenseMatrix dB(size,rhsCols); in check_sparse_square_solving()
300 initSparse<Scalar>(density, dB, B, ForceNonZeroDiag); in check_sparse_square_solving()
303 check_sparse_solving(solver, A, dB, dA, dB); in check_sparse_square_solving()
304 check_sparse_solving(solver, A, B, dA, dB); in check_sparse_square_solving()
/external/libvorbis/lib/
Danalysis.c70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){ in _analysis_output_always() argument
90 if(dB){ in _analysis_output_always()
104 void _analysis_output(char *base,int i,float *v,int n,int bark,int dB, in _analysis_output() argument
106 if(analysis_noisy)_analysis_output_always(base,i,v,n,bark,dB,off); in _analysis_output()
Dmisc.h27 extern void _analysis_output(char *base,int i,float *v,int n,int bark,int dB,
29 extern void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,
Dpsytune.c199 void analysis(char *base,int i,float *v,int n,int bark,int dB){ in analysis() argument
208 if(dB && v[j]==0) in analysis()
216 if(dB){ in analysis()
Dpsy.c739 int dB=logmask[i]+.5; in _vp_noisemask() local
740 if(dB>=NOISE_COMPAND_LEVELS)dB=NOISE_COMPAND_LEVELS-1; in _vp_noisemask()
741 if(dB<0)dB=0; in _vp_noisemask()
742 logmask[i]= work[i]+p->vi->noisecompand[dB]; in _vp_noisemask()
/external/skia/src/pathops/
DSkPathOpsPoint.h160 SkDPoint dA, dB; in ApproximatelyEqual() local
162 dB.set(b); in ApproximatelyEqual()
163 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ? in ApproximatelyEqual()
212 SkDPoint dA, dB; in RoughlyEqual() local
214 dB.set(b); in RoughlyEqual()
215 double dist = dA.distance(dB); // OPTIMIZATION: can we compare against distSq instead ? in RoughlyEqual()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c495 GLfloat dR, dG, dB, dA; /* Dest factor */ in blend_general_float() local
629 dR = dG = dB = 0.0F; in blend_general_float()
632 dR = dG = dB = 1.0F; in blend_general_float()
637 dB = Bs; in blend_general_float()
642 dB = 1.0F - Bs; in blend_general_float()
645 dR = dG = dB = As; in blend_general_float()
648 dR = dG = dB = 1.0F - As; in blend_general_float()
651 dR = dG = dB = Ad; in blend_general_float()
654 dR = dG = dB = 1.0F - Ad; in blend_general_float()
659 dB = ctx->Color.BlendColor[2]; in blend_general_float()
[all …]
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c644 int16_t zeros, dB; in WebRtcAgc_ProcessVad() local
706 dB = (15 - zeros) << 11; in WebRtcAgc_ProcessVad()
717 tmp32 = state->meanShortTerm * 15 + dB; in WebRtcAgc_ProcessVad()
721 tmp32 = (dB * dB) >> 12; in WebRtcAgc_ProcessVad()
731 tmp32 = state->meanLongTerm * state->counter + dB; in WebRtcAgc_ProcessVad()
736 tmp32 = (dB * dB) >> 12; in WebRtcAgc_ProcessVad()
753 tmp32 = tmp16 * (int16_t)(dB - state->meanLongTerm); in WebRtcAgc_ProcessVad()
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_loop_gnu.s97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
DARM-E_interpolate_noloop_gnu.s89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
DARM-E_voice_gain_gnu.s152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
/external/opencv3/modules/video/test/
Dtest_estimaterigid.cpp116 double dB=0, nB=0; in testNPoints() local
122 dB = cv::determinant(B); in testNPoints()
124 if( fabs(dB) < 0.01*nB ) in testNPoints()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h252 FX_FLOAT& dB);
255 FX_FLOAT dB,
263 FX_FLOAT dB,
268 FX_FLOAT& dB);
/external/libvorbis/doc/
D01-introduction.tex209 representation on a dB amplitude scale and Bark frequency scale.
211 representation on a dB amplitude scale and linear frequency scale.
462 However, floor vector values can span \~{}140dB (\~{}24 bits unsigned), and
463 the audio spectrum vector should represent a minimum of 120dB (\~{}21
466 $-140$dB, it must be able to span 0 to $+140$dB. For the residue vector
467 to reach full scale if the floor is nailed at 0dB, it must be able to
468 represent $-140$dB to $+0$dB. Thus, in order to handle full range
469 dynamics, a residue vector may span $-140$dB to $+140$dB entirely within
470 spec. A 280dB range is approximately 48 bits with sign; thus the
D04-codec.tex550 However, floor vector values can span \~140dB (\~24 bits unsigned), and
551 the audio spectrum vector should represent a minimum of 120dB (\~21
554 $-140$dB, it must be able to span 0 to $+140$dB. For the residue vector
555 to reach full scale if the floor is nailed at 0dB, it must be able to
556 represent $-140$dB to $+0$dB. Thus, in order to handle full range
557 dynamics, a residue vector may span $-140$dB to $+140$dB entirely within
558 spec. A 280dB range is approximately 48 bits with sign; thus the
D10-tables.tex6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
D07-floor1.tex10 mechanically on a linear frequency axis and a logarithmic (dB)
180 which happens to be approximately -140dB).
386 …the scalar value from [floor] as an offset into the vector \link{vorbis:spec:floor1:inverse:dB:tab…
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRFinderPatternFinder.cpp55 FX_FLOAT dB = in operator ()() local
57 return dA < dB ? -1 : dA > dB ? 1 : 0; in operator ()()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2PulleyJoint.cpp48 b2Vec2 dB = anchorB - groundB; in Initialize() local
49 lengthB = dB.Length(); in Initialize()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1281 FX_FLOAT& dB) { in ConvertGRAY2RGB() argument
1286 dB = dGray; in ConvertGRAY2RGB()
1291 FX_FLOAT dB, in ConvertRGB2GRAY() argument
1293 if (dR < 0 || dR > 1 || dG < 0 || dG > 0 || dB < 0 || dB > 1) in ConvertRGB2GRAY()
1295 dGray = 0.3f * dR + 0.59f * dG + 0.11f * dB; in ConvertRGB2GRAY()
1304 FX_FLOAT& dB) { in ConvertCMYK2RGB() argument
1310 dB = 1.0f - std::min(1.0f, dY + dK); in ConvertCMYK2RGB()
1315 FX_FLOAT dB, in ConvertRGB2CMYK() argument
1320 if (dR < 0 || dR > 1 || dG < 0 || dG > 1 || dB < 0 || dB > 1) in ConvertRGB2CMYK()
1325 dY = 1.0f - dB; in ConvertRGB2CMYK()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_dur.pkb53 0AQ��e �Q��r� � "�F2�dB�Q1�A��g�`�@!0 �ҭ00a�a�Pp@�"�g���Qs�dP�S1����4q…
/external/libjpeg-turbo/
DREADME-turbo.txt278 0.08 dB gain in PNSR.)
287 is less than 0.10 dB, whereas changing the quality level by 1 in the upper
288 range of the quality scale is typically more like a 1.0 dB difference.)

123