Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dsns.c417 LC3_HOT static void normalize(const int *c, float *cn) in normalize() argument
426 cn[i] = c[i] * c_norm; in normalize()
465 int (*c)[16], float (*cn)[16], int *shape_idx, int *gain_idx) in quantize()
545 normalize(c[i], cn[i]); in quantize()
563 mse += (x[i] - g * cn[ic][i]) * (x[i] - g * cn[ic][i]); in quantize()
785 float scf[16], cn[4][16]; in lc3_sns_analyze() local
793 c, cn, &data->shape, &data->gain); in lc3_sns_analyze()
796 cn[data->shape], data->shape, data->gain, scf); in lc3_sns_analyze()
811 float scf[16], cn[16]; in lc3_sns_synthesize() local
817 normalize(c, cn); in lc3_sns_synthesize()
[all …]