Home
last modified time | relevance | path

Searched refs:hrir_delay_round (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dhrtf.cpp338 auto hrir_delay_round = [](const uint d) noexcept -> uint in build() local
345 const uint ldelay{hrir_delay_round(impres[c].ldelay - min_delay)}; in build()
346 const uint rdelay{hrir_delay_round(impres[c].rdelay - min_delay)}; in build()
372 const uint max_length{minu(hrir_delay_round(max_delay) + irSize, HrirLength)}; in build()