Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dml.h40 void av1_nn_softmax(const float *input, float *output, int n);
Dml.c60 void av1_nn_softmax(const float *input, float *output, int n) { in av1_nn_softmax() function
Dpartition_strategy.c378 av1_nn_softmax(scores, probs, num_classes); in av1_simple_motion_search_prune_part()
683 av1_nn_softmax(scores, probs, MAX_NUM_CLASSES_MAX_MIN_PART_PRED); in av1_predict_max_partition()
Dencodeframe.c2762 av1_nn_softmax(raw_scores, probs, 3); in ml_prune_rect_partition()