HomeSort by relevance Sort by last modified time
    Searched defs:freq_index (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.cpp 175 int32 freq_index = (temp << 20) >> 30; local
177 if (version != INVALID_VERSION && (freq_index != 3))
180 inv_sfreq[freq_index]);
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
filterbank_util.cc 120 int freq_index = chan_freq_index_start; local
121 while (FreqToMel((freq_index)*hz_per_sbin) <= center_mel_freqs[chan]) {
122 ++freq_index;
125 const int width = freq_index - chan_freq_index_start;
162 chan_freq_index_start = freq_index;
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
filterbank_util.c 117 int freq_index = chan_freq_index_start; local
118 while (FreqToMel((freq_index) * hz_per_sbin) <= center_mel_freqs[chan]) {
119 ++freq_index;
122 const int width = freq_index - chan_freq_index_start;
160 chan_freq_index_start = freq_index;

Completed in 1917 milliseconds