Closed GoogleCodeExporter closed 9 years ago
The problem was caused by an issue that is explained here:
https://gerrit.chromium.org/gerrit/#/c/70355/
Because the uninitialized parameter is used in the first call to motion search
initialization, it defaults to diamond search. And when there is any command
line parameter is used, the initialization would be done properly later with
intiialized search method of "NSTEP". This leads to different output.
The above patch would also fix this issue.
Original comment by ya...@google.com
on 30 May 2014 at 5:27
Previous fix has a significant impact on speeds of all 2-pass encoding and has
been reverted, proposing an alternative fix here:
https://gerrit.chromium.org/gerrit/#/c/70388/2
Original comment by ya...@google.com
on 3 Jun 2014 at 10:04
Tested head, the issue is fixed as of current head
Original comment by ya...@google.com
on 15 Jul 2014 at 7:02
Original comment by ya...@google.com
on 15 Jul 2014 at 7:02
Original issue reported on code.google.com by
ya...@google.com
on 30 May 2014 at 5:24