Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/torch/plc/
H A Dplc_dataset.py11 lpc_order=16): argument
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dtest_plc.py69 lpc_order = 16 variable
H A Ddecode_rdovae.py68 lpc_order = 16 variable
H A Dencode_rdovae.py69 lpc_order = 16 variable
H A Dtrain_rdovae.py106 lpc_order = 16 variable
H A Dtrain_lpcnet.py111 lpc_order = 16 variable
H A Dtrain_plc.py156 lpc_order = 16 variable
H A Dlpcnet.py234 …lse, adaptation=False, quantize=False, flag_e2e = False, cond_size=128, lpc_order=16, lpc_gamma=1.… argument
H A Dfec_encoder.py79 lpc_order = 16 variable
/aosp_15_r20/external/libopus/dnn/torch/rdovae/
H A Dfec_encoder.py66 lpc_order = 16 variable
/aosp_15_r20/external/libopus/dnn/
H A 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()
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Dneural_pitch_update.py84 lpc_order = 16 variable
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder.c3464 uint32_t min_lpc_order, max_lpc_order, lpc_order, guess_lpc_order; in process_subframe_() local