Searched refs:av1_nn_softmax (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ml.h | 40 void av1_nn_softmax(const float *input, float *output, int n);
|
D | ml.c | 60 void av1_nn_softmax(const float *input, float *output, int n) { in av1_nn_softmax() function
|
D | partition_strategy.c | 378 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()
|
D | encodeframe.c | 2762 av1_nn_softmax(raw_scores, probs, 3); in ml_prune_rect_partition()
|