Searched refs:abs_mv_col (Results 1 – 1 of 1) sorted by relevance
629 const float abs_mv_col = fabsf(mv_col); in av1_get_max_min_partition_features() local638 if (abs_mv_col < min_abs_mv_col) min_abs_mv_col = abs_mv_col; in av1_get_max_min_partition_features()639 if (abs_mv_col > max_abs_mv_col) max_abs_mv_col = abs_mv_col; in av1_get_max_min_partition_features()