/external/webrtc/src/modules/audio_processing/agc/ |
D | digital_agc.c | 309 WebRtc_Word32 gains[11]; in WebRtcAgc_ProcessDigital() local 427 gains[0] = stt->gain; in WebRtcAgc_ProcessDigital() 468 gains[k + 1] = stt->gainTable[zeros] + WEBRTC_SPL_RSHIFT_W32(tmp32, 12); in WebRtcAgc_ProcessDigital() 513 if ((gains[k + 1] - stt->gainTable[0]) > 8388608) in WebRtcAgc_ProcessDigital() 516 tmp32 = WEBRTC_SPL_RSHIFT_W32((gains[k+1] - stt->gainTable[0]), 8); in WebRtcAgc_ProcessDigital() 520 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj)); in WebRtcAgc_ProcessDigital() 523 gains[k + 1] = stt->gainTable[0] + tmp32; in WebRtcAgc_ProcessDigital() 532 if (gains[k + 1] > 47453132) in WebRtcAgc_ProcessDigital() 534 zeros = 16 - WebRtcSpl_NormW32(gains[k + 1]); in WebRtcAgc_ProcessDigital() 536 gain32 = WEBRTC_SPL_RSHIFT_W32(gains[k+1], zeros) + 1; in WebRtcAgc_ProcessDigital() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | pitch_filter.c | 261 double* lags, double* gains, PitchFilterOperation mode, in FilterFrame() argument 294 gains[n] *= -kEnhancer; in FilterFrame() 305 old_gain = gains[0]; in FilterFrame() 319 gain_delta = (gains[m] - old_gain) / PITCH_GRAN_PER_SUBFRAME; in FilterFrame() 323 old_gain = gains[m]; in FilterFrame() 360 double* gains) { in WebRtcIsac_PitchfilterPre() argument 361 FilterFrame(in_data, pf_state, lags, gains, kPitchFilterPre, out_data, NULL); in WebRtcIsac_PitchfilterPre() 366 double* gains) { in WebRtcIsac_PitchfilterPre_la() argument 367 FilterFrame(in_data, pf_state, lags, gains, kPitchFilterPreLa, out_data, in WebRtcIsac_PitchfilterPre_la() 374 double* lags, double* gains) { in WebRtcIsac_PitchfilterPre_gains() argument [all …]
|
D | pitch_estimator.h | 29 double *gains); 41 double *gains); 47 double *gains); 53 double *gains); 60 double *gains);
|
D | pitch_estimator.c | 471 double *gains) in WebRtcIsac_PitchAnalysis() argument 523 gains[k] = PITCH_MAX_GAIN_06; in WebRtcIsac_PitchAnalysis() 528 WebRtcIsac_PitchfilterPre_gains(Whitened, out_G, out_dG, &(State->PFstr_wght), lags, gains); in WebRtcIsac_PitchAnalysis() 550 tmp += kWeight[k+1][m+1] * gains[m]; in WebRtcIsac_PitchAnalysis() 561 tmp = 1.0 / (1 - gains[k]); in WebRtcIsac_PitchAnalysis() 565 tmp = 1.0 / (1 - gains[3]); in WebRtcIsac_PitchAnalysis() 601 gains[k] += dG[k]; in WebRtcIsac_PitchAnalysis() 602 if (gains[k] > PITCH_MAX_GAIN) in WebRtcIsac_PitchAnalysis() 603 gains[k] = PITCH_MAX_GAIN; in WebRtcIsac_PitchAnalysis() 604 else if (gains[k] < 0.0) in WebRtcIsac_PitchAnalysis() [all …]
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | README | 7 that are useful to it. When one python module imports another, it gains
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 35 slice based decoding callbacks provide substantial speed gains to the
|
D | CHANGELOG | 57 Large realtime encoding speed gains at a small quality expense are
|
/external/valgrind/main/ |
D | README_DEVELOPERS | 124 puts the tool executable into a wait loop soon after it gains
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.css | 302 * immediately get layout. It still doesn't have it in 'load', but gains it
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | ll.S | 50 # but, that only gains us one byte of space in the lzss image.
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
D | ll.S | 44 # but, that only gains us one byte of space in the lzss image.
|
/external/ceres-solver/docs/ |
D | build.tex | 307 small (10-20\%) performance gains in the \sparseschur\ solver, you can disable some of the template
|
D | solving.tex | 584 routines. This leads to substantial gains in factorization
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | fullscreen_controller.mm | 155 // Fullscreen" button. These functions are called when the window gains or
|
/external/ganymed-ssh2/ |
D | HISTORY.txt | 11 - Performance gains with request parallelism in requests for read and write write operations in SFT…
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_mac.mm | 35 // |model_| doesn't actually do anything when it gains focus, it just
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 114 marking instead; gains 1% on JavaScript iBench
|
D | ChangeLog-2007-10-14 | 2514 - http://bugs.webkit.org/show_bug.cgi?id=10880 (Do..while loop gains
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 8712 is needed. Simple change for big gains, 7% - 10% improvement 8713 on cached pages. Other similar gains may remain to be had. 16248 performance gains. 16350 local QStrings. Hit the top two problem areas. Many more gains to be had
|
D | ChangeLog | 17400 … With overlay scrollbars, textarea resize corner gains borders when the textarea becomes scrollable 21642 compositing/overflow/content-gains-scrollbars.html 60254 Any performance gains from this patch are likely 60729 Any performance gains from this patch are likely
|
D | ChangeLog-2003-10-25 | 18001 …2. Lazily release resources from page cache. This garners gains on the PLT (and presumably iBenc…
|
D | ChangeLog-2011-02-16 | 15675 Add assertions that CACFLayerTreeHost gains and loses an HWND only once 40550 when the GraphicsLayer gains a structural layer (for reflection flattening).
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 11255 gains gAnz
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 4945 Make sure to call _updateActiveState as the window gains/loses key.
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 19629 In addition QWebSettings gains configuration functions for
|