HomeSort by relevance Sort by last modified time
    Searched full:gain (Results 51 - 75 of 507) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 65 * Output gain for individual voice
78 EAS_I32 gain; local
99 gain = pWTIntFrame->prevGain << 16;
108 /* incremental gain step to prevent zipper noise */
110 gain += gainIncrement;
112 tmp2 = gain >> 16;
114 /* scale sample by gain */
464 * optimizations. It calls the interpolator, filter, and gain routines
535 /* apply gain, and left and right gain */
562 EAS_I32 gain; local
    [all...]
eas_reverbdata.h 179 EAS_I16 m_nApGain; // gain for ap
191 EAS_I16 m_nLpfFwd; // lpf forward gain
193 EAS_I16 m_nLpfFbk; // lpf feedback gain
197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap
314 EAS_I16 m_nSin; // gain for self taps
316 EAS_I16 m_nCos; // gain for cross taps
318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
322 EAS_I16 m_nLpfFwd; // lpf forward gain (includes scaling for mixer)
324 EAS_I16 m_nLpfFbk; // lpf feedback gain
    [all...]
ARM_synth_constants_gnu.inc 129 .equ m_gainLeft, 16 @ /* current gain, left ch */
130 .equ m_gainRight, 18 @ /* current gain, right ch */
  /external/bluetooth/bluez/audio/
