HomeSort by relevance Sort by last modified time
    Searched refs:gain (Results 226 - 250 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 219 EAS_I32 gain; member in struct:__anon28160
354 0, /* Mod LFO to gain: 0 dB */
355 0, /* Mod LFO CC1 to gain: 0 dB */
356 0, /* Mod LFO channel pressure to gain: 0 dB */
357 960, /* Velocity to gain: 96 dB */
    [all...]
eas_pcm.c 454 * gainLeft - linear gain multipler in 1.15 fraction format
455 * gainRight - linear gain multipler in 1.15 fraction format
457 * initial - initial settings, set current gain
465 * In mono mode, leftGain controls the output gain and rightGain is ignored
513 * gainLeft - linear gain multipler in 1.15 fraction format
514 * gainRight - linear gain multipler in 1.15 fraction format
515 * initial - initial settings, set current gain
523 * In mono mode, leftGain controls the output gain and rightGain is ignored
556 * Mute and stop rendering a PCM stream. Sets the gain target to zero and stops the playback
582 * Resume rendering a PCM stream. Sets the gain target back to it
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume); local
    [all...]
eas_voicemgt.c     [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 188 public static final float gain(final float g, final float x) { method in class:ShaderUtils
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 209 setGain(band, bandCfg.gain);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 373 * gain prototypes *
376 Word16 G_pitch( /* (o) Q14 : Gain of pitch lag saturated to 1.2 */
379 Word16 g_coeff[], /* : Correlations need for gain quantization. */
395 Word16 * gain_pit, /* (i/o)Q14:Pitch gain. */
396 Word32 * gain_cod, /* (o) Q16 :Code gain. */
409 Word16 * gain_pit, /* (o) Q14 :Pitch gain. */
410 Word32 * gain_cod, /* (o) Q16 :Code gain. */
479 Word16 gain, /* (i) Q14 : adaptive codebook gain */
485 Word16 gain_pit, /* (i) Q14 : gain of pitch *
    [all...]
  /hardware/libhardware/modules/audio/
audio_hw.c 187 static int in_set_gain(struct audio_stream_in *stream, float gain)
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 500 opus_val32 gain; local
501 gain = celt_exp2(MULT16_16_P15(QCONST16(6.48814081e-4f, 25), st->decode_gain));
505 x = MULT16_32_P16(pcm[i],gain);
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 454 * gainLeft - linear gain multipler in 1.15 fraction format
455 * gainRight - linear gain multipler in 1.15 fraction format
457 * initial - initial settings, set current gain
465 * In mono mode, leftGain controls the output gain and rightGain is ignored
513 * gainLeft - linear gain multipler in 1.15 fraction format
514 * gainRight - linear gain multipler in 1.15 fraction format
515 * initial - initial settings, set current gain
523 * In mono mode, leftGain controls the output gain and rightGain is ignored
556 * Mute and stop rendering a PCM stream. Sets the gain target to zero and stops the playback
582 * Resume rendering a PCM stream. Sets the gain target back to it
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume); local
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 454 * gainLeft - linear gain multipler in 1.15 fraction format
455 * gainRight - linear gain multipler in 1.15 fraction format
457 * initial - initial settings, set current gain
465 * In mono mode, leftGain controls the output gain and rightGain is ignored
513 * gainLeft - linear gain multipler in 1.15 fraction format
514 * gainRight - linear gain multipler in 1.15 fraction format
515 * initial - initial settings, set current gain
523 * In mono mode, leftGain controls the output gain and rightGain is ignored
556 * Mute and stop rendering a PCM stream. Sets the gain target to zero and stops the playback
582 * Resume rendering a PCM stream. Sets the gain target back to it
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume); local
    [all...]
eas_voicemgt.c     [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 104 printf("\n -agc Gain control\n");
109 printf(" --compression_gain GAIN\n");
296 int gain; local
297 ASSERT_EQ(1, sscanf(argv[i], "%d", &gain));
301 apm->gain_control()->set_compression_gain_db(gain));
816 // TODO(ajm): fake an analog gain while simulating.
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 393 weight = signal * musgraveData.gain;
421 weight = musgraveData.gain * result;
433 weight *= musgraveData.gain * signal;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 371 static int in_set_gain(struct audio_stream_in *stream, float gain)
375 return in->legacy_in->setGain(gain);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 392 static int in_set_gain(struct audio_stream_in *stream, float gain)
396 return in->qcom_in->setGain(gain);
  /external/aac/libSBRdec/src/
env_calc.cpp 288 \brief Reduce gain-adjustment induced aliasing for real valued filterbank.
334 /*Calculate new gain*/
342 FIXP_DBL groupGain; /* Total energy gain in group */
358 /* Multiply band energy with current gain */
365 /* Calculate total energy gain in group */
380 /* Modify gain depending on the degree of aliasing */
385 /* Apply modified gain to original energy */
446 \li Calculate gain and noise level for each subband:<br>
447 \f$ gain = \sqrt{ \frac{nrgRef}{nrgEst} \cdot (1 - noiseRatio) }
459 \li Noise limiting: The gain for each subband is limited both absolutel
1948 FIXP_DBL *RESTRICT gain = nrgs->nrgGain; \/*!< Gains of current envelope *\/ local
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 545 /* gain = nrgSum / (nrg*(M+1)) */
546 FIXP_DBL gain = fMult(fDivNorm(nrgSum, nrg, &sc), GetInvInt(M+1)); local
549 /* reduce nrg if gain smaller 1.f */
550 if ( !((sc>=0) && ( gain > ((FIXP_DBL)MAXVAL_DBL>>sc) )) ) {
551 nrg = fMult(scaleValue(gain,sc), nrg);
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 329 static int in_set_gain(struct audio_stream_in *stream, float gain)
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 80 printf( "app %s ", event->active.gain ? "gained" : "lost" );
  /external/speex/libspeex/
nb_celp.c 337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
402 /* Compute open-loop excitation gain */
608 /*Quantize and transmit open-loop excitation gain*/
675 /* Compute analysis filter gain at w=pi (for use in SB-CELP) */
818 /* Calculate gain correction for the sub-frame (if any) */
1481 spx_word16_t gain; local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 629 BandDefs[i].Gain = EQNB_5BandSoftPresets[i];
1203 int gain = pContext->pBundledContext->bandGaindB[j]; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 1142 uint16_t gain; member in struct:exp_gain_cfg
1170 uint16_t gain; member in struct:sensor_3d_exp_cfg
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1126 uint16_t gain; member in struct:exp_gain_cfg
1146 uint16_t gain; member in struct:sensor_3d_exp_cfg
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 1137 uint16_t gain; member in struct:exp_gain_cfg
1160 uint16_t gain; member in struct:sensor_3d_exp_cfg
    [all...]

Completed in 2349 milliseconds

1 2 3 4 5 6 7 8 91011