Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A Dspec.c47 static float unquantize_gain(int g_int) in unquantize_gain()
146 int g_int = 255 - g_off; in estimate_gain() local
252 enum lc3_dt dt, enum lc3_srate sr, int g_int, float *x, int *n) in quantize()
279 int g_int, float *x, int nq) in unquantize()
845 int g_min, g_int = estimate_gain(dt, sr, in lc3_spec_analyze() local
952 int g_int = side->g_idx - resolve_gain_offset(sr, nbytes); in lc3_spec_decode() local
/btstack/3rd-party/lc3-google/test/
H A Dspec_py.c48 int g_int = estimate_gain(dt, sr, in estimate_gain_py() local
75 int g_int; in quantize_py() local
H A Dspec.py149 def quantize(self, g_int, x): argument