1DEEP_PLC_HEAD = \ 2dnn/lpcnet.h \ 3dnn/burg.h \ 4dnn/common.h \ 5dnn/freq.h \ 6dnn/fargan.h \ 7dnn/fargan_data.h \ 8dnn/lpcnet_private.h \ 9dnn/nnet.h \ 10dnn/plc_data.h \ 11dnn/vec.h \ 12dnn/vec_avx.h \ 13dnn/vec_neon.h \ 14dnn/pitchdnn.h \ 15dnn/pitchdnn_data.h \ 16dnn/x86/dnn_x86.h \ 17dnn/nnet_arch.h \ 18dnn/arm/dnn_arm.h 19 20DRED_HEAD = \ 21dnn/dred_coding.h \ 22dnn/dred_config.h \ 23dnn/dred_decoder.h \ 24dnn/dred_encoder.h \ 25dnn/dred_rdovae.h \ 26dnn/dred_rdovae_constants.h \ 27dnn/dred_rdovae_enc.h \ 28dnn/dred_rdovae_enc_data.h \ 29dnn/dred_rdovae_dec.h \ 30dnn/dred_rdovae_dec_data.h \ 31dnn/dred_rdovae_stats_data.h 32 33OSCE_HEAD= \ 34dnn/osce.h \ 35dnn/osce_config.h \ 36dnn/osce_structs.h \ 37dnn/osce_features.h \ 38dnn/nndsp.h \ 39dnn/lace_data.h \ 40dnn/nolace_data.h 41 42LOSSGEN_HEAD = \ 43dnn/lossgen.h \ 44dnn/lossgen_data.h 45