HomeSort by relevance Sort by last modified time
    Searched full:gains (Results 101 - 125 of 349) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 657 /* gains */
722 /* First two elements of 'inp' store gains*/
733 /* gains */
768 * which is written where gains had to be written. Then we write the
969 /* log gains */
1011 /* First two element are gains, move over them. */
    [all...]
structs.h 418 This struct is used to take a snapshot of the entropy coder and LPC gains
419 right before encoding LPC gains. This allows us to go back to that state
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_gain2.tab 25 * during quantization of gains. *
  /frameworks/wilhelm/src/
handler_bodies.c 36 // FIXME update gains on all players attached to this outputmix
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx 578 const float gains = 0.003; // Seeed magic number? local
580 *aX = float(m_rawX - m_adjX) * gains;
581 *aY = float(m_rawY - m_adjY) * gains;
582 *aZ = float(m_rawZ - m_adjZ) * gains;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage_dx.dox 35 slice based decoding callbacks provide substantial speed gains to the
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 749 NULL); // gains
791 ALOGV("convertAudioPortConfigFromNative could not get gains from port");
    [all...]
  /external/aac/libSBRdec/src/
env_calc.h 98 FIXP_DBL filtBuffer[MAX_FREQ_COEFFS]; /*!< previous gains (required for smoothing) */
100 SCHAR filtBuffer_e[MAX_FREQ_COEFFS]; /*!< Exponents of previous gains */
  /external/libopus/silk/
encode_indices.c 68 /* Encode gains */
152 /* Encode LTP gains */
CNG.c 119 /* Smooth gains */
decode_parameters.c 45 /* Dequant Gains */
  /external/webrtc/webrtc/base/
dbus_unittest.cc 27 // service and gains ownership of a name.
82 // service and gains ownership of a name.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_gain_tables.c 23 /* cdf for quantized pitch filter gains */
71 /* mean values of pitch filter gains in FIXED point Q12 */
entropy_coding.c 789 /* gains not handled here as in the FLP version */
1018 /* log gains */
    [all...]
encode.c 206 // record LPC Gains for possible bit-rate reduction
212 /* code LPC model and shape - gains not quantized yet */
370 // scale the unquantized LPC gains and save the scaled version for the future use
377 // reset the bit-stream object to the state which it had before encoding LPC Gains
572 /* encode pitch gains */
  /frameworks/base/media/java/android/media/
MediaFormat.java 400 * calculation of attenuation gains for clipping prevention. This information can be provided
416 * This factor enables the user to select how much of the gains are applied.
417 * <p>Positive gains (boost) and negative gains (attenuation, see
420 * <p>Typically, attenuation gains are sent for loud signal segments, and boost gains are sent
422 * the boost factor is used to enable the positive gains, i.e. to amplify soft signal segments
424 * factor is used to enable the negative gains, to prevent loud signal from surprising
426 * and the attenuation factor are used in order to enable all DRC gains.
454 * Note that only light compression offers the features of scaling of DRC gains
    [all...]
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 191 /* Reduce gains for periodic signals */
262 /* Compute noise shaping AR coefs and gains */
335 /* Ratio of prediction gains, in energy domain */
356 /* Increase gains during low speech activity and put lower limit on gains */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gmed_n.cpp 108 valid for a odd number of gains (n <= NMAX).
125 Word16 n // i : The number of gains; this routine
126 // is only valid for a odd number of gains
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 121 ALOGV("AudioPort::toAudioPort() num gains %zu", mGains.size());
125 port->gains[i] = mGains[i]->getGain();
365 snprintf(buffer, SIZE, "%*s- gains:\n", spaces, "");
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 122 // copy gains from audio player to track
212 float gains[STEREO_CHANNELS]; local
217 gains[channel] = gain;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qua_gain.cpp 59 Quantization of pitch and codebook gains.
153 Quantization of pitch and codebook gains.
327 * error for the quantized gains from the table. The index for the *
329 * gains *
375 * read quantized gains and new values for MA predictor memories *
379 /* Read the quantized gains */
  /docs/source.android.com/src/devices/audio/
tv.jd 137 unsigned int num_gains; /* number of gains in following array */
138 struct audio_gain gains[AUDIO_PORT_MAX_GAINS];
  /frameworks/av/services/audiopolicy/config/
audio_policy_configuration.xml 99 <gains>
105 </gains>
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 119 // LNT run (at least on Cyclone) showed reasonably significant gains for
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.h 45 * Selecting critical level is not recommended because perfromance gains are

Completed in 1542 milliseconds

1 2 3 45 6 7 8 91011>>