Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1821 float hscores[4], vscores[4]; in prune_tx_2D() local
1838 av1_nn_predict(hfeatures, nn_config_hor, hscores); in prune_tx_2D()
1845 cur_scores_2D[0] = vscores[i] * hscores[0]; in prune_tx_2D()
1846 cur_scores_2D[1] = vscores[i] * hscores[1]; in prune_tx_2D()
1847 cur_scores_2D[2] = vscores[i] * hscores[2]; in prune_tx_2D()
1848 cur_scores_2D[3] = vscores[i] * hscores[3]; in prune_tx_2D()