headset.c 942 dbus_uint16_t gain; local
945 error("Too short string for Gain setting");
949 gain = (dbus_uint16_t) strtol(&buf[7], NULL, 10);
951 if (gain > 15) {
952 error("Invalid gain value received: %u", gain);
958 if (hs->sp_gain == gain)
962 hs->sp_gain = gain;
965 if (hs->mic_gain == gain)
969 hs->mic_gain = gain;
1793 dbus_uint16_t gain; local
1818 dbus_uint16_t gain; local
1894 uint16_t gain; local
1907 uint16_t gain; local
1974 uint16_t gain; local
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
g_adapt.h 107 Word16 prev_gc; /* previous code gain, Q1 */
109 Word16 ltpg_mem[LTPG_MEM_SIZE]; /* LTP coding gain history, Q13 */
118 /* initialize one instance of the gain adaptor
125 /* reset of gain adaptor state (i.e. set state memory to zero)
130 /* de-initialize gain adaptor state (i.e. free state struct)
137 * Purpose: calculate pitch/codebook gain adaptation factor alpha
144 Word16 ltpg, /* i : ltp coding gain (log2()), Q */
145 Word16 gain_cod, /* i : code gain, Q13 */
146 Word16 *alpha, /* o : gain adaptation factor, Q15 */
qgain795.h 108 GainAdaptState *adapt_st, /* i/o: gain adapter state structure */
117 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */
118 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
120 Word16 cod_gain_frac, /* i : opt. codebook gain (fraction),Q15 */
121 Word16 cod_gain_exp, /* i : opt. codebook gain (exponent), Q0 */
122 Word16 gp_limit, /* i : pitch gain limit */
123 Word16 *gain_pit, /* i/o: Pitch gain (unquant/quant), Q14 */
124 Word16 *gain_cod, /* o : Code gain, Q1 */
130 /* (first gain pitch, then code pitch)*/
calc_en.h 107 * excitation signals and the LTP coding gain
121 Word16 gain_pit, /* i : pitch gain, Q14 */
126 Word16 *ltpg, /* o : LTP coding gain (log2()), Q13 */
137 * codebook gain gcu (for MR475 only).
163 Word16 *cod_gain_frac,/* o: optimum codebook gain (fraction part), Q15 */
164 Word16 *cod_gain_exp, /* o: optimum codebook gain (exponent part), Q0 */
178 Word16 *en_exp, /* o: optimum codebook gain (exponent part), Q0 */
179 Word16 *en_frac, /* o: optimum codebook gain (fraction part), Q15 */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.h 107 Word16 prev_gc; /* previous code gain, Q1 */
109 Word16 ltpg_mem[LTPG_MEM_SIZE]; /* LTP coding gain history, Q13 */
118 /* initialize one instance of the gain adaptor
125 /* reset of gain adaptor state (i.e. set state memory to zero)
130 /* de-initialize gain adaptor state (i.e. free state struct)
137 * Purpose: calculate pitch/codebook gain adaptation factor alpha
144 Word16 ltpg, /* i : ltp coding gain (log2()), Q */
145 Word16 gain_cod, /* i : code gain, Q13 */
146 Word16 *alpha, /* o : gain adaptation factor, Q15 */
qgain795.h 108 GainAdaptState *adapt_st, /* i/o: gain adapter state structure */
117 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */
118 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
120 Word16 cod_gain_frac, /* i : opt. codebook gain (fraction),Q15 */
121 Word16 cod_gain_exp, /* i : opt. codebook gain (exponent), Q0 */
122 Word16 gp_limit, /* i : pitch gain limit */
123 Word16 *gain_pit, /* i/o: Pitch gain (unquant/quant), Q14 */
124 Word16 *gain_cod, /* o : Code gain, Q1 */
130 /* (first gain pitch, then code pitch)*/
calc_en.h 107 * excitation signals and the LTP coding gain
121 Word16 gain_pit, /* i : pitch gain, Q14 */
126 Word16 *ltpg, /* o : LTP coding gain (log2()), Q13 */
137 * codebook gain gcu (for MR475 only).
163 Word16 *cod_gain_frac,/* o: optimum codebook gain (fraction part), Q15 */
164 Word16 *cod_gain_exp, /* o: optimum codebook gain (exponent part), Q0 */
178 Word16 *en_exp, /* o: optimum codebook gain (exponent part), Q0 */
179 Word16 *en_frac, /* o: optimum codebook gain (fraction part), Q15 */
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
338 /* if level control or envelope gain is zero, skip this envelope */
339 if (((pRegion->oper[operIndex].gain & 0xfc) == 0) ||
345 /* if the envelope gain is above the sustain level, we need to catch this voice */
420 /* calculate pan gain values only if stereo output */
434 /* initialize gain value for anti-zipper filter */
442 /* establish operator output gain level */
444 pFMVoice->oper[operIndex].outputGain = EAS_LogToLinear16(((EAS_I16) (pRegion->oper[operIndex].gain & 0xfc) - 0xfc) << 7);
464 /* save static gain parameters */
511 * - the given channel's static gain and static pitch are update
    [all...]
eas_reverbdata.h 179 EAS_I16 m_nApGain; // gain for ap
191 EAS_I16 m_nLpfFwd; // lpf forward gain
193 EAS_I16 m_nLpfFbk; // lpf feedback gain
197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap
314 EAS_I16 m_nSin; // gain for self taps
316 EAS_I16 m_nCos; // gain for cross taps
318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
322 EAS_I16 m_nLpfFwd; // lpf forward gain (includes scaling for mixer)
324 EAS_I16 m_nLpfFbk; // lpf feedback gain
    [all...]
eas_fmsynth.h 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
56 EAS_U16 outputGain; /* current output gain */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
338 /* if level control or envelope gain is zero, skip this envelope */
339 if (((pRegion->oper[operIndex].gain & 0xfc) == 0) ||
345 /* if the envelope gain is above the sustain level, we need to catch this voice */
420 /* calculate pan gain values only if stereo output */
434 /* initialize gain value for anti-zipper filter */
442 /* establish operator output gain level */
444 pFMVoice->oper[operIndex].outputGain = EAS_LogToLinear16(((EAS_I16) (pRegion->oper[operIndex].gain & 0xfc) - 0xfc) << 7);
464 /* save static gain parameters */
511 * - the given channel's static gain and static pitch are update
    [all...]
eas_reverbdata.h 179 EAS_I16 m_nApGain; // gain for ap
191 EAS_I16 m_nLpfFwd; // lpf forward gain
193 EAS_I16 m_nLpfFbk; // lpf feedback gain
197 EAS_I16 m_nGain[REVERB_MAX_NUM_REFLECTIONS]; // gain for ap
314 EAS_I16 m_nSin; // gain for self taps
316 EAS_I16 m_nCos; // gain for cross taps
318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
322 EAS_I16 m_nLpfFwd; // lpf forward gain (includes scaling for mixer)
324 EAS_I16 m_nLpfFbk; // lpf feedback gain
    [all...]
ARM_synth_constants_gnu.inc 129 .equ m_gainLeft, 16 @ /* current gain, left ch */
130 .equ m_gainRight, 18 @ /* current gain, right ch */
eas_fmsynth.h 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
56 EAS_U16 outputGain; /* current output gain */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
agc.cpp 607 st->past_gain = gain
625 sig_out[n] = sig_out[n] * gain[n]
626 gain[n] = agc_fac * gain[n-1] + (1 - agc_fac) g_in/g_out
628 where: gain[n] = gain at the nth sample given by
654 Word16 gain_in, gain_out, g0, gain;
696 // compute gain[n] = agc_fac * gain[n-1]
698 // sig_out[n] = gain[n] * sig_out[n
753 Word16 gain; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 607 st->past_gain = gain
625 sig_out[n] = sig_out[n] * gain[n]
626 gain[n] = agc_fac * gain[n-1] + (1 - agc_fac) g_in/g_out
628 where: gain[n] = gain at the nth sample given by
654 Word16 gain_in, gain_out, g0, gain;
696 // compute gain[n] = agc_fac * gain[n-1]
698 // sig_out[n] = gain[n] * sig_out[n
753 Word16 gain; local
    [all...]
  /external/speex/include/speex/
speex_stereo.h 53 float smooth_left; /**< Smoothed left channel gain */
54 float smooth_right; /**< Smoothed right channel gain */
  /external/speex/libspeex/
filters.h 85 int max_pitch, /*pitch gain (3-tap)*/
86 spx_word16_t comb_gain, /*gain of comb filter*/
  /bionic/libc/kernel/common/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /external/skia/include/core/
SkScalarCompare.h 32 we gain the speed of integer compares.
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain

Completed in 152 milliseconds

1 23 4 5 6 7 8 91011>>