Searched defs:scf (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/embdrv/lc3/test/ |
| D | sns_py.c | 30 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
|
| D | sns.py | 53 def spectral_shaping(self, scf, inv, x): argument 168 def quantize(self, scf): argument
|
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | sns.c | 155 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
|