Home
last modified time | relevance | path

Searched defs:lpc_order (Results 1 – 13 of 13) sorted by relevance

/external/libopus/dnn/torch/plc/
Dplc_dataset.py11 lpc_order=16): argument
/external/libopus/dnn/training_tf2/
Dtest_plc.py69 lpc_order = 16 variable
Ddecode_rdovae.py68 lpc_order = 16 variable
Dencode_rdovae.py69 lpc_order = 16 variable
Dtrain_rdovae.py106 lpc_order = 16 variable
Dtrain_plc.py156 lpc_order = 16 variable
Dtrain_lpcnet.py111 lpc_order = 16 variable
Dlpcnet.py234 …lse, adaptation=False, quantize=False, flag_e2e = False, cond_size=128, lpc_order=16, lpc_gamma=1.… argument
Dfec_encoder.py79 lpc_order = 16 variable
/external/libopus/dnn/torch/rdovae/
Dfec_encoder.py66 lpc_order = 16 variable
/external/libopus/dnn/
Dosce_features.c211 static void calculate_log_spectrum_from_lpc(float *spec, opus_int16 *a_q12, int lpc_order) in calculate_log_spectrum_from_lpc()
/external/libopus/dnn/torch/neural-pitch/
Dneural_pitch_update.py84 lpc_order = 16 variable
/external/flac/src/libFLAC/
Dstream_encoder.c3464 uint32_t min_lpc_order, max_lpc_order, lpc_order, guess_lpc_order; in process_subframe_() local