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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 59 Word16 sp_max_cnt; /* counts frames that contains speech */ member in struct:__anon16487
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 576 if((st->sp_est_cnt - st->sp_max_cnt) > (SP_EST_COUNT - SP_ACTIVITY_COUNT))
580 st->sp_max_cnt = 0;
591 st->sp_max_cnt += 1;
593 if(st->sp_max_cnt >= SP_ACTIVITY_COUNT)
613 st->sp_max_cnt = 0;
702 state->sp_max_cnt = 0;

Completed in 94 milliseconds