Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_tables.py76 h32 = np.clip(np.rint(h * 2**31), -(1 << 31), (1 << 31) - 1).astype(np.int32) variable
90 print(layout.format(*h32[q]))