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

12 3 4 5 6 7 8 91011>>

  /external/libopus/silk/float/
encode_frame_FLP.c 145 /* Process gains */
278 /* Quantize gains */
283 /* Unique identifier of gains vector */
286 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 */
288 sEncCtrl.Gains[ i ] = pGains_Q16[ i ] / 65536.0f;
342 /* Save original gains */
343 silk_memcpy( TempGains, psEncCtrl->Gains, psEnc->sCmn.nb_subfr * sizeof( silk_float ) );
349 /* Increase Gains to get target LBRR rate */
354 /* Decode to get gains in sync with decoder *
    [all...]
find_pred_coefs_FLP.c 53 silk_assert( psEncCtrl->Gains[ i ] > 0.0f );
54 invGains[ i ] = 1.0f / psEncCtrl->Gains[ i ];
82 /* Create signal with prepended subframes, scaled by inverse gains */
111 silk_residual_energy_FLP( psEncCtrl->ResNrg, LPC_in_pre, psEncCtrl->PredCoef, psEncCtrl->Gains,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 192 * -lpcGain : pointer to LPC Gain, expecting 6 LPC gains
204 * Decorrelate LPC gains. There are 6 LPC Gains per frame. This is like
221 * Quantize the decorrelated log-domain gains.
224 * -lpcGain : uncorrelated LPC gains.
lpc_gain_swb_tables.c 29 * LPC gains.
37 * Number of reconstruction points of quantizers for LPC Gains.
54 * gains.
117 * An array of pointers to CDFs of decorrelated LPC Gains
127 * A matrix to decorrellate LPC gains of subframes.
pitch_estimator.c 472 double *gains)
515 /* Iterative optimization of gains */
522 /* set initial gains */
524 gains[k] = PITCH_MAX_GAIN_06;
528 /* compute Jacobian of pre-filter output towards gains */
529 WebRtcIsac_PitchfilterPre_gains(Whitened, out_G, out_dG, &(State->PFstr_wght), lags, gains);
551 tmp += kWeight[k+1][m+1] * gains[m];
562 tmp = 1.0 / (1 - gains[k]);
566 tmp = 1.0 / (1 - gains[3]);
600 /* update gains and check range *
    [all...]
entropy_coding.h 121 * of the corresponding sub-frame. The LPC gains
154 * of the corresponding sub-frame. The LPC gains
209 * Encode LPC gains of sub-Frames.
213 * LP gains to be encoded. The input values are
220 * - lpcGainIndex : quantization indices for lpc gains, these will
229 * Store LPC gains of sub-Frames in 'streamdata'.
233 * LP gains to be encoded.
  /frameworks/av/services/audiopolicy/
audio_policy.conf 51 # - one or more "gains" sections can be present in a device descriptor section.
57 # gains {
94 gains {
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_Private.h 71 /* For applying different gains to Left and right chennals */
84 /* For applying different gains to Left and right chennals */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gmed_n.h 71 Word16 n /* i : The number of gains; this routine */
72 /* is only valid for a odd number of gains */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
README 7 that are useful to it. When one python module imports another, it gains
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/
control 19 that are useful to it. When one Python module imports another, it gains
  /external/chromium-trace/catapult/third_party/python_gflags/
README 7 that are useful to it. When one python module imports another, it gains
  /external/libopus/silk/fixed/
find_pred_coefs_FIX.c 61 /* Invert and normalize gains, and ensure that maximum invGains_Q16 is within range of a 16 bit int */
67 /* Square the inverted gains */
72 /* Invert the inverted and normalized gains */
109 /* Create signal with prepended subframes, scaled by inverse gains */
process_gains_FIX.c 35 /* Processing of gains */
61 /* Soft limit on ratio residual energy and squared gains */
89 /* Save unquantized gains and gain Index */
93 /* Quantize gains */
encode_frame_FIX.c 148 /* Process gains */
291 /* Quantize gains */
296 /* Unique identifier of gains vector */
350 /* Save original gains */
357 /* Increase Gains to get target LBRR rate */
362 /* Decode to get gains in sync with decoder */
363 /* Overwrite unquantized gains with quantized gains */
382 /* Restore original gains */
  /external/libopus/silk/
gain_quant.c 41 opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* I/O gains (quantized out) */
92 /* Gains scalar dequantization, uniform on log scale */
94 opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* O quantized gains */
127 opus_int32 silk_gains_ID( /* O returns unique identifier of gains */
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 135 // currently used gains are changed towards a set of settable target gains,
141 // Copy |in_block| to |out_block|, multiplied by the current set of gains,
142 // and step the current set of gains towards the target set.
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 54 src/Gains.cpp
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
audio_policy_conf.h 59 #define GAINS_TAG "gains"
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 40 * TransformationMethod gains or loses focus.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlightHandler.java 23 * Called when an item gains or loses focus.
OnItemViewSelectedListener.java 19 * for example, when a row header view gains focus then the corresponding row view becomes selected.
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 39 """Capture a set of raw images with increasing gains and measure the noise.
196 gains = np.asarray([s[0] for s in samples])
203 digital_gains = np.maximum(gains/sens_max_analog, 1)
208 ad = gains*means
210 cd = gains*gains
216 # by the gains.
217 a = a/(np.tile(gains, (a.shape[1], 1)).T)
218 b = b/gains
  /cts/apps/CameraITS/pymodules/its/
image.py 323 def get_gains_in_canonical_order(props, gains):
324 """Reorders the gains tuple to the canonical R,Gr,Gb,B order.
328 gains: List of 4 values, in R,G_even,G_odd,B order.
331 List of gains values, in R,Gr,Gb,B order.
336 return gains
339 return [gains[0], gains[2], gains[1], gains[3]]
364 gains = cap_res['android.colorCorrection.gains'
    [all...]
  /cts/apps/CameraITS/tests/
tutorial.py 100 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
102 print "AWB: gains", gains, "transform", xform
110 # request. Here, the AWB gains and transform (CCM) are being used.
119 req["android.colorCorrection.gains"] = gains

Completed in 1084 milliseconds

12 3 4 5 6 7 8 91011>>