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

  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ma_fast_q12.c 40 o = WEBRTC_SPL_SAT((int32_t)134215679, o, (int32_t)-134217728);
filter_ar_fast_q12.c 39 output = WEBRTC_SPL_SAT(134215679, output, -134217728);
lpc_to_refl_coef.c 52 tmp32[m] = WEBRTC_SPL_SAT(8191, tmp32[m], -8191);
signal_processing_unittest.cc 58 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, A, B));
59 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, B, A));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 42 tmpW32 = WEBRTC_SPL_SAT(536862719, tmpW32, -536879104);
61 tmpW32 = WEBRTC_SPL_SAT(1073725439, tmpW32, -1073758208);
arith_routines_logist.c 72 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]);
pitch_filter.c 233 gainsQ12[k] = (int16_t)WEBRTC_SPL_SAT(PITCH_MAX_GAIN_Q12, tmpW32, 0);
filterbanks.c 148 c = (int32_t)WEBRTC_SPL_SAT(536870911, c, -536870912);
decode_plc.c 69 o = WEBRTC_SPL_SAT((int32_t)lim, o, (int32_t)-lim);
lpc_masking_model.c 55 tmp32[m] = WEBRTC_SPL_SAT(4092, tmp32[m], -4092);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
hp_input.c 65 tmpW32b = WEBRTC_SPL_SAT((int32_t)268435455, tmpW32b, (int32_t)-268435456);
hp_output.c 65 tmpW32b = WEBRTC_SPL_SAT((int32_t)67108863, tmpW32b, (int32_t)-67108864);
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 73 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727),
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c     [all...]
ns_core.c     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 120 output[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX,
128 aecm->outBuf[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX,
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 81 #define WEBRTC_SPL_SAT(a, b, c) (b > a ? a : b < c ? c : b)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c     [all...]

Completed in 88 milliseconds