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

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode.c 64 float gain; local
142 /* Convert AvgPitchGain back to float for computation of gain. */
144 gain = 1.0f - 0.45f * (float)AvgPitchGain;
147 /* Reduce gain to compensate for pitch enhancer. */
148 LPw_pf[k] *= gain;
153 /* Compensation for transcoding gain changes. */
196 const WebRtc_Word16 kAveragePitchGain = 0; /* No pitch-gain for upper-band. */
262 const WebRtc_Word16 kAveragePitchGain = 0; /* No pitch-gain for upper-band. */
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 729 float energy1, energy2, gain, factor, factor1, factor2; local
769 // range for averaging low band quantities for H band gain
846 // for time-domain gain of HB
857 } // end of H band gain computation
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c 35 /* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
45 silk_float gain; local
48 gain = coefs[ order - 1 ];
50 gain = lambda * gain + coefs[ i ];
52 return (silk_float)( 1.0f / ( 1.0f - lambda * gain ) );
127 /* Compute noise shaping coefficients and initial gain values */
148 /* GAIN CONTROL */
211 /* More BWE for signals with high prediction gain */
262 /* Adjust gain for warping *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 167 Word16 log_en, gain, level, exp, exp0, tmp; local
238 /* the result corresponds to log2(gain) in Q10 */
247 /* Subtract 2 from log_en in Q9, i.e divide the gain by 2 (energy by 4) */
263 /* gain = level / sqrt(ener) * sqrt(L_FRAME) */
270 gain = extract_h(ener32);
272 gain = mult(level, gain); /* gain in Q15 */
281 tmp = mult(exc2[i], gain); /* Q0 * Q15 */
  /external/speex/libspeex/
preprocess.c 209 spx_word16_t *gain_floor; /**< Minimum gain allowed */
214 spx_word16_t *gain; /**< Ephraim Malah gain */ member in struct:SpeexPreprocessState_
238 float agc_gain; /**< Current AGC gain */
239 float max_gain; /**< Maximum gain allowed */
240 float max_increase_step; /**< Maximum increase in gain from one frame to another */
241 float max_decrease_step; /**< Maximum decrease in gain from one frame to another */
243 float init_max; /**< Current gain limit during initialisation */
290 /* This function approximates the gain function
292 which multiplied by xi/(1+xi) is the optimal gain
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 16 * additional gain.
58 * (desired level) if we have no compression gain. This level should be set high enough not
69 /* Size of analog gain table */
79 /* Gain/Suppression tables for virtual Mic (in Q10) */
118 WebRtc_UWord16 targetGainIdx, gain; local
200 /* apply slowly varying digital gain */
214 /* Increment through the table towards the target gain.
215 * If micVol drops below maxAnalog, we allow the gain
226 gain = kGainTableAnalog[stt->gainTableIdx];
231 tmp32 = WEBRTC_SPL_MUL_16_U16(in_mic[i], gain);
401 WebRtc_UWord16 gain; local
    [all...]
  /external/aac/libSBRenc/src/
resampler.cpp 109 FIXP_DBL g; /*! overall gain */
119 Wc = 0,5, order 30, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
158 Wc = 0,5, order 24, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
331 DownSampler->downFilter.gain = currentSet->g;
425 /* Apply global gain */
426 y = fMult(y, downFilter->gain);
442 /* Apply scattered gain */
443 y = fMult(y, downFilter->gain);
464 /* Apply final gain/scaling to output */
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 72 m_gain = AudioParam::create(context, "gain", 1.0, 0.0, 1.0);
134 // Apply the gain (in-place) to the output bus.
135 float totalGain = gain()->value() * m_buffer->gain();
335 m_lastGain = gain()->value();
  /external/chromium_org/chromeos/audio/
cras_audio_handler.h 118 // Gets gain level in 0-100% range (0 being pure silence) for the current
143 // Sets gain level to |gain_percent|, whose range is from 0-100%.
161 // Sets volume/gain level for a device.
208 // Sets input gain of |node_id| to |gain|.
209 void SetInputNodeGain(uint64 node_id, int gain);

Completed in 1014 milliseconds

1 2 3 4 5 67 8 91011