Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/test/
Denergy_py.c45 int nn_flag = lc3_energy_compute(dt, sr, x, e); in energy_compute_py() local
47 return Py_BuildValue("Ni", e_obj, nn_flag); in energy_compute_py()
Dtns_py.c108 int nn_flag; in analyze_py() local
112 if (!PyArg_ParseTuple(args, "IIpIO", &dt, &bw, &nn_flag, &nbytes, &x_obj)) in analyze_py()
122 lc3_tns_analyze(dt, bw, nn_flag, nbytes, &data, x); in analyze_py()
Dencoder.py62 (e, nn_flag) = self.energy.compute(x)
63 if nn_flag:
70 x = self.tns.run(x, bw, nn_flag, nbytes)
Dtns.py183 def run(self, x, bw, nn_flag, nbytes): argument
197 tns_off = pred_gain <= 1.5 or nn_flag
313 for nn_flag in (True, False):
316 y = analysis.run(x, bw, nn_flag, nbytes)
317 (y_c, data_c) = lc3.tns_analyze(dt, bw, nn_flag, nbytes, x)
/liblc3-3.5.0-3.4.0/src/
Dtns.h58 bool nn_flag, int nbytes, lc3_tns_data_t *data, float *x);
Dlc3.c276 bool nn_flag = lc3_energy_compute(dt, sr, xf, e); in analyze() local
277 if (nn_flag) in analyze()
284 lc3_tns_analyze(dt, side->bw, nn_flag, nbytes, &side->tns, xf); in analyze()
Dtns.c340 bool nn_flag, int nbytes, struct lc3_tns_data *data, float *x) in lc3_tns_analyze() argument
360 if (nn_flag || pred_gain[f] <= 1.5f) in lc3_tns_analyze()