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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 57 Word16 sp_est_cnt; /* counter for speech level estimation */ 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))
578 st->sp_est_cnt = 0;
582 st->sp_est_cnt += 1;
614 st->sp_est_cnt = 0;
700 state->sp_est_cnt = 0;

Completed in 54 milliseconds