Searched defs:g_int (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ | 
| D | spec.c | 77     int g_int = 255 - g_off;  in estimate_gain()  local165 static float unquantize_gain(int g_int)  in unquantize_gain()
 209     int g_int, float *x, uint16_t *xq, int *nq)  in quantize()
 240     int g_int, float *x, int nq)  in unquantize()
 792     int g_int = estimate_gain(dt, sr,  in lc3_spec_analyze()  local
 897     int g_int = side->g_idx - resolve_gain_offset(sr, nbytes);  in lc3_spec_decode()  local
 
 | 
| /packages/modules/Bluetooth/system/embdrv/lc3/test/ | 
| D | spec_py.c | 47     int g_int = estimate_gain(dt, sr,  in estimate_gain_py()  local75     int g_int, nq;  in quantize_py()  local
 
 | 
| D | spec.py | 121     def quantize(self, g_int, x):  argument
 |