Home | History | Annotate | Download | only in audio

Lines Matching refs:enumerate

643     best_delays = [i for i, j in enumerate(correlation) if j == max_correlation]
666 i for i, j in enumerate(data) if abs(j) > threshold]
826 for test_channel, golden_channel in enumerate(channel_map):