Searched refs:unvoiced_array_memory (Results 1 – 1 of 1) sorted by relevance
76 int16_t unvoiced_array_memory[kNoiseLpcOrder + kMaxSampleRate / 8000 * 125]; in Process() local77 int16_t* unvoiced_vector = unvoiced_array_memory + kUnvoicedLpcOrder; in Process()78 int16_t* noise_vector = unvoiced_array_memory + kNoiseLpcOrder; in Process()290 unvoiced_array_memory); in Process()362 int16_t unvoiced_array_memory[kNoiseLpcOrder + kMaxSampleRate / 8000 * 125]; in AnalyzeSignal() local363 int16_t* unvoiced_vector = unvoiced_array_memory + kUnvoicedLpcOrder; in AnalyzeSignal()