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

  /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...]

Completed in 47 milliseconds