mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[cleanup] Change all tabs to spaces in the ml classifier code
This commit is contained in:
parent
f413e52ddd
commit
45fcac612a
File diff suppressed because it is too large
Load diff
|
@ -36,15 +36,15 @@
|
|||
#include "ml_intra_cu_depth_pred.h"
|
||||
|
||||
|
||||
int tree_predict_merge_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_merge_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_merge_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_merge_depth_4(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_merge_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_merge_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_merge_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_merge_depth_4(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
|
||||
|
||||
int tree_predict_split_depth_0(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_split_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_split_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int tree_predict_split_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_split_depth_0(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_split_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_split_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
int uvg_tree_predict_split_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
|
||||
|
||||
#endif
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue