Searched defs:dB (Results 1 - 8 of 8) 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/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c371 unsigned dR, dG, dB; local
376 pixel, dR, dG, dB);
377 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
378 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
417 int dR, dG, dB; local
423 pixel, dR, dG, dB);
424 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
425 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
H A DSDL_blit_1.c424 int dR, dG, dB; local
432 pixel, dR, dG, dB);
433 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
434 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
464 int dR, dG, dB; local
473 pixel, dR, dG, dB);
474 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
475 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp441 int dB = listB->delta(node); local
443 if (dA < dB && listA->m_nbChildren < m_tree->m_maxChildren)
445 else if (dB < dA && listB->m_nbChildren < m_tree->m_maxChildren)
/external/webrtc/src/modules/audio_processing/agc/
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)');
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; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1417 milliseconds