Searched defs:lpcs (Results 1 – 8 of 8) sorted by relevance
| /external/libopus/dnn/torch/neural-pitch/ |
| D | neural_pitch_update.py | 50 def run_lpc(signal, lpcs, frame_length=160): argument 76 lpcs = features[:, 20:36] variable
|
| /external/libopus/dnn/torch/osce/data/ |
| D | lpcnet_vocoding_dataset.py | 56 def run_lpc(signal, lpcs, frame_length=160): argument
|
| /external/libopus/dnn/torch/osce/utils/ |
| D | silk_features.py | 70 def create_features(noisy, noisy_history, lpcs, gains, ltps, periods): argument
|
| /external/libopus/dnn/torch/lpcnet/models/ |
| D | lpcnet.py | 230 def generate(self, features, periods, lpcs): argument
|
| D | multi_rate_lpcnet.py | 318 def generate(self, features, periods, lpcs): argument
|
| /external/libopus/dnn/torch/lpcnet/data/ |
| D | lpcnet_dataset.py | 56 def run_lpc(signal, lpcs, frame_length=160): argument
|
| /external/libopus/dnn/training_tf2/ |
| D | test_lpcnet.py | 95 cfeat,lpcs = enc.predict([features[c:c+1, :, :nb_used_features], periods[c:c+1, :, :]]) variable
|
| /external/python/cpython3/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 1879 LPCREATESTRUCT lpcs = reinterpret_cast<LPCREATESTRUCT>(lParam); in WndProc() local
|