| /packages/modules/Bluetooth/system/embdrv/lc3/test/ |
| D | mdct.py | 30 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
|
| D | ltpf.py | 27 def __init__(self, dt, sr, history = 0): argument 129 def __init__(self, dt, sr): argument 148 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
|
| D | spec.py | 31 def __init__(self, dt, sr): argument 60 def __init__(self, dt, sr): argument 401 def __init__(self, dt, sr): argument 568 def check_estimate_gain(rng, dt, sr): argument 594 def check_quantization(rng, dt, sr): argument 615 def check_compute_nbits(rng, dt, sr): argument 648 def check_adjust_gain(rng, dt, sr): argument 667 def check_unit(rng, dt, sr): argument 705 def check_noise(rng, dt, bw): argument 725 def check_appendix_c(dt): argument
|
| 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
|
| D | sns.py | 27 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
|
| 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
|
| D | bwdet.py | 43 def __init__(self, dt, sr): argument 94 def check_unit(rng, dt, sr): argument 132 def check_appendix_c(dt): argument
|
| D | tns.py | 66 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
|
| D | spec_py.c | 29 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
|
| 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
|
| D | sns_py.c | 28 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
|
| D | tns_py.c | 29 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
|
| D | mdct_py.c | 29 enum lc3_dt dt; in mdct_forward_py() local 56 enum lc3_dt dt; in mdct_inverse_py() local
|
| D | bwdet_py.c | 27 unsigned dt, sr; in bwdet_run_py() local
|
| D | attdet_py.c | 27 unsigned dt, sr, nbytes; in attdet_run_py() local
|
| D | energy_py.c | 30 unsigned dt, sr; in energy_compute_py() local
|
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | lc3.c | 81 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 180 enum lc3_dt dt = encoder->dt; in load_s24() local 204 enum lc3_dt dt = encoder->dt; in analyze() local 255 enum lc3_dt dt = encoder->dt; in encode() local 305 enum lc3_dt dt = resolve_dt(dt_us); in lc3_setup_encoder() local 377 enum lc3_dt dt = decoder->dt; in store_s16() local 399 enum lc3_dt dt = decoder->dt; in store_s24() local 422 enum lc3_dt dt = decoder->dt; in decode() local [all …]
|
| D | common.h | 89 #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
|
| D | spec.c | 50 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 …]
|
| D | tns.c | 32 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()
|
| D | plc.c | 43 void lc3_plc_synthesize(enum lc3_dt dt, enum lc3_srate sr, in lc3_plc_synthesize()
|
| D | energy.c | 27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
|
| /packages/apps/Settings/src/com/android/settings/biometrics/face/ |
| D | AnimationParticle.java | 117 public void update(long t, long dt) { in update() 125 private void updateDot(long t, long dt) { in updateDot() 164 private void updateRing(long t, long dt) { in updateRing()
|
| /packages/apps/Camera2/src/com/android/camera/ui/motion/ |
| D | DynamicAnimation.java | 40 void draw(long t, long dt, Canvas canvas); in draw()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | VelocityBasedConnectedScore.java | 54 private void setDeltaTimeSeconds(double dt) { in setDeltaTimeSeconds() 91 double dt = (millis - mLastMillis) * 0.001; in updateUsingRssi() local
|