mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
Fix bug in full mv search
This optimization led to some points not being searched.
This commit is contained in:
parent
2576aeee0b
commit
28e7548387
|
@ -946,7 +946,6 @@ static unsigned search_mv_full(const encoder_state_t * const state,
|
||||||
{
|
{
|
||||||
already_tested = true;
|
already_tested = true;
|
||||||
x = xx + SEARCH_RANGE;
|
x = xx + SEARCH_RANGE;
|
||||||
y = yy + SEARCH_RANGE;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue