Home
last modified time | relevance | path

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

/external/libaom/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.h1425 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 …]
Dmode_prune_model_weights.h78 static const NN_CONFIG av1_intrap_nn_config = {
159 static const NN_CONFIG av1_intrap_hd_nn_config = {
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 = {
Dpustats.h91 static const NN_CONFIG av1_pustats_rate_nnconfig = {
172 static const NN_CONFIG av1_pustats_dist_nnconfig = {
Dpartition_strategy.c137 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()
Dmisc_model_weights.h673 static const NN_CONFIG av1_mv_prec_dnn_config = {
Duse_flat_gop_model_params.h207 static const NN_CONFIG av1_use_flat_gop_nn_config = {
Dml.h24 struct NN_CONFIG { struct
Dml.c31 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_c()
Dtx_search.c1721 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()
Drdopt.c4836 const NN_CONFIG *nn_config = (AOMMIN(cm->width, cm->height) <= 480) in av1_rd_pick_inter_mode_sb()
/external/libvpx/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.c3162 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/
Dav1_nn_predict_test.cc29 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/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
/external/libaom/config/x86/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
/external/libaom/config/arm/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
/external/libaom/config/x86_64/config/
Dav1_rtcd.h34 struct NN_CONFIG;
35 typedef struct NN_CONFIG NN_CONFIG; typedef
/external/libaom/libaom/av1/encoder/x86/
Dml_sse3.c154 const NN_CONFIG *const nn_config, int reduce_prec, in av1_nn_predict_sse3()