Searched defs:nn_config (Results  1 – 9 of 9) sorted by relevance
| /external/libaom/test/ | 
| D | av1_nn_predict_test.cc | 79   NN_CONFIG nn_config;  in RunNnPredictTest()  local 144   NN_CONFIG nn_config;  in RunNnPredictSpeedTest()  local
  | 
| /external/libaom/av1/encoder/ | 
| D | ml.c | 31                       const NN_CONFIG *const nn_config, int reduce_prec,  in av1_nn_predict_c() 120 void av1_nn_predict_v2(const float *feature, NN_CONFIG_V2 *nn_config,  in av1_nn_predict_v2()
  | 
| D | partition_strategy.c | 385   const NN_CONFIG *nn_config =  in av1_simple_motion_search_based_split()  local 658   const NN_CONFIG *nn_config =  in av1_simple_motion_search_prune_rect()  local 911   const NN_CONFIG *nn_config = &av1_max_part_pred_nn_config;  in av1_predict_max_partition()  local 1023   const NN_CONFIG *nn_config = NULL;  in av1_ml_early_term_after_split()  local 1121   const NN_CONFIG *nn_config = NULL;  in av1_ml_prune_rect_partition()  local 1220   const NN_CONFIG *nn_config = NULL;  in av1_ml_prune_ab_partition()  local 1333   const NN_CONFIG *nn_config = NULL;  in av1_ml_prune_4_partition()  local 1465   const NN_CONFIG *nn_config = NULL;  in av1_ml_predict_breakout()  local
  | 
| D | tx_search.c | 1700   const NN_CONFIG *nn_config = av1_tx_split_nnconfig_map[tx_size];  in ml_predict_tx_split()  local 2799   const NN_CONFIG *const nn_config = &av1_intra_tx_split_nnconfig_8x8;  in ml_predict_intra_tx_depth_prune()  local
  | 
| D | partition_search.c | 5628   const NN_CONFIG *nn_config = NULL;  in ml_predict_var_partitioning()  local
  | 
| D | rdopt.c | 5605     const NN_CONFIG *nn_config = (AOMMIN(cm->width, cm->height) <= 480)  in skip_intra_modes_in_interframe()  local
  | 
| /external/libaom/av1/encoder/x86/ | 
| D | ml_sse3.c | 154                          const NN_CONFIG *const nn_config, int reduce_prec,  in av1_nn_predict_sse3()
  | 
| /external/libaom/av1/encoder/arm/neon/ | 
| D | ml_neon.c | 267                          const NN_CONFIG *const nn_config, int reduce_prec,  in av1_nn_predict_neon()
  | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_encodeframe.c | 3089 static void nn_predict(const float *features, const NN_CONFIG *nn_config,  in nn_predict() 3152   const NN_CONFIG *nn_config = NULL;  in ml_pruning_partition()  local 3317   const NN_CONFIG *nn_config = NULL;  in ml_prune_rect_partition()  local 3463   const NN_CONFIG *nn_config = NULL;  in ml_predict_var_rd_paritioning()  local 4802   const NN_CONFIG *nn_config = NULL;  in ml_predict_var_paritioning()  local
  |