/external/webrtc/src/common_audio/vad/ |
vad_sp.c | 29 int16_t tmp16_1 = 0, tmp16_2 = 0; local 45 tmp16_2 = (int16_t) ((tmp32_2 >> 1) + 47 *signal_out++ += tmp16_2; 49 WEBRTC_SPL_MUL_16_16_RSFT(kAllPassCoefsQ13[1], tmp16_2, 12);
|
vad_core.c | 338 WebRtc_Word16 tmp16, tmp16_1, tmp16_2; local 646 // tmp16_2 = ~0.2 * (kMinimumDifference - diff) in Q7 648 tmp16_2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(3, tmp16, 2); 661 tmp16 = *nmean1ptr - tmp16_2; 667 tmp16 = *nmean2ptr - tmp16_2; 674 tmp16_2 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(smid, 7); 675 if (tmp16_2 > maxspe) 677 tmp16_2 -= maxspe; 679 *smean1ptr -= tmp16_2; 680 *smean2ptr -= tmp16_2; [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 377 WebRtc_Word16 tmp16_1, tmp16_2; local 424 tmp16_2 = (0x0400 | (tmp16 & 0x03FF)); 427 expPg=(WebRtc_Word16) -WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1); 429 expPg=(WebRtc_Word16) -WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); 438 tmp16_2 = (0x0400 | (tmp16 & 0x03FF)); 441 expPg=(WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1); 443 expPg=(WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); 455 WebRtc_Word16 tmp16_1, tmp16_2; local 457 tmp16_2=(WebRtc_Word16)(0x0400|(x&0x03FF)); 460 return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1) [all...] |
pitch_estimator.c | 54 WebRtc_Word16 tmp16_1, tmp16_2; local 56 tmp16_2=(WebRtc_Word16)(0x0400|(x&0x03FF)); 59 return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); 61 return (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1);
|
decode_plc.c | 110 WebRtc_Word16 tmp16_1, tmp16_2; local 112 tmp16_2=(WebRtc_Word16)(0x0400|(x&0x03FF)); 115 return (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); 117 return (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1);
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core_neon.c | 212 // tmp16_2 = (Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp16_1,3,1); 216 // tmp16_2 = (Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp16_1,3,1); 220 // inst->noiseEstLogQuantile[offset + i] - tmp16_2; 240 // tmp16_1 + tmp16_2
|