Home
last modified time | relevance | path

Searched defs:scf (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/lc3/test/
Dsns_py.c30 float *eb, *scf; in compute_scale_factors_py() local
52 float *scf; in resolve_codebooks_py() local
68 float *scf; in quantize_py() local
95 float *y, *scf; in unquantize_py() local
Dsns.py53 def spectral_shaping(self, scf, inv, x): argument
168 def quantize(self, scf): argument
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dsns.c155 const float *eb, bool att, float *scf) in compute_scale_factors()
348 const float *scf, int *lfcb_idx, int *hfcb_idx) in resolve_codebooks()
423 LC3_HOT static void quantize(const float *scf, int lfcb_idx, int hfcb_idx, in quantize()
545 const float *c, int shape, int gain, float *scf) in unquantize()
683 float scf[LC3_NUM_BANDS]; in spectral_shaping() local
737 float scf[16], cn[4][16]; in lc3_sns_analyze() local
762 float scf[16], cn[16]; in lc3_sns_synthesize() local