Searched refs:avg_mv_col (Results 1 – 1 of 1) sorted by relevance
650 const float avg_mv_col = sum_mv_col / 64.0f; in av1_get_max_min_partition_features() local651 const float var_mv_col = sum_mv_col_sq / 64.0f - avg_mv_col * avg_mv_col; in av1_get_max_min_partition_features()657 features[f_idx++] = avg_mv_col; in av1_get_max_min_partition_features()