Searched refs:temp_data_ (Results 1 – 2 of 2) sorted by relevance
93 temp_data_.resize(input_length_per_channel + best_correlation_index); in Process()94 int16_t* decoded_output = temp_data_.data() + best_correlation_index; in Process()134 memmove(temp_data_.data(), expanded_channel.get(), in Process()147 (*output)[channel].OverwriteAt(temp_data_.data(), output_length, 0); in Process()
95 std::vector<int16_t> temp_data_; variable