Home
last modified time | relevance | path

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

/third_party/alsa-utils/speaker-test/
H A Dpink.c47 pink->pink_index_mask = (1<<num_rows) - 1; in initialize_pink_noise()
64 pink->pink_index = (pink->pink_index + 1) & pink->pink_index_mask; in generate_pink_noise_sample()
H A Dpink.h10 int pink_index_mask; /* Index wrapped by ANDing with this mask. */ member

Completed in 1 milliseconds