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

  /external/webrtc/src/common_audio/signal_processing/
auto_corr_to_refl_coef.c 53 tmp = WEBRTC_SPL_ABS_W16(*p1ptr);
min_max_operations.c 66 tempMax = WEBRTC_SPL_ABS_W16(*tmpvector);
70 absTemp = WEBRTC_SPL_ABS_W16(*tmpvector);
levinson_durbin.c 168 if ((WebRtc_Word32)WEBRTC_SPL_ABS_W16(K_hi) > (WebRtc_Word32)32750)
signal_processing_unittest.cc 36 EXPECT_EQ(3, WEBRTC_SPL_ABS_W16(a));
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 206 if ((WebRtc_Word32)WEBRTC_SPL_ABS_W16(K_hi) > (WebRtc_Word32)32740) {
403 chng1 = WEBRTC_SPL_ABS_W16(nrgQlog[3]-nrgQlog[2]);
404 chng2 = WEBRTC_SPL_ABS_W16(nrgQlog[2]-nrgQlog[1]);
405 chng3 = WEBRTC_SPL_ABS_W16(nrgQlog[1]-nrgQlog[0]);
406 chng4 = WEBRTC_SPL_ABS_W16(nrgQlog[0]-oldNrgQlog);
    [all...]
decode_plc.c 361 myAbs = WEBRTC_SPL_ABS_W16(
entropy_coding.c 644 rc = WEBRTC_SPL_ABS_W16(rcQ15[k]); //Q15
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 37 #define WEBRTC_SPL_ABS_W16(a) \
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 291 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i])
nsx_core.c 562 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i])
    [all...]

Completed in 79 milliseconds