/external/libaom/libaom/av1/encoder/ |
D | partition_model_weights.h | 332 static const NN_CONFIG av1_ab_partition_nnconfig_128 = { 654 static const NN_CONFIG av1_ab_partition_nnconfig_64 = { 976 static const NN_CONFIG av1_ab_partition_nnconfig_32 = { 1298 static const NN_CONFIG av1_ab_partition_nnconfig_16 = { 1429 static const NN_CONFIG av1_4_partition_nnconfig_16 = { 1586 static const NN_CONFIG av1_4_partition_nnconfig_32 = { 1711 static const NN_CONFIG av1_4_partition_nnconfig_64 = { 1780 static const NN_CONFIG av1_partition_breakout_nnconfig_128 = { 1828 static const NN_CONFIG av1_partition_breakout_nnconfig_64 = { 1876 static const NN_CONFIG av1_partition_breakout_nnconfig_32 = { [all …]
|
D | tx_prune_model_weights.h | 1425 static const NN_CONFIG av1_tx_type_nnconfig_4x4_hor = { 1465 static const NN_CONFIG av1_tx_type_nnconfig_4x4_ver = { 1507 static const NN_CONFIG av1_tx_type_nnconfig_4x8_hor = { 1567 static const NN_CONFIG av1_tx_type_nnconfig_4x8_ver = { 1629 static const NN_CONFIG av1_tx_type_nnconfig_8x4_hor = { 1669 static const NN_CONFIG av1_tx_type_nnconfig_8x4_ver = { 1731 static const NN_CONFIG av1_tx_type_nnconfig_8x8_hor = { 1791 static const NN_CONFIG av1_tx_type_nnconfig_8x8_ver = { 1853 static const NN_CONFIG av1_tx_type_nnconfig_8x16_hor = { 1913 static const NN_CONFIG av1_tx_type_nnconfig_8x16_ver = { [all …]
|
D | mode_prune_model_weights.h | 78 static const NN_CONFIG av1_intrap_nn_config = { 159 static const NN_CONFIG av1_intrap_hd_nn_config = {
|
D | partition_cnn_weights.h | 1962 static const NN_CONFIG av1_intra_mode_cnn_partition_branch_0_dnn_config = { 1981 static const NN_CONFIG av1_intra_mode_cnn_partition_branch_1_dnn_config = { 2000 static const NN_CONFIG av1_intra_mode_cnn_partition_branch_2_dnn_config = { 2019 static const NN_CONFIG av1_intra_mode_cnn_partition_branch_3_dnn_config = {
|
D | pustats.h | 91 static const NN_CONFIG av1_pustats_rate_nnconfig = { 172 static const NN_CONFIG av1_pustats_dist_nnconfig = {
|
D | partition_strategy.c | 137 const NN_CONFIG *dnn_configs[5] = { in av1_intra_mode_cnn_partition() 145 const NN_CONFIG *dnn_config = dnn_configs[bsize_idx]; in av1_intra_mode_cnn_partition() 270 const NN_CONFIG *nn_config = in av1_simple_motion_search_based_split() 512 const NN_CONFIG *nn_config = in av1_simple_motion_search_prune_rect() 721 const NN_CONFIG *nn_config = &av1_max_part_pred_nn_config; in av1_predict_max_partition() 829 const NN_CONFIG *nn_config = NULL; in av1_ml_early_term_after_split() 914 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_rect_partition() 1010 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_ab_partition() 1099 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_4_partition() 1231 const NN_CONFIG *nn_config = NULL; in av1_ml_predict_breakout()
|
D | misc_model_weights.h | 673 static const NN_CONFIG av1_mv_prec_dnn_config = {
|
D | use_flat_gop_model_params.h | 207 static const NN_CONFIG av1_use_flat_gop_nn_config = {
|
D | ml.h | 24 struct NN_CONFIG { struct
|
D | ml.c | 31 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_c()
|
D | tx_search.c | 1721 const NN_CONFIG *nn_config_hor = av1_tx_type_nnconfig_map_hor[tx_size]; in prune_tx_2D() 1722 const NN_CONFIG *nn_config_ver = av1_tx_type_nnconfig_map_ver[tx_size]; in prune_tx_2D() 1888 const NN_CONFIG *nn_config = av1_tx_split_nnconfig_map[tx_size]; in ml_predict_tx_split()
|
D | rdopt.c | 4836 const NN_CONFIG *nn_config = (AOMMIN(cm->width, cm->height) <= 480) in av1_rd_pick_inter_mode_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_partition_models.h | 34 } NN_CONFIG; typedef 299 static const NN_CONFIG vp9_rect_part_nnconfig_16 = { 368 static const NN_CONFIG vp9_rect_part_nnconfig_32 = { 455 static const NN_CONFIG vp9_rect_part_nnconfig_64 = { 504 static const NN_CONFIG vp9_partition_nnconfig_64x64 = { 548 static const NN_CONFIG vp9_partition_nnconfig_32x32 = { 592 static const NN_CONFIG vp9_partition_nnconfig_16x16 = { 636 static const NN_CONFIG vp9_var_part_nnconfig_64 = { 678 static const NN_CONFIG vp9_var_part_nnconfig_32 = { 720 static const NN_CONFIG vp9_var_part_nnconfig_16 = { [all …]
|
D | vp9_encodeframe.c | 3162 static void nn_predict(const float *features, const NN_CONFIG *nn_config, in nn_predict() 3225 const NN_CONFIG *nn_config = NULL; in ml_pruning_partition() 3390 const NN_CONFIG *nn_config = NULL; in ml_prune_rect_partition() 3530 const NN_CONFIG *nn_config = NULL; in ml_predict_var_rd_paritioning() 4758 const NN_CONFIG *nn_config = NULL; in ml_predict_var_paritioning()
|
/external/libaom/libaom/test/ |
D | av1_nn_predict_test.cc | 29 const NN_CONFIG *const nn_config, 59 void RunNnPredictTest(const NN_CONFIG *const shape); 60 void RunNnPredictSpeedTest(const NN_CONFIG *const shape, const int run_times); 61 void RunNnPredictTest_all(const NN_CONFIG *const shapes, 63 void RunNnPredictSpeedTest_all(const NN_CONFIG *const shapes, 74 void NnPredictTest::RunNnPredictTest(const NN_CONFIG *const shape) { in RunNnPredictTest() 80 NN_CONFIG nn_config; in RunNnPredictTest() 140 void NnPredictTest::RunNnPredictSpeedTest(const NN_CONFIG *const shape, in RunNnPredictSpeedTest() 147 NN_CONFIG nn_config; in RunNnPredictSpeedTest() 182 static const NN_CONFIG shapes[] = { [all …]
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 34 struct NN_CONFIG; 35 typedef struct NN_CONFIG NN_CONFIG; typedef
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 34 struct NN_CONFIG; 35 typedef struct NN_CONFIG NN_CONFIG; typedef
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 34 struct NN_CONFIG; 35 typedef struct NN_CONFIG NN_CONFIG; typedef
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 34 struct NN_CONFIG; 35 typedef struct NN_CONFIG NN_CONFIG; typedef
|
/external/libaom/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 154 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_sse3()
|