HomeSort by relevance Sort by last modified time
    Searched refs:gain (Results 201 - 225 of 261) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/opus/src/celt/
bands.c 639 opus_uint32 *seed, opus_val16 gain, celt_norm *lowband_scratch, int fill)
956 cm = quant_band(encode, m, i, x2, NULL, N, mbits, spread, B, intensity, tf_change, lowband, ec, remaining_bits, LM, lowband_out, NULL, level, seed, gain, lowband_scratch, orig_fill);
1013 NULL, next_level, seed, stereo ? Q15ONE : MULT16_16_P15(gain,mid), lowband_scratch, fill);
1022 NULL, next_level, seed, MULT16_16_P15(gain,side), NULL, fill>>B)<<((B0>>1)&(stereo-1));
1028 NULL, next_level, seed, MULT16_16_P15(gain,side), NULL, fill>>B)<<((B0>>1)&(stereo-1));
1036 NULL, next_level, seed, stereo ? Q15ONE : MULT16_16_P15(gain,mid), lowband_scratch, fill);
1064 , gain
1068 cm = alg_unquant(X, N, K, spread, B, ec, gain);
    [all...]
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 608 FIXP_DBL gain = qmf->outGain; local
616 result1 = fMult(result1,gain);
627 result2 = fMult(result2,gain);
641 result1 = fMult(result1,gain);
652 result2 = fMult(result2,gain);
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 204 // NOTE: We do not sanitize input gain values since the range is completely
384 // TODO(rkc,jennyz): Set input gain once we decide on how to store
385 // the gain values since the range and step are both device specific.
444 void CrasAudioHandler::SetInputNodeGain(uint64 node_id, int gain) {
446 SetInputNodeGain(node_id, gain);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 147 /* Find average pitch gain */
156 /* If pitch gain is low and energy constant - increase noise level*/
199 /* If pitch gain is low and energy constant - increase noise level*/
323 /* add hearing threshold and compute the gain */
350 /* add hearing threshold and compute of the gain */
483 * -gain : pointer to a buffer where LP gains are written.
491 double* gain,
532 /* add hearing threshold and compute the gain */
533 gain[subFrameCntr] = S_N_R / (sqrt(res_nrg) / *varscale + H_T_H);
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 509 status_t AudioStreamInDump::setGain(float gain)
511 if (mFinalStream != 0 ) return mFinalStream->setGain(gain);
  /bionic/libc/kernel/common/sound/
compress_params.h 215 __u32 gain; member in struct:snd_enc_flac
  /external/kernel-headers/original/sound/
compress_params.h 311 * @gain: Add replay gain tags
328 __u32 gain; member in struct:snd_enc_flac
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 278 EAS_I16 gain; /* current gain */ member in struct:s_synth_voice_tag
eas_public.c 1837 EAS_I16 gain; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 97 @ This section performs a gain adjustment of -12dB for 16-bit samples
ARM-E_interpolate_noloop_gnu.s 89 @ This section performs a gain adjustment of -12dB for 16-bit samples
eas_synth.h 278 EAS_I16 gain; /* current gain */ member in struct:s_synth_voice_tag
eas_public.c 1837 EAS_I16 gain; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 97 @ This section performs a gain adjustment of -12dB for 16-bit samples
ARM-E_interpolate_noloop_gnu.s 89 @ This section performs a gain adjustment of -12dB for 16-bit samples
eas_synth.h 278 EAS_I16 gain; /* current gain */ member in struct:s_synth_voice_tag
eas_public.c 1852 EAS_I16 gain; local
    [all...]
eas_mdls.c 219 EAS_I32 gain; member in struct:__anon28156
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...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 51 WebRtc_Word16 gain,
83 const WebRtc_Word16 Gain = 21299; // 1.3 in Q14
98 // Get old lag and gain value from memory.
108 gainsQ12[k], Gain, 14);
267 // Gain should be half the correlation.
  /hardware/libhardware/include/hardware/
audio.h 385 /** set the input gain for the audio driver. This method is for
387 int (*set_gain)(struct audio_stream_in *stream, float gain);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 226 __u32 gain; member in struct:snd_enc_flac
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 312 uint16_t gain; member in struct:exp_gain_cfg
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 312 uint16_t gain; member in struct:exp_gain_cfg
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.cpp 525 SkScalar gain = SkFloatToScalar(1.0f / m_divisor); local
533 return adoptRef(new SkMatrixConvolutionImageFilter(kernelSize, kernel.get(), gain, bias, target, tileMode, convolveAlpha, input.get()));
  /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

Completed in 1257 milliseconds

1 2 3 4 5 6 7 891011