Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dtx_search.c1509 float hscores[4], vscores[4]; in prune_tx_2D() local
1529 av1_nn_predict_v2(hfeatures, nn_config_hor, 0, hscores); in prune_tx_2D()
1532 av1_nn_predict(hfeatures, nn_config_hor, 1, hscores); in prune_tx_2D()
1538 cur_scores_2D[0] = vscores[i] * hscores[0]; in prune_tx_2D()
1539 cur_scores_2D[1] = vscores[i] * hscores[1]; in prune_tx_2D()
1540 cur_scores_2D[2] = vscores[i] * hscores[2]; in prune_tx_2D()
1541 cur_scores_2D[3] = vscores[i] * hscores[3]; in prune_tx_2D()