Home
last modified time | relevance | path

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

/liblc3-latest/test/
Dsns_py.c31 float *eb, *scf; in compute_scale_factors_py() local
41 CTYPES_CHECK("eb", to_1d_ptr(eb_obj, NPY_FLOAT, nb, &eb)); in compute_scale_factors_py()
44 compute_scale_factors(dt, sr, nbytes, eb, att, scf); in compute_scale_factors_py()
145 float *eb, *x; in analyze_py() local
157 CTYPES_CHECK("eb", to_1d_ptr(eb_obj, NPY_FLOAT, nb, &eb)); in analyze_py()
160 lc3_sns_analyze(dt, sr, nbytes, eb, att, &data, x, x); in analyze_py()
Dsns.py332 def run(self, eb, att, nbytes, x): argument
334 scf = self.compute_scale_factors(eb, att, nbytes)
/liblc3-latest/src/
Dsns.h56 const float *eb, bool att, lc3_sns_data_t *data,
Dsns.c156 const float *eb, bool att, float *scf) in compute_scale_factors() argument
294 e[4*i4 + 2] = e[4*i4 + 3] = eb[i4]; in compute_scale_factors()
297 e[2*(n4+i2) + 0] = e[2*(n4+i2) + 1] = eb[i2]; in compute_scale_factors()
299 memcpy(e + 4*n4 + 2*n2, eb + n4 + n2, (nb - n4 - n2) * sizeof(float)); in compute_scale_factors()
775 const float *eb, bool att, struct lc3_sns_data *data, in lc3_sns_analyze() argument
788 compute_scale_factors(dt, sr, nbytes, eb, att, scf); in lc3_sns_analyze()