/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
smooth.c | 80 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2); 102 crit = WEBRTC_SPL_SHIFT_W32( 124 w11w00 = (int16_t)WEBRTC_SPL_SHIFT_W32(w11, -scale) * 125 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale); 127 w10w10 = (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale) * 128 (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale); 130 w00w00 = (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale) * 131 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale); 169 w00prim = WEBRTC_SPL_SHIFT_W32(w00, -scale2);
|
do_plc.c | 98 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax) * 99 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax)) >> 15); 110 (int16_t)WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1) * 111 (int16_t)WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1)) >> 15); 114 measure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener, -shift2) * crossSquare; 117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * 157 tmp1=(int16_t)WEBRTC_SPL_SHIFT_W32(tmp2W32, scale1); 160 tmp2=(int16_t)WEBRTC_SPL_SHIFT_W32(ener, scale2); 167 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscale>>1)); 168 tmp2 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, totscale-(totscale>>1)) [all...] |
cb_update_best_index.c | 67 gainW32 = ((int16_t)WEBRTC_SPL_SHIFT_W32(cDotNew, -tmp16) * invEnergyNew) >>
|
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 | 152 corr16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(corrmax[i], corrSh); 154 en16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(ener, enerSh); 275 tmp1=WEBRTC_SPL_SHIFT_W32(tmp1, (scale1-16)); /* using 15 bits */ 277 tmp2=WEBRTC_SPL_SHIFT_W32(tmp2, (scale1));
|
cb_search.c | 371 targetEner = (int16_t)WEBRTC_SPL_SHIFT_W32(targetEner, -bits) * tmp; 378 temp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(codedEner, -bits);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 689 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t) 1, QdomLO-20); 691 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t) 1, QdomHI-20); 719 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], sh); // Get CorrBufLoQQ to same domain as corrlo2 722 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufLoQQ as much as possible 726 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible 768 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], sh); // Get CorrBufHiQQ to same domain as corrhi 775 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible 783 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufHiQQ[n], shMem); // Shift up CorrBufHiQQ as much as possible 874 tmp32b = WEBRTC_SPL_SHIFT_W32(tmp32a, sh); // Q14->Qssh 880 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator [all...] |
lattice.c | 193 t16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh); 268 den16 = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32, sh-16); //Q(27+sh-16) = Q(sh+11) (all 16 bits are value bits) 279 tmp32 = WEBRTC_SPL_SHIFT_W32(tmp32, -(28-sh)); // lat_in[]*inv_gain in Q0
|
entropy_coding.c | [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_core_c.c | 97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 234 WEBRTC_SPL_SHIFT_W32(tmp32no2, intPart - 4); // Q8 244 invLrtFX = WEBRTC_SPL_SHIFT_W32(tmp32no1, 7 - normTmp - normTmp2);
|
nsx_core.c | 483 tmp32 = WEBRTC_SPL_SHIFT_W32((int32_t)in[i], 620 tmp32no2 = WEBRTC_SPL_SHIFT_W32(tmp32no2, int_part - 11); [all...] |
nsx_core_mips.c | 132 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14 [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
time_stretch.cc | 133 cross_corr = WEBRTC_SPL_SHIFT_W32(cross_corr, temp_scale);
|
merge.cc | 246 energy_input = WEBRTC_SPL_SHIFT_W32(energy_input, temp_shift); 249 energy_expanded = WEBRTC_SPL_SHIFT_W32(energy_expanded, temp_shift + 14);
|
background_noise.cc | 249 residual_energy = WEBRTC_SPL_SHIFT_W32(residual_energy, norm_shift);
|
expand.cc | 502 max_correlation = WEBRTC_SPL_SHIFT_W32(max_correlation, cc_shift); 531 WEBRTC_SPL_SHIFT_W32(energy1, -scaled_energy1), 682 unvoiced_energy = WEBRTC_SPL_SHIFT_W32(unvoiced_energy, unvoiced_scale); [all...] |
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
aecm_core_c.c | 118 tmp32no1 = WEBRTC_SPL_SHIFT_W32((int32_t)ifft_out[i], 126 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, 530 tmp32no1 = (int32_t)WEBRTC_SPL_SHIFT_W32(tmpU32, resolutionDiff);
|
aecm_core.c | [all...] |
aecm_core_mips.c | [all...] |
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
digital_agc.c | 204 tmp32no1 = WEBRTC_SPL_SHIFT_W32(den, zeros - 8); // Q(zeros) 249 (1 << intPart) + WEBRTC_SPL_SHIFT_W32(fracPart, intPart - 14); 534 > WEBRTC_SPL_SHIFT_W32((int32_t)32767, 2 * (1 - zeros + 10)))
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
signal_processing_library.h | 85 #define WEBRTC_SPL_SHIFT_W32(x, c) \ [all...] |
/external/webrtc/webrtc/common_audio/signal_processing/ |
signal_processing_unittest.cc | 64 EXPECT_EQ(32766, WEBRTC_SPL_SHIFT_W32(a, shift_amount));
|