Searched refs:hscores (Results 1 – 1 of 1) sorted by relevance
1728 float hscores[4], vscores[4]; in prune_tx_2D() local1748 av1_nn_predict_v2(hfeatures, nn_config_hor, 0, hscores); in prune_tx_2D()1751 av1_nn_predict(hfeatures, nn_config_hor, 1, hscores); in prune_tx_2D()1758 cur_scores_2D[0] = vscores[i] * hscores[0]; in prune_tx_2D()1759 cur_scores_2D[1] = vscores[i] * hscores[1]; in prune_tx_2D()1760 cur_scores_2D[2] = vscores[i] * hscores[2]; in prune_tx_2D()1761 cur_scores_2D[3] = vscores[i] * hscores[3]; in prune_tx_2D()