Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A Dsns.c585 LC3_HOT static void unquantize(int lfcb_idx, int hfcb_idx, in unquantize() function
795 unquantize(data->lfcb, data->hfcb, in lc3_sns_analyze()
819 unquantize(data->lfcb, data->hfcb, cn, data->shape, data->gain, scf); in lc3_sns_synthesize()
H A Dspec.c277 LC3_HOT static float unquantize( in unquantize() function
953 float g = unquantize(dt, sr, g_int, x, nq); in lc3_spec_decode()
/btstack/3rd-party/lc3-google/test/
H A Dsns_py.c111 unquantize(lfcb_idx, hfcb_idx, y, shape, gain, scf); in unquantize_py()
H A Dsns.py408 def unquantize(self): member in SnsSynthesis
488 scf = self.unquantize()