HomeSort by relevance Sort by last modified time
    Searched refs:WEBRTC_SPL_ABS_W32 (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
levinson_durbin.c 56 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1]
81 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0
125 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32)
199 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0
spl_sqrt.c 161 A = WEBRTC_SPL_ABS_W32(A); // A = abs(x_norm<<16)
signal_processing_unittest.cc 38 EXPECT_EQ(3, WEBRTC_SPL_ABS_W32(a));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
rtcp.cc 49 ts_diff = WEBRTC_SPL_ABS_W32(ts_diff);
dsp_helper.cc 248 sum_diff += WEBRTC_SPL_ABS_W32(data1[j] - data2[j]);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 96 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15;
108 shift1 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross_comp))-15;
smooth.c 69 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 100 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */
124 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */
169 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */
234 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */
decode_plc.c 325 corr = WebRtcSpl_AddSatW32(corr, WEBRTC_SPL_ABS_W32(
entropy_coding.c 713 larAbsQ11 = (int16_t)WEBRTC_SPL_ABS_W32((larQ17[k] + 32) >> 6); // Q11
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 36 #define WEBRTC_SPL_ABS_W32(a) \
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 149 absInLevel = (uint32_t)WEBRTC_SPL_ABS_W32(inLevel); // Q14
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 4200 milliseconds