/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
qgain475.cpp | 360 gcode0 = predicted CB gain (Word16) 361 exp_gcode0 = exponent of predicted CB gain (Word16) 362 gain_pit = pointer to Pitch gain (Word16) 363 gain_cod = pointer to Code gain (Word16) 367 gain_pit points to Pitch gain 368 gain_cod points to Code gain 383 This function calculates the final fixed codebook gain and the predictor 384 update values, and updates the gain predictor. 401 gc_predState *pred_st, // i/o: gain predictor state struct 403 Word16 gcode0, // i : predicted CB gain, Q(14 - exp_gcode0 [all...] |
calc_en.cpp | 43 for unfiltered and filtered excitation signals, the LTP coding gain, and 96 gain_pit = pitch gain, type Word16 100 ltpg = LTP coding gain (log2()), pointer to type Word16 106 ltpg points to new LTP coding gain 122 excitation signals and the LTP coding gain 149 Word16 gain_pit, // i : pitch gain, Q14 154 Word16 *ltpg // o : LTP coding gain (log2()), Q13 215 // calculate LTP coding gain, i.e. energy reduction LP res -> LTP res 218 // gain = ResEn / LTPResEn 268 Word16 gain_pit, /* i : pitch gain, Q14 * [all...] |
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.h | 145 // This function sets the kernel gain. NOTE: in most use cases, gain should 147 void SetKernelGain(double gain) { 148 kernel_gain_ = gain; 212 // Kernel gain and bias are typically multiplicative and additive factors to
|
/external/chromium_org/chromeos/dbus/ |
cras_audio_client.h | 85 // Sets input gain of the given |node_id| to |gain|, in the range of 87 virtual void SetInputNodeGain(uint64 node_id, int32 gain) = 0;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
77 SMULWB r4, r4, nGain @output = gain * input
84 SMULWB r5, r5, nGain @output = gain * input
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 5 @ with saturated gain control
77 SMULWB r4, r4, nGain @output = gain * input
84 SMULWB r5, r5, nGain @output = gain * input
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Coeffs.h | 25 /* Gain table for (10^(Gain/20) - 1) */ 83 /* 50D table for 50 / ( 1 + Gain ) */
|
LVEQNB_Process.c | 106 * For each section execte the filter unless the gain is 0dB 113 * Check if band is non-zero dB gain 115 if (pInstance->pBandDefinitions[i].Gain != 0)
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 28 // kCoefTable[freq][gain][bw][coef] 30 // gain - gain, in millibel, starting at -9600, jumps of 1024, to 4736 millibel.
|
AudioShelvingFilter.cpp | 28 // kCoefTable[freq][gain][coef] 31 // gain - gain, in millibel, starting at -9600, jumps of 1024, to 4736 millibel.
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
ec_gains.h | 130 * Purpose : conceal the codebook gain 131 * Call this function only in BFI (instead of normal gain 138 Word16 *gain_code, /* o : decoded innovation gain */ 144 * Purpose : update the codebook gain concealment state; 147 * the gain 153 Word16 *gain_code, /* i/o : decoded innovation gain */ 176 * Purpose : conceal the pitch gain 177 * Call this function only in BFI (instead of normal gain 183 Word16 *gain_pitch, /* o : pitch gain (Q14) */ 189 * Purpose : update the pitch gain concealment state [all...] |
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 157 protected void onFocusChanged(boolean gain, int direction, Rect prev) { 158 //Calculator.log("focus " + gain + "; " + direction + "; " + prev); 159 if (!gain) {
|
/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...] |
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.h | 30 * frame duration, and gain are set for the next frame to be captured. In stage 113 void setSensitivity(uint32_t gain); 233 void captureRaw(uint8_t *img, uint32_t gain, uint32_t stride); 234 void captureRGBA(uint8_t *img, uint32_t gain, uint32_t stride); 235 void captureRGB(uint8_t *img, uint32_t gain, uint32_t stride); 236 void captureNV21(uint8_t *img, uint32_t gain, uint32_t stride);
|
/external/chromium_org/chromeos/audio/ |
cras_audio_handler.h | 109 // Gets gain level in 0-100% range (0 being pure silence) for the current 134 // Sets gain level to |gain_percent|, whose range is from 0-100%. 152 // Sets volume/gain level for a device. 205 // Sets input gain of |node_id| to |gain|. 206 void SetInputNodeGain(uint64 node_id, int gain);
|
/external/llvm/test/Transforms/IndVarSimplify/ |
ashr-tripcount.ll | 13 define void @foo(i32 %gain, i32 %noOfLines, i32* %quaSpectrum, float* %iquaSpectrum, float* %pow4_3_tab_ptr) nounwind { 15 %t0 = icmp slt i32 %gain, 0 ; <i1> [#uses=1] 19 %t1 = sub i32 0, %gain ; <i32> [#uses=1] 20 %t2 = sub i32 0, %gain ; <i32> [#uses=1] 25 %.pn3.in.in = phi i32 [ %t1, %bb1 ], [ %gain, %entry ] ; <i32> [#uses=1] 27 %.pn2.in.in = phi i32 [ %t2, %bb1 ], [ %gain, %entry ] ; <i32> [#uses=1]
|
/external/opencv/cv/src/ |
cvkalman.cpp | 91 CV_CALL( kalman->gain = cvCreateMat( DP, MP, CV_32FC1 )); 112 kalman->KalmGainMatr = kalman->gain->data.fl; 148 cvReleaseMat( &kalman->gain ); 224 CV_CALL( cvTranspose( kalman->temp4, kalman->gain )); 230 CV_CALL( cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post )); 233 CV_CALL( cvGEMM( kalman->gain, kalman->temp2, -1, kalman->error_cov_pre, 1,
|
/cts/suite/audio_quality/lib/src/task/ |
TaskAsync.cpp | 63 } else if (StringUtil::compare(name, "gain") == 0) { 66 LOGE("TaskGeneric::parseAttribute gain out of range %d", mVolume);
|
/cts/suite/audio_quality/test_description/ |
dut_playback_spectrum.xml | 26 <input device="host" id="host_in_$i" gain="100" time="5000" sync="start" /> 27 <output device="DUT" id="sound1" gain="100" mode="voice" sync="start" waitforcompletion="1" />
|
host_speaker_calibration.xml | 30 <output device="host" id="sound1" gain="70" sync="start"/> 32 <input device="host" id="host_in" gain="70" time="250" sync="complete" />
|
host_speaker_calibration_no_pass.xml | 30 <output device="host" id="sound1" gain="70" sync="start"/> 32 <input device="host" id="host_in" gain="70" time="250" sync="complete" />
|
/cts/suite/audio_quality/test_description/experimental/ |
dut_playback_spectrum_chirp.xml | 25 <input device="host" id="host_in_$i" gain="100" time="5000" sync="start" /> 26 <output device="DUT" id="chirp" gain="100" mode="voice" sync="start" waitforcompletion="0" />
|
ref_playback_spectrum.xml | 25 <input device="host" id="host_in_$i" gain="100" time="4000" sync="start" /> 26 <output device="host" id="sound1" gain="100" sync="start" waitforcompletion="1" />
|
ref_playback_spectrum_chirp.xml | 25 <input device="host" id="host_in_$i" gain="100" time="5000" sync="start" /> 26 <output device="host" id="chirp" gain="100" sync="start" waitforcompletion="0" />
|
/external/chromium_org/chrome/browser/extensions/api/audio/ |
audio_api.cc | 95 int gain_value = params->properties.gain.get() ? 96 *params->properties.gain : -1;
|