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