Searched refs:curr_freq (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dnoise_summary.py26 self.curr_freq = 0
27 self.last_freq = self.curr_freq
59 curr_freq = self.curr_freq
60 if curr_freq not in self.data_dict_list[self.curr_dict_index]:
61 self.data_dict_list[self.curr_dict_index][curr_freq] = [None, None]
63 self.data_dict_list[self.curr_dict_index][curr_freq][val_index] = value
69 self.curr_freq = self._extract_frequency(data)
72 if self.curr_freq == self.last_freq:
75 self.last_freq = self.curr_freq
[all...]
/external/speex/libspeex/
H A Dfilterbank.c79 spx_word16_t curr_freq; local
82 curr_freq = EXTRACT16(MULT16_32_P15(i,df));
83 mel = toBARK(curr_freq);

Completed in 181 milliseconds