Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_tables.py77 d32 = np.clip(np.rint(d * 2**23), -(1 << 23), (1 << 23) - 1).astype(np.int16) variable
102 print(layout.format(*d32[q]))