Home
last modified time | relevance | path

Searched refs:FEATURE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpartition_model_weights.h21 #define FEATURE_SIZE 10 macro
24 static const float av1_ab_partition_nn_weights_128_layer0[FEATURE_SIZE * 64] = {
329 FEATURE_SIZE, // num_inputs
346 static const float av1_ab_partition_nn_weights_64_layer0[FEATURE_SIZE * 64] = {
651 FEATURE_SIZE, // num_inputs
668 static const float av1_ab_partition_nn_weights_32_layer0[FEATURE_SIZE * 64] = {
973 FEATURE_SIZE, // num_inputs
990 static const float av1_ab_partition_nn_weights_16_layer0[FEATURE_SIZE * 64] = {
1295 FEATURE_SIZE, // num_inputs
1311 #undef FEATURE_SIZE
[all …]
Dencodeframe.c2607 #define FEATURE_SIZE 19 macro
2642 float features[FEATURE_SIZE]; in ml_prune_2pass_split_partition()
2662 assert(feature_index == FEATURE_SIZE); in ml_prune_2pass_split_partition()
2664 float score_1 = split_weights[FEATURE_SIZE]; in ml_prune_2pass_split_partition()
2665 float score_2 = none_weights[FEATURE_SIZE]; in ml_prune_2pass_split_partition()
2666 for (int i = 0; i < FEATURE_SIZE; ++i) { in ml_prune_2pass_split_partition()
2674 #undef FEATURE_SIZE