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

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 321 /* Code LPC model and shape - gains not quantized yet. */
330 /* Store the state of arithmetic coder before coding LPC gains. */
343 /* Store LPC Gains before encoding them. */
349 /* Code gains */
451 /* Scale the LPC Gains. */
472 /* Re-store the state of arithmetic coder before coding LPC gains. */
483 /* Code gains. */
569 /* Scale the LPC Gains. */
594 /* Store the state of arithmetic coder before coding LPC gains */
605 /* Store the gains for multiple encoding. *
    [all...]
lpc_tables.h 95 /* means of log gains and LAR coefficients */
  /cts/apps/CameraITS/tests/scene1/
test_raw_burst_sensitivity.py 25 """Capture a set of raw images with increasing gains and measure the noise.
47 # Digital gains might not be visible on RAW data
test_raw_sensitivity.py 25 """Capture a set of raw images with increasing gains and measure the noise.
45 # Digital gains might not be visible on RAW data
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 165 /* Reduce gains for periodic signals */
228 /* Compute noise shaping AR coefs and gains */
259 psEncCtrl->Gains[ k ] = ( silk_float )sqrt( nrg );
263 psEncCtrl->Gains[ k ] *= warped_gain( &psEncCtrl->AR2[ k * MAX_SHAPE_LPC_ORDER ], warping, psEnc->sCmn.shapingLPCOrder );
278 /* Ratio of prediction gains, in energy domain */
291 /* Increase gains during low speech activity */
295 psEncCtrl->Gains[ k ] *= gain_mult;
296 psEncCtrl->Gains[ k ] += gain_add;
main_FLP.h 172 const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization gains */
184 const silk_float gains[], /* I Quantization gains */
201 silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gains */
220 /* Processing of gains */
LTP_analysis_filter_FLP.c 39 const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization gains */
  /external/libopus/silk/
quant_LTP_gains.c 36 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (un)quantized LTP gains */
89 cbk_gain_ptr_Q7, /* I codebook effective gains */
  /frameworks/base/media/java/android/media/
AudioDevicePort.java 41 int[] formats, AudioGain[] gains, int type, String address) {
45 deviceName, samplingRates, channelMasks, channelIndexMasks, formats, gains);
AudioGain.java 25 * MODE_JOINT: all channel gains are controlled simultaneously
37 * Applications get a list of AudioGainDescriptors from AudioPortDescriptor.gains() and can build a
45 * all channel gains are controlled simultaneously
AudioPort.java 81 int[] formats, AudioGain[] gains) {
90 mGains = gains;
159 public AudioGain[] gains() { method in class:AudioPort
  /cts/apps/CameraITS/tests/inprog/
test_param_edge_mode.py 39 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
  /external/libopus/silk/fixed/
main_FIX.h 177 const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantization gains, one for each subframe */
190 const opus_int32 gains[ MAX_NB_SUBFR ], /* I Quantization gains */
206 /* Processing of gains */
  /external/mesa3d/docs/
postprocess.html 47 Numbers higher than 8 see minimizing gains.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_construct.h 25 * Construct decoded vector from codebook and gains.
gain_dequant.c 23 * decoder for quantized gains in the gain-shape coding of
gain_dequant.h 25 * decoder for quantized gains in the gain-shape coding of
cb_search.c 56 int16_t gains[CB_NSTAGES+1]; local
184 gains[0] = 16384;
290 (int16_t)WEBRTC_SPL_ABS_W16(gains[stage]), stage, &gain_index[stage]);
346 gains[stage+1] = bestGain;
369 tmp = (int16_t)((gains[1] * gains[1]) >> 14);
373 tmpW32 = ((int32_t)(gains[1]-1))<<1;
cb_construct.c 24 * Construct decoded vector from codebook and gains.
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Gains.h 29 class Gains
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 241 float* gains = gain_applier_.target(); local
243 gains[i] = 0.0f;
245 gains[i] = fmaf(filter_bank_[j][i], gains_eq_[j], gains[i]);
342 // Analytic solution for optimal gains. See paper for derivation.
  /cts/apps/CameraITS/pymodules/its/
target.py 59 sens, exp_time, gains, xform, _ \
69 # Use the gains+transform returned by the AWB pass.
76 req["android.colorCorrection.gains"] = gains
  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 81 // cancel any pending hide action. When the window gains focus,
  /external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
core-focusable.js 124 // Only render the "focused" state if the element gains focus due to
  /external/opencv3/modules/stitching/src/
exposure_compensate.cpp 154 std::vector<double> GainCompensator::gains() const function in class:cv::detail::GainCompensator
201 std::vector<double> gains = compensator.gains(); local
217 gain_map(by, bx) = static_cast<float>(gains[bl_idx]);

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011>>