Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_prune_model_weights.h50 static const NN_CONFIG av1_tx_type_nnconfig_4x4_hor = {
90 static const NN_CONFIG av1_tx_type_nnconfig_4x4_ver = {
132 static const NN_CONFIG av1_tx_type_nnconfig_4x8_hor = {
192 static const NN_CONFIG av1_tx_type_nnconfig_4x8_ver = {
254 static const NN_CONFIG av1_tx_type_nnconfig_8x4_hor = {
294 static const NN_CONFIG av1_tx_type_nnconfig_8x4_ver = {
356 static const NN_CONFIG av1_tx_type_nnconfig_8x8_hor = {
416 static const NN_CONFIG av1_tx_type_nnconfig_8x8_ver = {
478 static const NN_CONFIG av1_tx_type_nnconfig_8x16_hor = {
538 static const NN_CONFIG av1_tx_type_nnconfig_8x16_ver = {
[all …]
Dpartition_model_weights.h328 static const NN_CONFIG av1_ab_partition_nnconfig_128 = {
650 static const NN_CONFIG av1_ab_partition_nnconfig_64 = {
972 static const NN_CONFIG av1_ab_partition_nnconfig_32 = {
1294 static const NN_CONFIG av1_ab_partition_nnconfig_16 = {
1425 static const NN_CONFIG av1_4_partition_nnconfig_16 = {
1582 static const NN_CONFIG av1_4_partition_nnconfig_32 = {
1707 static const NN_CONFIG av1_4_partition_nnconfig_64 = {
1776 static const NN_CONFIG av1_partition_breakout_nnconfig_128 = {
1824 static const NN_CONFIG av1_partition_breakout_nnconfig_64 = {
1872 static const NN_CONFIG av1_partition_breakout_nnconfig_32 = {
[all …]
Dpustats.h91 static const NN_CONFIG av1_pustats_rate_nnconfig = {
172 static const NN_CONFIG av1_pustats_dist_nnconfig = {
Dml.h24 struct NN_CONFIG { struct
Drate_distortion_model_params.h563 static const NN_CONFIG av1_rdcost_model_nnconfig = {
Dml.c22 const NN_CONFIG *const nn_config, float *const output) { in av1_nn_predict_c()
Dpartition_strategy.c88 const NN_CONFIG *nn_config = NULL; in av1_simple_motion_search_based_split()
311 const NN_CONFIG *nn_config = NULL; in av1_simple_motion_search_prune_part()
526 const NN_CONFIG *nn_config = NULL; in av1_firstpass_simple_motion_search_early_term()
677 const NN_CONFIG *nn_config = &av1_max_part_pred_nn_config; in av1_predict_max_partition()
Dencodeframe.c2684 const NN_CONFIG *nn_config = NULL; in ml_prune_rect_partition()
2780 const NN_CONFIG *nn_config = NULL; in ml_prune_ab_partition()
2869 const NN_CONFIG *nn_config = NULL; in ml_prune_4_partition()
3029 const NN_CONFIG *nn_config = NULL; in ml_predict_breakout()
Drdopt.c1815 const NN_CONFIG *nn_config_hor = av1_tx_type_nnconfig_map_hor[tx_size]; in prune_tx_2D()
1816 const NN_CONFIG *nn_config_ver = av1_tx_type_nnconfig_map_ver[tx_size]; in prune_tx_2D()
5132 const NN_CONFIG *nn_config = av1_tx_split_nnconfig_map[tx_size]; in ml_predict_tx_split()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_partition_models.h34 } NN_CONFIG; typedef
381 static const NN_CONFIG vp9_rect_part_nnconfig_16 = {
533 static const NN_CONFIG vp9_rect_part_nnconfig_32 = {
685 static const NN_CONFIG vp9_rect_part_nnconfig_64 = {
733 static const NN_CONFIG vp9_partition_nnconfig_64x64 = {
777 static const NN_CONFIG vp9_partition_nnconfig_32x32 = {
821 static const NN_CONFIG vp9_partition_nnconfig_16x16 = {
866 static const NN_CONFIG vp9_var_part_nnconfig_64 = {
908 static const NN_CONFIG vp9_var_part_nnconfig_32 = {
950 static const NN_CONFIG vp9_var_part_nnconfig_16 = {
[all …]
Dvp9_encodeframe.c3075 static void nn_predict(const float *features, const NN_CONFIG *nn_config, in nn_predict()
3137 const NN_CONFIG *nn_config = NULL; in ml_pruning_partition()
3302 const NN_CONFIG *nn_config = NULL; in ml_prune_rect_partition()
3453 const NN_CONFIG *nn_config = NULL; in ml_predict_var_rd_paritioning()
4558 const NN_CONFIG *nn_config = NULL; in ml_predict_var_paritioning()
/external/libaom/libaom/test/
Dav1_nn_predict_test.cc27 const NN_CONFIG *const nn_config,
57 void RunNnPredictTest(const NN_CONFIG *const shape);
58 void RunNnPredictSpeedTest(const NN_CONFIG *const shape, const int run_times);
59 void RunNnPredictTest_all(const NN_CONFIG *const shapes,
61 void RunNnPredictSpeedTest_all(const NN_CONFIG *const shapes,
72 void NnPredictTest::RunNnPredictTest(const NN_CONFIG *const shape) { in RunNnPredictTest()
78 NN_CONFIG nn_config; in RunNnPredictTest()
138 void NnPredictTest::RunNnPredictSpeedTest(const NN_CONFIG *const shape, in RunNnPredictSpeedTest()
145 NN_CONFIG nn_config; in RunNnPredictSpeedTest()
180 static const NN_CONFIG shapes[] = {
[all …]
/external/libaom/config/arm/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/arm64/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, in av1_nn_predict_sse3()