Searched defs:nn_config (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_strategy.c | 393 const NN_CONFIG *nn_config = in simple_motion_search_based_split() local 664 const NN_CONFIG *nn_config = in simple_motion_search_prune_rect() local 920 const NN_CONFIG *nn_config = &av1_max_part_pred_nn_config; in av1_predict_max_partition() local 1032 const NN_CONFIG *nn_config = NULL; in av1_ml_early_term_after_split() local 1130 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_rect_partition() local 1229 const NN_CONFIG *nn_config = NULL; in ml_prune_ab_partition() local 1342 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_4_partition() local 1479 const NN_CONFIG *nn_config = NULL; in av1_ml_predict_breakout() local
|
H A D | ml.c | 32 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_c() 121 void av1_nn_predict_v2(const float *feature, NN_CONFIG_V2 *nn_config, in av1_nn_predict_v2()
|
H A D | tx_search.c | 1694 const NN_CONFIG *nn_config = av1_tx_split_nnconfig_map[tx_size]; in ml_predict_tx_split() local 2786 const NN_CONFIG *const nn_config = &av1_intra_tx_split_nnconfig_8x8; in ml_predict_intra_tx_depth_prune() local
|
H A D | partition_search.c | 5890 const NN_CONFIG *nn_config = NULL; in ml_predict_var_partitioning() local
|
H A D | rdopt.c | 5677 const NN_CONFIG *nn_config = (AOMMIN(cm->width, cm->height) <= 480) in skip_intra_modes_in_interframe() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_nn_predict_test.cc | 79 NN_CONFIG nn_config; in RunNnPredictTest() local 144 NN_CONFIG nn_config; in RunNnPredictSpeedTest() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | ml_avx2.c | 141 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_avx2()
|
H A D | ml_sse3.c | 154 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_sse3()
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | ml_neon.c | 268 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_neon()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 3111 static void nn_predict(const float *features, const NN_CONFIG *nn_config, in nn_predict() 3174 const NN_CONFIG *nn_config = NULL; in ml_pruning_partition() local 3339 const NN_CONFIG *nn_config = NULL; in ml_prune_rect_partition() local 3495 const NN_CONFIG *nn_config = NULL; in ml_predict_var_rd_partitioning() local 4859 const NN_CONFIG *nn_config = NULL; in ml_predict_var_partitioning() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_ml_nn.c | 1379 …unsigned nn_config = VIVS_GL_NN_CONFIG_NN_CORE_COUNT(0x0); /* This disables power control of NN co… in etna_ml_emit_operation_nn() local
|