/btstack/3rd-party/lc3-google/test/ |
H A D | ltpf.py | 27 def __init__(self, dt, sr, history = 0): argument 129 def __init__(self, dt, sr): argument 139 def __init__(self, dt, sr): argument 298 def __init__(self, dt, sr): argument 453 def check_resampler(rng, dt, sr): argument 478 def check_resampler_appendix_c(dt): argument 507 def check_analysis(rng, dt, sr): argument 540 def check_synthesis(rng, dt, sr): argument 578 def check_analysis_appendix_c(dt): argument 609 def check_synthesis_appendix_c(dt): argument
|
H A D | mdct.py | 39 def __init__(self, dt, sr): argument 50 def __init__(self, dt, sr): argument 75 def __init__(self, dt, sr): argument 103 def check_forward_unit(rng, dt, sr): argument 127 def check_forward_appendix_c(dt): argument 146 def check_inverse_unit(rng, dt, sr): argument 170 def check_inverse_appendix_c(dt): argument
|
H A D | spec.py | 31 def __init__(self, dt, sr): argument 63 def __init__(self, dt, sr): argument 447 def __init__(self, dt, sr): argument 619 def check_estimate_gain(rng, dt, sr): argument 649 def check_quantization(rng, dt, sr): argument 669 def check_compute_nbits(rng, dt, sr): argument 702 def check_adjust_gain(rng, dt, sr): argument 721 def check_unit(rng, dt, sr): argument 761 def check_noise(rng, dt, bw, hrmode = False): argument 782 def check_appendix_c(dt): argument
|
H A D | sns.py | 27 def __init__(self, dt, sr): argument 104 def __init__(self, dt, sr): argument 377 def __init__(self, dt, sr): argument 495 def check_analysis(rng, dt, sr): argument 535 def check_synthesis(rng, dt, sr): argument 565 def check_analysis_appendix_c(dt): argument 610 def check_synthesis_appendix_c(dt): argument
|
H A D | spec_py.c | 28 unsigned dt, sr; in estimate_gain_py() local 56 unsigned dt, sr; in adjust_gain_py() local 74 unsigned dt, sr; in quantize_py() local 98 unsigned dt, sr; in compute_nbits_py() local 124 unsigned dt, sr; in analyze_py() local 154 unsigned dt, bw; in estimate_noise_py() local
|
H A D | attdet.py | 27 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
|
H A D | tns_py.c | 29 unsigned dt, bw; in compute_lpc_coeffs_py() local 54 unsigned dt; in lpc_reflection_py() local 75 unsigned dt; in quantize_rc_py() local 117 unsigned dt, bw; in analyze_py() local 140 unsigned dt, bw; in synthesize_py() local
|
H A D | tns.py | 111 def __init__(self, dt): argument 146 def __init__(self, dt): argument 355 def check_analysis(rng, dt, bw): argument 387 def check_synthesis(rng, dt, bw): argument 409 def check_analysis_appendix_c(dt): argument 444 def check_synthesis_appendix_c(dt): argument
|
H A D | energy.py | 26 def __init__(self, dt, sr): argument 43 def check_unit(rng, dt, sr): argument 64 def check_appendix_c(dt): argument
|
H A D | bwdet.py | 47 def __init__(self, dt, sr): argument 98 def check_unit(rng, dt, sr): argument 136 def check_appendix_c(dt): argument
|
H A D | sns_py.c | 28 unsigned dt, sr; in compute_scale_factors_py() local 119 unsigned dt, sr; in spectral_shaping_py() local 143 unsigned dt, sr; in analyze_py() local 169 unsigned dt, sr; in synthesize_py() local
|
H A D | ltpf_py.c | 27 unsigned dt, sr; in resample_py() local 55 unsigned dt, sr; in analyse_py() local 84 unsigned dt, sr; in synthesize_py() local
|
H A D | mdct_py.c | 28 unsigned dt, sr; in mdct_forward_py() local 54 unsigned dt, sr; in mdct_inverse_py() local
|
H A D | ctypes.h | 702 unsigned dt = enc->dt, sr = enc->sr; in from_encoder() local 744 unsigned dt, sr, sr_pcm; in to_encoder() local 796 unsigned dt = dec->dt, sr = dec->sr; in from_decoder() local 838 unsigned dt, sr, sr_pcm, xs_pos; in to_decoder() local
|
H A D | bwdet_py.c | 27 unsigned dt, sr; in bwdet_run_py() local
|
H A D | attdet_py.c | 27 unsigned dt, sr, nbytes; in attdet_run_py() local
|
H A D | energy_py.c | 30 unsigned dt, sr; in energy_compute_py() local
|
/btstack/3rd-party/lc3-google/src/ |
H A D | lc3.c | 91 enum lc3_dt dt = resolve_dt(dt_us, hrmode); in lc3_hr_frame_samples() local 111 enum lc3_dt dt = resolve_dt(dt_us, hrmode); in lc3_hr_frame_block_bytes() local 147 enum lc3_dt dt = resolve_dt(dt_us, hrmode); in lc3_hr_resolve_bitrate() local 166 enum lc3_dt dt = resolve_dt(dt_us, hrmode); in lc3_hr_delay_samples() local 195 enum lc3_dt dt = encoder->dt; in load_s16() local 216 enum lc3_dt dt = encoder->dt; in load_s24() local 239 enum lc3_dt dt = encoder->dt; in load_s24_3le() local 266 enum lc3_dt dt = encoder->dt; in load_float() local 288 enum lc3_dt dt = encoder->dt; in analyze() local 340 enum lc3_dt dt = encoder->dt; in encode() local [all …]
|
H A D | tables.h | 46 static inline int lc3_ns(enum lc3_dt dt, enum lc3_srate sr) { in lc3_ns() 50 static inline int lc3_ne(enum lc3_dt dt, enum lc3_srate sr) { in lc3_ne() 54 static inline int lc3_nd(enum lc3_dt dt, enum lc3_srate sr) { in lc3_nd() 59 static inline int lc3_nh(enum lc3_dt dt, enum lc3_srate sr) { in lc3_nh() 81 static inline int lc3_min_frame_bytes(enum lc3_dt dt, enum lc3_srate sr) { in lc3_min_frame_bytes() 86 static inline int lc3_max_frame_bytes(enum lc3_dt dt, enum lc3_srate sr) { in lc3_max_frame_bytes()
|
H A D | spec.c | 83 enum lc3_dt dt, enum lc3_srate sr, const float *x, in estimate_gain() 198 enum lc3_dt dt, enum lc3_srate sr, in adjust_gain() 252 enum lc3_dt dt, enum lc3_srate sr, int g_int, float *x, int *n) in quantize() 278 enum lc3_dt dt, enum lc3_srate sr, in unquantize() 324 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in compute_nbits() 420 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in put_quantized() 498 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in get_quantized() 715 enum lc3_dt dt, enum lc3_bandwidth bw, bool hrmode, const float *x, int n) in estimate_noise() 746 LC3_HOT static void fill_noise(enum lc3_dt dt, enum lc3_bandwidth bw, in fill_noise() 800 static int get_nbits_nq(enum lc3_dt dt, enum lc3_srate sr) in get_nbits_nq() [all …]
|
H A D | tns.c | 32 static bool resolve_lpc_weighting(enum lc3_dt dt, int nbytes) in resolve_lpc_weighting() 60 enum lc3_dt dt, enum lc3_bandwidth bw, int maxorder, in compute_lpc_coeffs() 302 enum lc3_dt dt, enum lc3_bandwidth bw, in forward_filtering() 344 enum lc3_dt dt, enum lc3_bandwidth bw, in inverse_filtering() 387 void lc3_tns_analyze(enum lc3_dt dt, enum lc3_bandwidth bw, in lc3_tns_analyze() 427 void lc3_tns_synthesize(enum lc3_dt dt, enum lc3_bandwidth bw, in lc3_tns_synthesize() 488 enum lc3_dt dt, enum lc3_bandwidth bw, int nbytes, lc3_tns_data_t *data) in lc3_tns_get_data()
|
H A D | mdct.c | 208 enum lc3_dt dt, enum lc3_srate sr, in mdct_window() 368 enum lc3_dt dt, enum lc3_srate sr, in imdct_window() 431 enum lc3_dt dt, enum lc3_srate sr, enum lc3_srate sr_dst, in lc3_mdct_forward() 456 enum lc3_dt dt, enum lc3_srate sr, enum lc3_srate sr_src, in lc3_mdct_inverse()
|
H A D | sns.c | 155 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in compute_scale_factors() 721 LC3_HOT static void spectral_shaping(enum lc3_dt dt, enum lc3_srate sr, in spectral_shaping() 774 enum lc3_dt dt, enum lc3_srate sr, int nbytes, in lc3_sns_analyze() 808 enum lc3_dt dt, enum lc3_srate sr, in lc3_sns_synthesize()
|
H A D | energy.c | 27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
|
H A D | plc.c | 44 void lc3_plc_synthesize(enum lc3_dt dt, enum lc3_srate sr, in lc3_plc_synthesize()
|