Searched refs:vscores (Results 1 – 1 of 1) sorted by relevance
1728 float hscores[4], vscores[4]; in prune_tx_2D() local1749 av1_nn_predict_v2(vfeatures, nn_config_ver, 0, vscores); in prune_tx_2D()1752 av1_nn_predict(vfeatures, nn_config_ver, 1, vscores); 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()