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

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
smooth.c 80 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2);
103 crit = WEBRTC_SPL_SHIFT_W32(
126 (int16_t)WEBRTC_SPL_SHIFT_W32(w11, -scale),
127 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale));
130 (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale),
131 (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale));
134 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale),
135 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale));
173 w00prim = WEBRTC_SPL_SHIFT_W32(w00, -scale2);
do_plc.c 95 crossSquareMax = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WEBRTC_SPL_SHIFT_W32(cross, -shiftMax),
96 WEBRTC_SPL_SHIFT_W32(cross, -shiftMax), 15);
106 crossSquare = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1),
107 WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1), 15);
110 measure = WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_SHIFT_W32(ener, -shift2),
114 maxMeasure = WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3),
154 tmp1=(int16_t)WEBRTC_SPL_SHIFT_W32(tmp2W32, scale1);
157 tmp2=(int16_t)WEBRTC_SPL_SHIFT_W32(ener, scale2);
164 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscale>>1));
165 tmp2 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, totscale-(totscale>>1))
    [all...]
cb_update_best_index.c 69 ((int16_t)WEBRTC_SPL_SHIFT_W32(cDotNew, -tmp16)), invEnergyNew, scaleTmp);
xcorr_coef.c 90 crossCorrmod=(int16_t)WEBRTC_SPL_SHIFT_W32(crossCorr, crossCorrScale);
92 EnergyMod=(int16_t)WEBRTC_SPL_SHIFT_W32(Energy, Energyscale);
cb_search_core.c 100 (*critPtr)=WEBRTC_SPL_SHIFT_W32((*critPtr),-tmp16);
enhancer_interface.c 151 corr16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(corrmax[i], corrSh);
154 en16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(ener, enerSh);
278 tmp1=WEBRTC_SPL_SHIFT_W32(tmp1, (scale1-16)); /* using 15 bits */
280 tmp2=WEBRTC_SPL_SHIFT_W32(tmp2, (scale1));
cb_search.c 365 WEBRTC_SPL_SHIFT_W32(targetEner, -bits), tmp);
372 temp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(codedEner, -bits);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 703 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t) 1, QdomLO-20);
705 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t) 1, QdomHI-20);
733 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], sh); // Get CorrBufLoQQ to same domain as corrlo2
736 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufLoQQ as much as possible
739 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
779 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], sh); // Get CorrBufHiQQ to same domain as corrhi
786 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
793 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
    [all...]
lattice.c 192 t16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh);
266 den16 = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh-16); //Q(27+sh-16) = Q(sh+11) (all 16 bits are value bits)
277 tmp32 = WEBRTC_SPL_SHIFT_W32(tmp32, -(28-sh)); // lat_in[]*inv_gain in Q0
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 703 tmp32 = WEBRTC_SPL_SHIFT_W32((WebRtc_Word32) 1, QdomLO-20);
705 tmp32 = WEBRTC_SPL_SHIFT_W32((WebRtc_Word32) 1, QdomHI-20);
733 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], sh); // Get CorrBufLoQQ to same domain as corrlo2
736 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufLoQQ as much as possible
739 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
779 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], sh); // Get CorrBufHiQQ to same domain as corrhi
786 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
793 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible
    [all...]
lattice.c 195 t16a = (WebRtc_Word16) WEBRTC_SPL_SHIFT_W32(tmp32, sh);
269 den16 = (WebRtc_Word16) WEBRTC_SPL_SHIFT_W32(tmp32, sh-16); //Q(27+sh-16) = Q(sh+11) (all 16 bits are value bits)
280 tmp32 = WEBRTC_SPL_SHIFT_W32(tmp32, -(28-sh)); // lat_in[]*inv_gain in Q0
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
238 + WEBRTC_SPL_SHIFT_W32(tmp32no2, intPart - 4); // Q8
248 invLrtFX = WEBRTC_SPL_SHIFT_W32(tmp32no1, 7 - normTmp - normTmp2);
nsx_core.c 483 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t)in[i],
622 tmp32no2 = WEBRTC_SPL_SHIFT_W32(tmp32no2, int_part - 11);
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt.c 181 A = (int32_t)WEBRTC_SPL_SHIFT_W32(A, nshift); // De-normalize the result
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt.c 181 A = (WebRtc_Word32)WEBRTC_SPL_SHIFT_W32(A, nshift); // De-normalize the result
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.cc 134 cross_corr = WEBRTC_SPL_SHIFT_W32(cross_corr, temp_scale);
merge.cc 230 energy_input = WEBRTC_SPL_SHIFT_W32(energy_input, temp_shift);
233 energy_expanded = WEBRTC_SPL_SHIFT_W32(energy_expanded, temp_shift + 14);
expand.cc 461 max_correlation = WEBRTC_SPL_SHIFT_W32(max_correlation, cc_shift);
490 WEBRTC_SPL_SHIFT_W32(energy1, -scaled_energy1),
641 unvoiced_energy = WEBRTC_SPL_SHIFT_W32(unvoiced_energy, unvoiced_scale);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 122 tmp32no1 = WEBRTC_SPL_SHIFT_W32((int32_t)ifft_out[i],
131 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1,
543 tmp32no1 = (int32_t)WEBRTC_SPL_SHIFT_W32(tmpU32, resolutionDiff);
aecm_core.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 205 tmp32no1 = WEBRTC_SPL_SHIFT_W32(den, zeros - 8); // Q(zeros)
251 + WEBRTC_SPL_SHIFT_W32(fracPart, intPart - 14);
545 > WEBRTC_SPL_SHIFT_W32((int32_t)32767, 2 * (1 - zeros + 10)))
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 205 tmp32no1 = WEBRTC_SPL_SHIFT_W32(den, zeros - 8); // Q(zeros)
251 + WEBRTC_SPL_SHIFT_W32(fracPart, intPart - 14);
540 > WEBRTC_SPL_SHIFT_W32((WebRtc_Word32)32767, 2 * (1 - zeros + 10)))
  /external/webrtc/src/common_audio/vad/
vad_filterbank.c 242 energy_s16 = (int16_t) WEBRTC_SPL_SHIFT_W32(energy, -shfts2);
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 444 tmp32no1 = WEBRTC_SPL_SHIFT_W32((WebRtc_Word32)fft[i],
455 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1,
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 623 tmp32 = WEBRTC_SPL_SHIFT_W32((WebRtc_Word32)in[j],
    [all...]

Completed in 791 milliseconds

1 2