/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
aecm_core.c | [all...] |
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 659 BandDefs[i].Gain = EQNB_5BandSoftPresets[i]; [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
dtx_decoder_amr_wb.cpp | 208 int16 gain; local 375 /* L_log_en_int corresponds to log2(E)+2 in Q24, i.e log2(gain)+1 in Q25 */ 385 /* Subtract 2 from L_log_en_int in Q9, i.e divide the gain by 2 (energy by 4) */ 403 /* gain = level / sqrt(ener) * sqrt(L_FRAME) */ 410 gain = extract_h(ener32); 412 gain = mult_int16(level, gain); /* gain in Q15 */ 421 tmp = mult_int16(exc2[i], gain); /* Q0 * Q15 */
|
agc2_amr_wb.cpp | 55 Performs adaptive gain control 180 /* sig_out(n) = gain(n) sig_out(n) */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
SDL_umsaudio.c | 339 lgain = 100; /*maximum left input gain*/ 340 rgain = 100; /*maimum right input gain*/
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
compsup.m | 259 % Gain matrix A 336 % Gain matrix B
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
AECMobile.m | 151 % Calculate suppression gain, based on far end energy and near end energy error (dE) 157 aecmStructNew.gammaLog(setupStruct.currentBlock) = gamma_echo; % Store the gain
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
cnst.h | 89 #define AGC_FAC 29491 /* Factor for automatic gain control 0.9 */ 99 #define GP_CLIP 15565 /* Pitch gain clipping = 0.95 */
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
c_g_aver.h | 142 Cb_gain_averageState *st, /* i/o : State variables for CB gain avergeing */ 144 Word16 gain_code, /* i : CB gain Q1 */
|
dec_gain.h | 113 Word16 * gain_pit, /* o : Pitch gain. */ 114 Word16 * gain_cod, /* o : Code gain. */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
cbsearch.h | 115 Word16 pitch_sharp, /* i : Last quantized pitch gain, Q14 */ 116 Word16 gain_pit,/* i : Pitch gain, Q14 */
|
cl_ltp.h | 148 Word16 *gain_pit, /* o : Pitch gain Q14 */ 151 Word16 *gp_limit, /* o : pitch gain limit */
|
g_pitch.h | 102 Word16 G_pitch( /* o : Gain of pitch lag saturated to 1.2 */ 106 Word16 g_coeff[], /* i : Correlations need for gain quantization */
|
spstproc.h | 113 Word16 gain_pit, /* i : Pitch gain Q14 */ 114 Word16 gain_code, /* i : Decoded innovation gain */
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.cpp | 509 status_t AudioStreamInDump::setGain(float gain) 511 if (mFinalStream != 0 ) return mFinalStream->setGain(gain);
|
audio_hw_hal.cpp | 254 static int in_set_gain(struct audio_stream_in *stream, float gain) 258 return in->legacy_in->setGain(gain);
|
/bionic/libc/kernel/common/linux/ |
qic117.h | 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
|
/cts/apps/CtsVerifier/jni/audioquality/ |
CompareSpectra.cpp | 158 float rmsNorm = rms2 / rms1; // compensate for overall gain differences
|
LinearityTest.cpp | 23 gain control in the signal path.
|
/cts/tests/tests/text/src/android/text/method/cts/ |
PasswordTransformationMethodTest.java | 239 // gain focus
|
/development/ndk/platforms/android-3/include/linux/ |
qic117.h | 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
|
/device/moto/wingray/libaudio/ |
AudioHardware.h | 285 virtual status_t setGain(float gain) { return INVALID_OPERATION; }
|
/device/samsung/crespo/libaudio/ |
AudioHardware.h | 293 virtual status_t setGain(float gain) { return INVALID_OPERATION; }
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store.cc | 198 // relative to the prefix lists so the gain would be modest.
|
/external/hyphenation/ |
substrings.c | 248 * However, the gain is minimal and now the code can be cleanly
|