Searched refs:WEBRTC_SPL_MUL (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dget_scaling_square.c37 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
H A Dauto_correlation.c38 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax));
H A Dsignal_processing_unittest.cc40 EXPECT_EQ(-63, WEBRTC_SPL_MUL(a, B));
41 EXPECT_EQ(-2147483645, WEBRTC_SPL_MUL(a, b));
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dget_lsp_poly.c56 (*fPtr) = WEBRTC_SPL_MUL((*lspPtr), -1024);
H A Dframe_classify.c79 (*seqEnPtr)=WEBRTC_SPL_MUL(((*seqEnPtr)>>scale1), (*ssqPtr));
H A Dsmooth.c103 WEBRTC_SPL_MUL(ENH_A0, w00prim >> 14),
184 WEBRTC_SPL_MUL(A, w11_div_w00);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c301 bweStr->recBwInv = WEBRTC_SPL_MUL((int32_t)bweStr->recBwInv, (int32_t)reductionFactor);
394 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv);
395 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
431 arrTimeProj = WEBRTC_SPL_MUL((int32_t)8000, recBwAvgInv);
435 arrTimeProj = WEBRTC_SPL_MUL(((int32_t)pksize + HEADER_SIZE), arrTimeProj);
468 WEBRTC_SPL_MUL(973, bweStr->recJitterShortTermAbs);
474 WEBRTC_SPL_MUL(3891, bweStr->recJitterShortTerm);
512 bweStr->recMaxDelay = WEBRTC_SPL_MUL(3, bweStr->recJitter);
566 bweStr->sendMaxDelayAvg = WEBRTC_SPL_MUL(461, bweStr->sendMaxDelayAvg) +
574 bweStr->sendMaxDelayAvg = WEBRTC_SPL_MUL(46
[all...]
H A Dentropy_coding.c206 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
224 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 */
280 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
298 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 */
426 dither_gain_Q14 = (int16_t)(22528 - WEBRTC_SPL_MUL(10, AvgPitchGain_Q12));
1245 tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]] = WEBRTC_SPL_MUL(128, WebRtcIsacfix_kLevelsShapeQ10[WebRtcIsacfix_kOfLevelsShape[0]+index_ovr_sQQ[k]]);
1631 index_comb = (int16_t)(WEBRTC_SPL_MUL(WebRtcIsacfix_kMultsGain[0], index[0]) +
1632 WEBRTC_SPL_MUL(WebRtcIsacfix_kMultsGain[1], index[1]) + index[2]);
H A Darith_routines_logist.c73 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
H A Dlattice.c22 ((int32_t)(WEBRTC_SPL_MUL(a32a, b32) + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32))))
H A Dlattice_neon.c187 *ptr2 = (int32_t)(WEBRTC_SPL_MUL(t16a, tmp32b) +
H A Disacfix.c1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) );
/external/webrtc/webrtc/common_audio/signal_processing/include/
H A Dsignal_processing_library.h39 #define WEBRTC_SPL_MUL(a, b) \ macro
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c107 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
127 sum += WEBRTC_SPL_MUL(ARCoefQ12[n - k], ARCoefQ12[n]); /* Q24 */

Completed in 198 milliseconds