Searched refs:bool (Results 1 – 5 of 5) sorted by relevance
| /liblc3-latest/python/ |
| D | lc3.py | 56 hrmode: bool = False, argument 235 hrmode: bool = False, argument 401 hrmode: bool = False, argument
|
| /liblc3-latest/test/ |
| D | ltpf.py | 200 self.pitch_present = bool(nc[ti] > 0.6) 324 self.active[0] = bool(b.read_uint(1)) 554 pitch_present = bool(rng.integers(0, 10) >= 1) 558 synthesis.active[0] = bool(rng.integers(0, 5) >= 1)
|
| D | bitstream.py | 53 bit = bool(self.bytes[self.bp_bw] & self.mask_bw)
|
| D | sns.py | 201 return (index, bool(sign)) 552 synthesis.ls_a = bool(rng.integers(0, 1, endpoint=True)) 554 synthesis.ls_b = bool(rng.integers(0, 1, endpoint=True))
|
| D | spec.py | 545 xr = np.zeros(len(x), dtype=np.bool)
|