Fix bug in full mv search

This optimization led to some points not being searched.
This commit is contained in:
Ari Koivula 2016-04-21 12:03:57 +03:00
parent 2576aeee0b
commit 28e7548387

View file

@ -946,7 +946,6 @@ static unsigned search_mv_full(const encoder_state_t * const state,
{
already_tested = true;
x = xx + SEARCH_RANGE;
y = yy + SEARCH_RANGE;
break;
}
}