HomeSort by relevance Sort by last modified time
    Searched full:delta_count (Results 1 - 5 of 5) sorted by null

  /system/media/audio_utils/
echo_reference.c 60 uint16_t delta_count; // number of consecutive delay differences with same sign member in struct:echo_reference
122 er->delta_count = 0;
386 er->delta_count++;
388 er->delta_count = 1;
392 if (er->delta_count > MIN_DELTA_NUM) {
427 er->delta_count = 0;
  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 201 * @param delta_count The frequnecy count to ajust.
206 virtual LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
dicttrie.h 206 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
userdict.h 67 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp     [all...]

Completed in 924 milliseconds