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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.h 29 double *gains);
41 double *gains);
47 double *gains);
53 double *gains);
60 double *gains);
pitch_filter.c 101 * damper_state_dg : state of damping filter for different trial gains.
214 /* Update filter parameters based on the pitch-gains and pitch-lags. */
240 * Filter a frame of 30 millisecond, given pitch-lags and pitch-gains.
245 * gains : pointer to pitch-gians, 4 gains per frame.
252 * pitch-gains.
261 double* lags, double* gains, PitchFilterOperation mode,
294 gains[n] *= -kEnhancer;
305 old_gain = gains[0];
319 gain_delta = (gains[m] - old_gain) / PITCH_GRAN_PER_SUBFRAME
    [all...]
pitch_estimator.c 471 double *gains)
514 /* Iterative optimization of gains */
521 /* set initial gains */
523 gains[k] = PITCH_MAX_GAIN_06;
527 /* compute Jacobian of pre-filter output towards gains */
528 WebRtcIsac_PitchfilterPre_gains(Whitened, out_G, out_dG, &(State->PFstr_wght), lags, gains);
550 tmp += kWeight[k+1][m+1] * gains[m];
561 tmp = 1.0 / (1 - gains[k]);
565 tmp = 1.0 / (1 - gains[3]);
599 /* update gains and check range *
    [all...]
  /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/ceres-solver/docs/
build.tex 307 small (10-20\%) performance gains in the \sparseschur\ solver, you can disable some of the template
solving.tex     [all...]
  /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 409 milliseconds