Searched defs:g_int (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/liblc3/src/ |
H A D | spec.c | 47 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
|
/aosp_15_r20/external/liblc3/test/ |
H A D | spec_py.c | 48 int g_int = estimate_gain(dt, sr, in estimate_gain_py() local 75 int g_int; in quantize_py() local
|
H A D | spec.py | 149 def quantize(self, g_int, x): argument
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | Image.cpp | 243 const int g_int = static_cast<int>(g); in ConvertRGBA8888PixelToYUV() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_functools.py | 1901 def g_int(i): function 1936 def g_int(i): function
|