Home
last modified time | relevance | path

Searched refs:NN_CONFIG (Results 1 – 24 of 24) sorted by relevance

/external/libaom/av1/encoder/
Dpartition_model_weights.h332 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 …]
Dtx_prune_model_weights.h1429 static const NN_CONFIG av1_tx_type_nnconfig_4x4_hor = {
1469 static const NN_CONFIG av1_tx_type_nnconfig_4x4_ver = {
1511 static const NN_CONFIG av1_tx_type_nnconfig_4x8_hor = {
1571 static const NN_CONFIG av1_tx_type_nnconfig_4x8_ver = {
1633 static const NN_CONFIG av1_tx_type_nnconfig_8x4_hor = {
1673 static const NN_CONFIG av1_tx_type_nnconfig_8x4_ver = {
1735 static const NN_CONFIG av1_tx_type_nnconfig_8x8_hor = {
1795 static const NN_CONFIG av1_tx_type_nnconfig_8x8_ver = {
1857 static const NN_CONFIG av1_tx_type_nnconfig_8x16_hor = {
1917 static const NN_CONFIG av1_tx_type_nnconfig_8x16_ver = {
[all …]
Dav1_ml_partition_models.h56 static const NN_CONFIG av1_var_part_nnconfig_64 = {
106 static const NN_CONFIG av1_var_part_nnconfig_32 = {
156 static const NN_CONFIG av1_var_part_nnconfig_16 = {
Dpartition_cnn_weights.h1962 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 = {
Dmode_prune_model_weights.h78 static const NN_CONFIG av1_intrap_nn_config = {
159 static const NN_CONFIG av1_intrap_hd_nn_config = {
Dpustats.h91 static const NN_CONFIG av1_pustats_rate_nnconfig = {
172 static const NN_CONFIG av1_pustats_dist_nnconfig = {
Dmisc_model_weights.h673 static const NN_CONFIG av1_mv_prec_dnn_config = {
Dml.h24 struct NN_CONFIG { struct
Dpartition_strategy.c228 const NN_CONFIG *dnn_configs[5] = { in av1_intra_mode_cnn_partition()
236 const NN_CONFIG *dnn_config = dnn_configs[bsize_idx]; in av1_intra_mode_cnn_partition()
385 const NN_CONFIG *nn_config = in av1_simple_motion_search_based_split()
658 const NN_CONFIG *nn_config = in av1_simple_motion_search_prune_rect()
911 const NN_CONFIG *nn_config = &av1_max_part_pred_nn_config; in av1_predict_max_partition()
1023 const NN_CONFIG *nn_config = NULL; in av1_ml_early_term_after_split()
1121 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_rect_partition()
1220 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_ab_partition()
1333 const NN_CONFIG *nn_config = NULL; in av1_ml_prune_4_partition()
1465 const NN_CONFIG *nn_config = NULL; in av1_ml_predict_breakout()
Dml.c31 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_c()
Dintra_mode_search_utils.h92 static const NN_CONFIG av1_intra_hog_model_nnconfig = {
Dtx_search.c1503 const NN_CONFIG *nn_config_hor = av1_tx_type_nnconfig_map_hor[tx_size]; in prune_tx_2D()
1504 const NN_CONFIG *nn_config_ver = av1_tx_type_nnconfig_map_ver[tx_size]; in prune_tx_2D()
1700 const NN_CONFIG *nn_config = av1_tx_split_nnconfig_map[tx_size]; in ml_predict_tx_split()
2799 const NN_CONFIG *const nn_config = &av1_intra_tx_split_nnconfig_8x8; in ml_predict_intra_tx_depth_prune()
Dpartition_search.c5628 const NN_CONFIG *nn_config = NULL; in ml_predict_var_partitioning()
Drdopt.c5605 const NN_CONFIG *nn_config = (AOMMIN(cm->width, cm->height) <= 480) in skip_intra_modes_in_interframe()
/external/libvpx/vp9/encoder/
Dvp9_partition_models.h34 } 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 …]
Dvp9_encodeframe.c3089 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()
3317 const NN_CONFIG *nn_config = NULL; in ml_prune_rect_partition()
3463 const NN_CONFIG *nn_config = NULL; in ml_predict_var_rd_paritioning()
4802 const NN_CONFIG *nn_config = NULL; in ml_predict_var_paritioning()
/external/libaom/test/
Dav1_nn_predict_test.cc28 const NN_CONFIG *const nn_config,
58 void RunNnPredictTest(const NN_CONFIG *const shape);
59 void RunNnPredictSpeedTest(const NN_CONFIG *const shape, const int run_times);
60 void RunNnPredictTest_all(const NN_CONFIG *const shapes,
62 void RunNnPredictSpeedTest_all(const NN_CONFIG *const shapes,
74 void NnPredictTest::RunNnPredictTest(const NN_CONFIG *const shape) { in RunNnPredictTest()
79 NN_CONFIG nn_config; in RunNnPredictTest()
138 void NnPredictTest::RunNnPredictSpeedTest(const NN_CONFIG *const shape, in RunNnPredictSpeedTest()
144 NN_CONFIG nn_config; in RunNnPredictSpeedTest()
178 static const NN_CONFIG shapes[] = {
[all …]
/external/libaom/config/riscv64/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
500 void av1_nn_predict_c( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_prec,…
/external/libaom/config/x86/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
551 void av1_nn_predict_c( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_prec,…
552 void av1_nn_predict_sse3( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_pr…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
554 void av1_nn_predict_c( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_prec,…
555 void av1_nn_predict_sse3( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_pr…
/external/libaom/config/arm/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
577 void av1_nn_predict_c( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_prec,…
578 void av1_nn_predict_neon( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_pr…
/external/libaom/config/arm64/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
577 void av1_nn_predict_c( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_prec,…
578 void av1_nn_predict_neon( const float *input_nodes, const NN_CONFIG *const nn_config, int reduce_pr…
/external/libaom/av1/encoder/x86/
Dml_sse3.c154 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_sse3()
/external/libaom/av1/encoder/arm/neon/
Dml_neon.c267 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_neon()