Searched refs:nn_config_hor (Results 1 – 1 of 1) sorted by relevance
1815 const NN_CONFIG *nn_config_hor = av1_tx_type_nnconfig_map_hor[tx_size]; in prune_tx_2D() local1817 if (!nn_config_hor || !nn_config_ver) return 0; // Model not established yet. in prune_tx_2D()1838 av1_nn_predict(hfeatures, nn_config_hor, hscores); in prune_tx_2D()