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

  /external/chromium_org/third_party/speex/libspeex/
nb_celp.h 103 int dtx_enabled; /**< 1 for enabling DTX, 0 otherwise */ member in struct:EncState
172 int dtx_enabled; member in struct:DecState
nb_celp.c 195 st->dtx_enabled = 0;
479 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
517 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
983 st->dtx_enabled=0;
    [all...]
  /external/speex/libspeex/
nb_celp.h 103 int dtx_enabled; /**< 1 for enabling DTX, 0 otherwise */ member in struct:EncState
172 int dtx_enabled; member in struct:DecState
nb_celp.c 195 st->dtx_enabled = 0;
479 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
517 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
983 st->dtx_enabled=0;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 496 // -dtx_enabled : is set to true if DTX is enabled, otherwise
506 virtual int32_t VAD(bool* dtx_enabled, bool* vad_enabled,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 128 virtual int VAD(bool* dtx_enabled,
audio_coding_module_impl.cc     [all...]

Completed in 1750 milliseconds