Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodeframe.c2613 const float *none_weights = NULL; in ml_prune_2pass_split_partition() local
2618 none_weights = av1_2pass_none_partition_weights_8; in ml_prune_2pass_split_partition()
2622 none_weights = av1_2pass_none_partition_weights_16; in ml_prune_2pass_split_partition()
2626 none_weights = av1_2pass_none_partition_weights_32; in ml_prune_2pass_split_partition()
2630 none_weights = av1_2pass_none_partition_weights_64; in ml_prune_2pass_split_partition()
2634 none_weights = av1_2pass_none_partition_weights_128; in ml_prune_2pass_split_partition()
2638 if (!split_weights || !none_weights) return 0; in ml_prune_2pass_split_partition()
2665 float score_2 = none_weights[FEATURE_SIZE]; in ml_prune_2pass_split_partition()
2668 score_2 += features[i] * none_weights[i]; in ml_prune_2pass_split_partition()