HomeSort by relevance Sort by last modified time
    Searched refs:Gains (Results 1 - 10 of 10) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Gains.cpp 17 #define LOG_TAG "APM::Gains"
27 #include "Gains.h"
36 Gains::sDefaultVolumeCurve[Volume::VOLCNT] = {
42 Gains::sDefaultMediaVolumeCurve[Volume::VOLCNT] = {
47 Gains::sExtMediaSystemVolumeCurve[Volume::VOLCNT] = {
52 Gains::sSpeakerMediaVolumeCurve[Volume::VOLCNT] = {
57 Gains::sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT] = {
62 Gains::sSpeakerSonificationVolumeCurve[Volume::VOLCNT] = {
67 Gains::sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT] = {
77 Gains::sDefaultSystemVolumeCurve[Volume::VOLCNT] =
    [all...]
StreamDescriptor.cpp 28 #include "Gains.h"
152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category),
177 Gains::sVolumeProfiles[i][j]);
184 Gains::sDefaultSystemVolumeCurveDrc);
186 Gains::sSpeakerSonificationVolumeCurveDrc);
188 Gains::sSpeakerSonificationVolumeCurveDrc);
190 Gains::sSpeakerSonificationVolumeCurveDrc);
192 Gains::sSpeakerMediaVolumeCurveDrc);
194 Gains::sSpeakerMediaVolumeCurveDrc);
203 Gains::sVolumeProfiles[streamSrc][j])
    [all...]
  /external/libopus/silk/float/
process_gains_FLP.c 35 /* Processing of gains */
51 psEncCtrl->Gains[ k ] *= s;
59 /* Soft limit on ratio residual energy and squared gains */
60 gain = psEncCtrl->Gains[ k ];
62 psEncCtrl->Gains[ k ] = silk_min_float( gain, 32767.0f );
65 /* Prepare gains for noise shaping quantization */
67 pGains_Q16[ k ] = (opus_int32)( psEncCtrl->Gains[ k ] * 65536.0f );
70 /* Save unquantized gains and gain Index */
74 /* Quantize gains */
78 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 *
    [all...]
find_pred_coefs_FLP.c 53 silk_assert( psEncCtrl->Gains[ i ] > 0.0f );
54 invGains[ i ] = 1.0f / psEncCtrl->Gains[ i ];
83 /* Create signal with prepended subframes, scaled by inverse gains */
112 silk_residual_energy_FLP( psEncCtrl->ResNrg, LPC_in_pre, psEncCtrl->PredCoef, psEncCtrl->Gains,
structs_FLP.h 82 silk_float Gains[ MAX_NB_SUBFR ];
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...]
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;
wrappers_FLP.c 146 Gains_Q16[ i ] = silk_float2int( psEncCtrl->Gains[ i ] * 65536.0f );
175 silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gains */
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Gains.h 29 class Gains
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 55 src/Gains.cpp

Completed in 973 milliseconds