HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcSpl_NormW32 (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.cc 82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) -
83 WebRtcSpl_NormW32(peak_index);
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy));
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy));
162 int scaling = kLogCorrelationLen - WebRtcSpl_NormW32(
174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr));
197 int right_scale = 16 - WebRtcSpl_NormW32(right_side);
205 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) {
207 int temp_scale = WebRtcSpl_NormW32(left_side);
normal.cc 48 const int fs_shift = 30 - WebRtcSpl_NormW32(fs_mult);
77 - WebRtcSpl_NormW32(decoded_max * decoded_max);
87 scaling = WebRtcSpl_NormW32(energy) - 16;
merge.cc 201 int log_fs_mult = 30 - WebRtcSpl_NormW32(fs_mult_);
203 - WebRtcSpl_NormW32(*expanded_max * *expanded_max);
212 WebRtcSpl_NormW32(*input_max * *input_max);
229 int16_t temp_shift = WebRtcSpl_NormW32(energy_input) - 17;
318 int16_t norm_shift = std::max(0, 17 - WebRtcSpl_NormW32(max_correlation));
expand.cc 183 int temp_shift = (31 - WebRtcSpl_NormW32(max_lag_)) - 5;
369 distortion_scale = std::max(16 - WebRtcSpl_NormW32(best_distortion_w32[i]),
417 correlation_scale = ((31 - WebRtcSpl_NormW32(signal_max * signal_max))
418 + (31 - WebRtcSpl_NormW32(correlation_length))) - 31;
448 int energy1_scale = std::max(16 - WebRtcSpl_NormW32(energy1), 0);
449 int energy2_scale = std::max(16 - WebRtcSpl_NormW32(energy2), 0);
486 int16_t scaled_energy2 = std::max(16 - WebRtcSpl_NormW32(energy2), 0);
551 correlation_scale = std::min(16 - WebRtcSpl_NormW32(correlation_scale), 0);
636 int16_t unvoiced_scale = WebRtcSpl_NormW32(unvoiced_energy) - 3;
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
get_scaling_square.c 35 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
auto_correlation.c 41 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
levinson_durbin.c 42 norm = WebRtcSpl_NormW32(R[0]);
100 Alpha_exp = WebRtcSpl_NormW32(temp1W32);
142 norm = WebRtcSpl_NormW32(temp3W32);
224 norm = WebRtcSpl_NormW32(temp1W32);
auto_corr_to_refl_coef.c 38 tmp = WebRtcSpl_NormW32(*R);
spl_sqrt.c 145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
  /external/webrtc/src/common_audio/signal_processing/
get_scaling_square.c 35 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
levinson_durbin.c 42 norm = WebRtcSpl_NormW32(R[0]);
100 Alpha_exp = WebRtcSpl_NormW32(temp1W32);
142 norm = WebRtcSpl_NormW32(temp3W32);
224 norm = WebRtcSpl_NormW32(temp1W32);
auto_corr_to_refl_coef.c 38 tmp = WebRtcSpl_NormW32(*R);
auto_correlation.c 54 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); // # of bits to normalize smax
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy.c 55 energyShifts[0] = (int16_t)WebRtcSpl_NormW32(energy);
71 energyShifts[base_size] = (int16_t)WebRtcSpl_NormW32(energy);
cb_mem_energy_calc.c 59 shft = (int16_t)WebRtcSpl_NormW32(energy);
cb_update_best_index.c 57 tmp16 = (int16_t)WebRtcSpl_NormW32(cDotNew);
xcorr_coef.c 89 crossCorrScale=(int16_t)WebRtcSpl_NormW32(crossCorr)-16;
91 Energyscale=(int16_t)WebRtcSpl_NormW32(Energy)-16;
cb_mem_energy_augmentation.c 61 (*enShPtr) = (int16_t)WebRtcSpl_NormW32(energy);
cb_search_core.c 59 sh = (int16_t)WebRtcSpl_NormW32(maxW32);
window32_w32.c 36 left_shifts = (int16_t)WebRtcSpl_NormW32(x[0]);
poly_to_lsp.c 119 shifts = (int16_t)WebRtcSpl_NormW32(y)-16;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 88 norm = WebRtcSpl_NormW32(R[0]);
140 Alpha_exp = WebRtcSpl_NormW32(temp1W32);
182 norm = WebRtcSpl_NormW32(temp3W32);
255 norm = WebRtcSpl_NormW32(temp1W32);
519 shift_norm = 32 - WebRtcSpl_NormW32(word32_high);
526 shift_norm = WebRtcSpl_NormW32(word32_low);
659 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]);
670 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]);
730 shMem=WebRtcSpl_NormW32(maskdata->CorrBufLoQQ[n]);
776 shMem=WebRtcSpl_NormW32(maskdata->CorrBufHiQQ[n])
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 88 norm = WebRtcSpl_NormW32(R[0]);
140 Alpha_exp = WebRtcSpl_NormW32(temp1W32);
182 norm = WebRtcSpl_NormW32(temp3W32);
255 norm = WebRtcSpl_NormW32(temp1W32);
519 shift_norm = 32 - WebRtcSpl_NormW32(word32_high);
526 shift_norm = WebRtcSpl_NormW32(word32_low);
659 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]);
670 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]);
730 shMem=WebRtcSpl_NormW32(maskdata->CorrBufLoQQ[n]);
776 shMem=WebRtcSpl_NormW32(maskdata->CorrBufHiQQ[n])
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
spl_inl.h 65 static __inline int WebRtcSpl_NormW32(int32_t a) {
spl_inl_armv7.h 116 static __inline int WebRtcSpl_NormW32(int32_t a) {

Completed in 243 milliseconds

1 2 3