Searched defs:ne (Results  1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/system/embdrv/lc3/test/ | 
| D | spec_py.c | 43     int ne = LC3_NE(dt, sr);  in estimate_gain_py()  local 84     int ne = LC3_NE(dt, sr);  in quantize_py()  local 114     int ne = LC3_NE(dt, sr);  in compute_nbits_py()  local 146     int ne = LC3_NE(dt, sr);  in analyze_py()  local 178     int ne = LC3_NE(dt, bw);  in estimate_noise_py()  local
  | 
| D | tns_py.c | 38     int ne = LC3_NE(dt, bw);  in compute_lpc_coeffs_py()  local 118     int ne = LC3_NE(dt, bw);  in analyze_py()  local 141     int ne = LC3_NE(dt, bw);  in synthesize_py()  local
  | 
| D | sns_py.c | 128     int ne = LC3_NE(dt, sr);  in spectral_shaping_py()  local 152     int ne = LC3_NE(dt, sr);  in analyze_py()  local 177     int ne = LC3_NE(dt, sr);  in synthesize_py()  local
  | 
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ | 
| D | spec.c | 53     int ne = LC3_NE(dt, sr) >> 2;  in estimate_gain()  local 212     int ne = LC3_NE(dt, sr);  in quantize()  local 243     int i, ne = LC3_NE(dt, sr);  in unquantize()  local 286     int ne = LC3_NE(dt, sr);  in compute_nbits()  local 387     int ne = LC3_NE(dt, sr);  in put_quantized()  local 462     int ne = LC3_NE(dt, sr);  in get_quantized()  local 751     int ne = LC3_NE(dt, sr);  in get_nbits_nq()  local 863     int ne = LC3_NE(dt, sr);  in lc3_spec_get_side()  local
  | 
| D | plc.c | 48     int ne = LC3_NE(dt, sr);  in lc3_plc_synthesize()  local
  | 
| D | lc3.c | 427     int ne = LC3_NE(dt, sr);  in decode()  local 474     int ne = LC3_NE(dt, sr);  in synthesize()  local
  |