Home
last modified time | relevance | path

Searched defs:bw (Results 1 – 11 of 11) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dbwdet.c66 for (enum lc3_bandwidth bw = bw0; bw < bwn; bw++) { in lc3_bwdet_run() local
111 enum lc3_srate sr, enum lc3_bandwidth bw) in lc3_bwdet_put_bw()
122 enum lc3_srate sr, enum lc3_bandwidth *bw) in lc3_bwdet_get_bw()
Dtns.c59 enum lc3_dt dt, enum lc3_bandwidth bw, in compute_lpc_coeffs()
256 enum lc3_dt dt, enum lc3_bandwidth bw, in forward_filtering()
297 enum lc3_dt dt, enum lc3_bandwidth bw, in inverse_filtering()
339 void lc3_tns_analyze(enum lc3_dt dt, enum lc3_bandwidth bw, in lc3_tns_analyze()
378 void lc3_tns_synthesize(enum lc3_dt dt, enum lc3_bandwidth bw, in lc3_tns_synthesize()
439 enum lc3_dt dt, enum lc3_bandwidth bw, int nbytes, lc3_tns_data_t *data) in lc3_tns_get_data()
Dspec.c664 LC3_HOT static int estimate_noise(enum lc3_dt dt, enum lc3_bandwidth bw, in estimate_noise()
695 LC3_HOT static void fill_noise(enum lc3_dt dt, enum lc3_bandwidth bw, in fill_noise()
833 enum lc3_dt dt, enum lc3_srate sr, enum lc3_bandwidth bw, int nbytes, in lc3_spec_encode()
876 enum lc3_dt dt, enum lc3_srate sr, enum lc3_bandwidth bw, in lc3_spec_decode()
Dlc3.c40 enum lc3_bandwidth bw; member
303 enum lc3_bandwidth bw = side->bw; in encode() local
578 enum lc3_bandwidth bw = side->bw; in synthesize() local
/liblc3-3.5.0-3.4.0/test/
Dtns.py103 def compute_lpc_coeffs(self, bw, f, x): argument
183 def run(self, x, bw, nn_flag, nbytes): argument
258 def load(self, b, bw, nbytes): argument
280 def run(self, x, bw): argument
302 def check_analysis(rng, dt, bw): argument
333 def check_synthesis(rng, dt, bw): argument
Dspec.py43 def get_noise_indices(self, bw, xq, lastnz): argument
235 def estimate_noise(self, bw, xq, lastnz, x): argument
245 bw, nbytes, nbits_bw, nbits_ltpf, nbits_sns, nbits_tns, x): argument
411 def fill_noise(self, bw, x, lastnz, f_nf, nf_seed): argument
436 def decode(self, bits, bw, nbytes): argument
711 def check_noise(rng, dt, bw): argument
Dtns_py.c29 unsigned dt, bw; in compute_lpc_coeffs_py() local
107 unsigned dt, bw; in analyze_py() local
130 unsigned dt, bw; in synthesize_py() local
Dbwdet_py.c38 int bw = lc3_bwdet_run(dt, sr, e); in bwdet_run_py() local
Ddecoder.py78 def synthesize(self, x, bw, pitch, nbytes): argument
Dspec_py.c167 unsigned dt, bw; in estimate_noise_py() local
Dctypes.h647 int bw; in to_side_data() local