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

  /external/speex/libspeex/
nb_celp.h 104 int dtx_count; /**< Number of consecutive DTX frames */ member in struct:EncState
nb_celp.c 196 st->dtx_count=0;
479 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
482 st->dtx_count=1;
485 st->dtx_count++;
488 st->dtx_count=0;
517 if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20)
519 st->dtx_count=1;
523 st->dtx_count++
    [all...]

Completed in 120 milliseconds