HomeSort by relevance Sort by last modified time
    Searched refs:gains (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 30 // gains = round(2^16*10.^(0.05 * (MinGain + B * ( log(exp(-Knee*A)+exp(-Knee*B)) - log(1+exp(-Knee*B)) ) / log(1/(1+exp(Knee*B))))));
31 // fprintf(1, '\t%i, %i, %i, %i,\n', gains);
33 // in = 10*log10(lvl); out = 20*log10(gains/65536);
308 // array for gains (one value per ms, incl start & end)
309 WebRtc_Word32 gains[11]; local
427 gains[0] = stt->gain;
468 gains[k + 1] = stt->gainTable[zeros] + WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
513 if ((gains[k + 1] - stt->gainTable[0]) > 8388608)
516 tmp32 = WEBRTC_SPL_RSHIFT_W32((gains[k+1] - stt->gainTable[0]), 8);
520 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj))
    [all...]
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 122 // copy gains from audio player to track
212 float gains[STEREO_CHANNELS]; local
217 gains[channel] = gain;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 50 # but, that only gains us one byte of space in the lzss image.
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 44 # but, that only gains us one byte of space in the lzss image.
  /external/chromium/chrome/browser/resources/
print_preview.js 586 * Whenever the page range textfield gains focus we add a timer to detect when

Completed in 711 milliseconds