Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c585 const float *ml_model = NULL; in av1_simple_motion_search_early_term_none() local
590 ml_model = av1_simple_motion_search_term_none_model_128; in av1_simple_motion_search_early_term_none()
594 ml_model = av1_simple_motion_search_term_none_model_64; in av1_simple_motion_search_early_term_none()
598 ml_model = av1_simple_motion_search_term_none_model_32; in av1_simple_motion_search_early_term_none()
602 ml_model = av1_simple_motion_search_term_none_model_16; in av1_simple_motion_search_early_term_none()
607 if (ml_model) { in av1_simple_motion_search_early_term_none()
611 ml_model[f_idx] * (features[f_idx] - ml_mean[f_idx]) / ml_std[f_idx]; in av1_simple_motion_search_early_term_none()
613 score += ml_model[FEATURE_SIZE_SMS_TERM_NONE]; in av1_simple_motion_search_early_term_none()