Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/src/
Dltpf.c661 if (ltpf->active) { in lc3_ltpf_analyse()
666 data->active = pitch_present && in lc3_ltpf_analyse()
670 data->active = pitch_present && in lc3_ltpf_analyse()
675 ltpf->active = data->active; in lc3_ltpf_analyse()
809 bool active = data && data->active && g_idx < 4; in lc3_ltpf_synthesize() local
815 float g = active ? 0.4f - 0.05f * g_idx : 0; in lc3_ltpf_synthesize()
826 if (active) in lc3_ltpf_synthesize()
829 if (!ltpf->active && active) in lc3_ltpf_synthesize()
831 else if (ltpf->active && !active) in lc3_ltpf_synthesize()
833 else if (ltpf->active && active && ltpf->pitch == pitch) in lc3_ltpf_synthesize()
[all …]
Dltpf.h38 bool active; member
/liblc3-3.5.0-3.4.0/test/
Dltpf.py149 self.active = False
156 return { 'active' : self.active,
252 if not self.active:
253 active = (self.dt == T.DT_10M or self.nc[1] > 0.94) \
259 active = nc > 0.9 or (dp < 2 and dc > -0.1 and nc > 0.84)
262 active = False
266 self.active = active
275 self.active = False
279 b.write_uint(self.active, 1)
300 self.active = [ False, False ]
[all …]
Dctypes.h276 PyDict_GetItemString(obj, "active"), NPY_BOOL, &ltpf->active)); in to_ltpf_analysis()
312 new_scalar(NPY_BOOL, &ltpf->active)); in from_ltpf_analysis()
344 PyDict_GetItemString(obj, "active"), NPY_BOOL, &ltpf->active)); in to_ltpf_synthesis()
367 new_scalar(NPY_BOOL, &ltpf->active)); in from_ltpf_synthesis()
387 new_scalar(NPY_BOOL, &data->active)); in new_ltpf_data()
405 to_scalar(item, NPY_BOOL, &data->active)); in to_ltpf_data()
/liblc3-3.5.0-3.4.0/include/
Dlc3_private.h87 bool active; member
130 bool active; member