Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 25 of 31) sorted by relevance

12

/liblc3-3.5.0-3.4.0/test/
Dmdct.py30 def __init__(self, dt, sr): argument
41 def __init__(self, dt, sr): argument
66 def __init__(self, dt, sr): argument
94 def check_forward_unit(rng, dt, sr): argument
118 def check_forward_appendix_c(dt): argument
134 def check_inverse_unit(rng, dt, sr): argument
158 def check_inverse_appendix_c(dt): argument
Dltpf.py27 def __init__(self, dt, sr, history = 0): argument
129 def __init__(self, dt, sr): argument
139 def __init__(self, dt, sr): argument
291 def __init__(self, dt, sr): argument
442 def check_resampler(rng, dt, sr): argument
467 def check_resampler_appendix_c(dt): argument
494 def check_analysis(rng, dt, sr): argument
527 def check_synthesis(rng, dt, sr): argument
564 def check_analysis_appendix_c(dt): argument
592 def check_synthesis_appendix_c(dt): argument
Dattdet.py27 def __init__(self, dt, sr): argument
104 def check_enabling(rng, dt): argument
121 def check_unit(rng, dt, sr): argument
152 def check_appendix_c(dt): argument
Denergy.py26 def __init__(self, dt, sr): argument
43 def check_unit(rng, dt, sr): argument
64 def check_appendix_c(dt): argument
Dsns.py27 def __init__(self, dt, sr): argument
88 def __init__(self, dt, sr): argument
342 def __init__(self, dt, sr): argument
460 def check_analysis(rng, dt, sr): argument
484 def check_synthesis(rng, dt, sr): argument
513 def check_analysis_appendix_c(dt): argument
556 def check_synthesis_appendix_c(dt): argument
Dspec.py31 def __init__(self, dt, sr): argument
60 def __init__(self, dt, sr): argument
404 def __init__(self, dt, sr): argument
574 def check_estimate_gain(rng, dt, sr): argument
600 def check_quantization(rng, dt, sr): argument
621 def check_compute_nbits(rng, dt, sr): argument
654 def check_adjust_gain(rng, dt, sr): argument
673 def check_unit(rng, dt, sr): argument
711 def check_noise(rng, dt, bw): argument
731 def check_appendix_c(dt): argument
Dbwdet.py43 def __init__(self, dt, sr): argument
94 def check_unit(rng, dt, sr): argument
132 def check_appendix_c(dt): argument
Dtns.py66 def __init__(self, dt): argument
99 def __init__(self, dt): argument
302 def check_analysis(rng, dt, bw): argument
333 def check_synthesis(rng, dt, bw): argument
353 def check_analysis_appendix_c(dt): argument
386 def check_synthesis_appendix_c(dt): argument
Dspec_py.c29 unsigned dt, sr; in estimate_gain_py() local
72 unsigned dt, sr; in quantize_py() local
102 unsigned dt, sr, nbytes; in compute_nbits_py() local
134 unsigned dt, sr, nbytes; in analyze_py() local
167 unsigned dt, bw; in estimate_noise_py() local
Dltpf_py.c27 unsigned dt, sr; in resample_py() local
55 unsigned dt, sr; in analyse_py() local
84 unsigned dt, sr; in synthesize_py() local
Dsns_py.c28 unsigned dt, sr; in compute_scale_factors_py() local
118 unsigned dt, sr; in spectral_shaping_py() local
142 unsigned dt, sr; in analyze_py() local
167 unsigned dt, sr; in synthesize_py() local
Dmdct_py.c29 enum lc3_dt dt; in mdct_forward_py() local
56 enum lc3_dt dt; in mdct_inverse_py() local
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.c27 unsigned dt, sr; in bwdet_run_py() local
Denergy_py.c30 unsigned dt, sr; in energy_compute_py() local
Dattdet_py.c27 unsigned dt, sr, nbytes; in attdet_run_py() local
/liblc3-3.5.0-3.4.0/src/
Dlc3.c81 enum lc3_dt dt = resolve_dt(dt_us); in lc3_frame_samples() local
133 enum lc3_dt dt = resolve_dt(dt_us); in lc3_delay_samples() local
157 enum lc3_dt dt = encoder->dt; in load_s16() local
178 enum lc3_dt dt = encoder->dt; in load_s24() local
201 enum lc3_dt dt = encoder->dt; in load_s24_3le() local
228 enum lc3_dt dt = encoder->dt; in load_float() local
250 enum lc3_dt dt = encoder->dt; in analyze() local
301 enum lc3_dt dt = encoder->dt; in encode() local
351 enum lc3_dt dt = resolve_dt(dt_us); in lc3_setup_encoder() local
425 enum lc3_dt dt = decoder->dt; in store_s16() local
[all …]
Dcommon.h89 #define LC3_DT_US(dt) \ argument
103 #define LC3_NS(dt, sr) \ argument
106 #define LC3_ND(dt, sr) \ argument
110 #define LC3_NE(dt, sr) \ argument
119 #define LC3_NH(dt, sr) \ argument
Dspec.c50 enum lc3_dt dt, enum lc3_srate sr, const float *x, in estimate_gain()
208 LC3_HOT static void quantize(enum lc3_dt dt, enum lc3_srate sr, in quantize()
239 LC3_HOT static float unquantize(enum lc3_dt dt, enum lc3_srate sr, in unquantize()
283 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in compute_nbits()
384 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in put_quantized()
459 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in get_quantized()
664 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()
749 static int get_nbits_nq(enum lc3_dt dt, enum lc3_srate sr) in get_nbits_nq()
760 static int get_nbits_ac(enum lc3_dt dt, enum lc3_srate sr, int nbytes) in get_nbits_ac()
[all …]
Dtns.c32 static bool resolve_lpc_weighting(enum lc3_dt dt, int nbytes) in resolve_lpc_weighting()
59 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()
Dplc.c43 void lc3_plc_synthesize(enum lc3_dt dt, enum lc3_srate sr, in lc3_plc_synthesize()
Denergy.c27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
Dattdet.c25 bool lc3_attdet_run(enum lc3_dt dt, enum lc3_srate sr, in lc3_attdet_run()
Dmdct.c207 LC3_HOT static void mdct_window(enum lc3_dt dt, enum lc3_srate sr, in mdct_window()
367 LC3_HOT static void imdct_window(enum lc3_dt dt, enum lc3_srate sr, in imdct_window()
415 void lc3_mdct_forward(enum lc3_dt dt, enum lc3_srate sr, in lc3_mdct_forward()
436 void lc3_mdct_inverse(enum lc3_dt dt, enum lc3_srate sr, in lc3_mdct_inverse()
Dbwdet.c26 enum lc3_dt dt, enum lc3_srate sr, const float *e) in lc3_bwdet_run()

12