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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations_neon.c 38 abs_val = WEBRTC_SPL_ABS_W32((vector[i]));
levinson_durbin.c 57 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); // abs R[1]
85 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0
132 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); // abs(temp1W32)
209 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); // Guard against <0
spl_sqrt.c 161 A = WEBRTC_SPL_ABS_W32(A); // A = abs(x_norm<<16)
min_max_operations.c 44 absVal = WEBRTC_SPL_ABS_W32((*tmpvector));
92 absVal = WEBRTC_SPL_ABS_W32((*tmpvector));
signal_processing_unittest.cc 37 EXPECT_EQ(3, WEBRTC_SPL_ABS_W32(a));
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 101 temp3W32 = WEBRTC_SPL_ABS_W32(temp2W32); /* abs R[1] */
126 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */
173 temp2W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* abs(temp1W32) */
241 temp1W32 = WEBRTC_SPL_ABS_W32(temp1W32); /* Guard against <0 */
    [all...]
decode_plc.c 328 corr = WEBRTC_SPL_ADD_SAT_W32( corr, WEBRTC_SPL_ABS_W32(
entropy_coding.c 684 larAbsQ11 = (WebRtc_Word16) WEBRTC_SPL_ABS_W32(WEBRTC_SPL_RSHIFT_W32(larQ17[k]+32,6)); //Q11
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 39 #define WEBRTC_SPL_ABS_W32(a) \
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 150 absInLevel = (WebRtc_UWord32)WEBRTC_SPL_ABS_W32(inLevel); // Q14
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 94 milliseconds