Searched refs:hfeatures (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 1727 float hfeatures[16], vfeatures[16]; in prune_tx_2D() local 1741 get_energy_distribution_finer(diff, diff_stride, bw, bh, hfeatures, in prune_tx_2D() 1744 &hfeatures[hfeatures_num - 1], in prune_tx_2D() 1748 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()
|